-
Notifications
You must be signed in to change notification settings - Fork 0
/
AspNetCoreDevOps.sln
64 lines (64 loc) · 3.94 KB
/
AspNetCoreDevOps.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
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C3101B64-83E1-4985-BF49-9368BF7B29B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2269EF1A-5A03-4AFC-A01B-1E15A336167C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{205A63FB-B6BB-42DD-B729-AE8C94953ECD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreDevOps.Api", "src\AspNetCoreDevOps.Api\AspNetCoreDevOps.Api.csproj", "{F7AD2763-7EFC-4E63-B57B-552E3B9C88AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreDevOps.Seeder", "tools\AspNetCoreDevOps.Seeder\AspNetCoreDevOps.Seeder.csproj", "{2AED53AE-729E-4879-BAC9-F33B3B0C7E33}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreDevOps.Tests.Core", "test\AspNetCoreDevOps.Tests.Core\AspNetCoreDevOps.Tests.Core.csproj", "{1600D16B-6291-4A2A-B55B-A44B98311E91}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreDevOps.Controllers.Tests", "test\AspNetCoreDevOps.Controllers.Tests\AspNetCoreDevOps.Controllers.Tests.csproj", "{6B3A50D7-DC36-413F-84DD-5BA1234CC93C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F50B6254-5014-4C53-8AD0-400E9709760C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{DF60BE01-59EA-49E8-B86F-1AC347E6A759}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF60BE01-59EA-49E8-B86F-1AC347E6A759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF60BE01-59EA-49E8-B86F-1AC347E6A759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7AD2763-7EFC-4E63-B57B-552E3B9C88AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7AD2763-7EFC-4E63-B57B-552E3B9C88AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7AD2763-7EFC-4E63-B57B-552E3B9C88AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7AD2763-7EFC-4E63-B57B-552E3B9C88AF}.Release|Any CPU.Build.0 = Release|Any CPU
{2AED53AE-729E-4879-BAC9-F33B3B0C7E33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AED53AE-729E-4879-BAC9-F33B3B0C7E33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AED53AE-729E-4879-BAC9-F33B3B0C7E33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AED53AE-729E-4879-BAC9-F33B3B0C7E33}.Release|Any CPU.Build.0 = Release|Any CPU
{1600D16B-6291-4A2A-B55B-A44B98311E91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1600D16B-6291-4A2A-B55B-A44B98311E91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1600D16B-6291-4A2A-B55B-A44B98311E91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1600D16B-6291-4A2A-B55B-A44B98311E91}.Release|Any CPU.Build.0 = Release|Any CPU
{6B3A50D7-DC36-413F-84DD-5BA1234CC93C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B3A50D7-DC36-413F-84DD-5BA1234CC93C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B3A50D7-DC36-413F-84DD-5BA1234CC93C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B3A50D7-DC36-413F-84DD-5BA1234CC93C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F7AD2763-7EFC-4E63-B57B-552E3B9C88AF} = {C3101B64-83E1-4985-BF49-9368BF7B29B1}
{2AED53AE-729E-4879-BAC9-F33B3B0C7E33} = {205A63FB-B6BB-42DD-B729-AE8C94953ECD}
{1600D16B-6291-4A2A-B55B-A44B98311E91} = {2269EF1A-5A03-4AFC-A01B-1E15A336167C}
{6B3A50D7-DC36-413F-84DD-5BA1234CC93C} = {2269EF1A-5A03-4AFC-A01B-1E15A336167C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EA9FE73-A93A-406D-878E-8D3E20F02347}
EndGlobalSection
EndGlobal