-
Notifications
You must be signed in to change notification settings - Fork 59
/
NGitLab.sln
52 lines (52 loc) · 2.91 KB
/
NGitLab.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EB204408-0886-42F7-8218-C0820EB7B352}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
BannedSymbols.txt = BannedSymbols.txt
.github\workflows\ci.yml = .github\workflows\ci.yml
Directory.Build.props = Directory.Build.props
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NGitLab", "NGitLab\NGitLab.csproj", "{EB69C6AD-64A6-4FE5-880C-38607A2430FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NGitLab.Mock", "NGitLab.Mock\NGitLab.Mock.csproj", "{5D2A9BF6-17FE-4032-B34B-777F25E602CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NGitLab.Tests", "NGitLab.Tests\NGitLab.Tests.csproj", "{B1C9D8F6-22BC-4401-BD7B-E99C62A8E685}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NGitLab.Mock.Tests", "NGitLab.Mock.Tests\NGitLab.Mock.Tests.csproj", "{581CCEF5-376E-4E70-8A96-682E714AE862}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB69C6AD-64A6-4FE5-880C-38607A2430FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB69C6AD-64A6-4FE5-880C-38607A2430FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB69C6AD-64A6-4FE5-880C-38607A2430FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB69C6AD-64A6-4FE5-880C-38607A2430FB}.Release|Any CPU.Build.0 = Release|Any CPU
{5D2A9BF6-17FE-4032-B34B-777F25E602CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D2A9BF6-17FE-4032-B34B-777F25E602CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D2A9BF6-17FE-4032-B34B-777F25E602CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D2A9BF6-17FE-4032-B34B-777F25E602CF}.Release|Any CPU.Build.0 = Release|Any CPU
{B1C9D8F6-22BC-4401-BD7B-E99C62A8E685}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1C9D8F6-22BC-4401-BD7B-E99C62A8E685}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1C9D8F6-22BC-4401-BD7B-E99C62A8E685}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1C9D8F6-22BC-4401-BD7B-E99C62A8E685}.Release|Any CPU.Build.0 = Release|Any CPU
{581CCEF5-376E-4E70-8A96-682E714AE862}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{581CCEF5-376E-4E70-8A96-682E714AE862}.Debug|Any CPU.Build.0 = Debug|Any CPU
{581CCEF5-376E-4E70-8A96-682E714AE862}.Release|Any CPU.ActiveCfg = Release|Any CPU
{581CCEF5-376E-4E70-8A96-682E714AE862}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F176C13C-32E0-43EC-BFD1-DA2F90DBF954}
EndGlobalSection
EndGlobal