-
Notifications
You must be signed in to change notification settings - Fork 6
/
AspNetCoreExample.sln
54 lines (54 loc) · 2.99 KB
/
AspNetCoreExample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{93A8434D-8D9C-4E0A-877E-FE639D420445}"
ProjectSection(SolutionItems) = preProject
Directory.Build.targets = Directory.Build.targets
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{82925FA6-8CFC-4C28-A8F0-F08BE57D860D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCoreExample", "src\AspNetCoreExample\AspNetCoreExample.csproj", "{AC1B0458-E0A9-408E-8905-ADC89558255C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{517426C5-CFAC-49C3-9C38-0F2D728FEE0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{6436A7BB-384E-4A71-BE61-5FA81FD70B26}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "test\UnitTests\UnitTests.csproj", "{E5C237EE-66AE-4948-9420-E0DA6D1F3EC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests", "test\IntegrationTests\IntegrationTests.csproj", "{8F00DD0E-EFB4-4FB1-A5F9-6EBC8D6DAD05}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC1B0458-E0A9-408E-8905-ADC89558255C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC1B0458-E0A9-408E-8905-ADC89558255C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC1B0458-E0A9-408E-8905-ADC89558255C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC1B0458-E0A9-408E-8905-ADC89558255C}.Release|Any CPU.Build.0 = Release|Any CPU
{E5C237EE-66AE-4948-9420-E0DA6D1F3EC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5C237EE-66AE-4948-9420-E0DA6D1F3EC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5C237EE-66AE-4948-9420-E0DA6D1F3EC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5C237EE-66AE-4948-9420-E0DA6D1F3EC1}.Release|Any CPU.Build.0 = Release|Any CPU
{8F00DD0E-EFB4-4FB1-A5F9-6EBC8D6DAD05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F00DD0E-EFB4-4FB1-A5F9-6EBC8D6DAD05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F00DD0E-EFB4-4FB1-A5F9-6EBC8D6DAD05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F00DD0E-EFB4-4FB1-A5F9-6EBC8D6DAD05}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AC1B0458-E0A9-408E-8905-ADC89558255C} = {82925FA6-8CFC-4C28-A8F0-F08BE57D860D}
{E5C237EE-66AE-4948-9420-E0DA6D1F3EC1} = {517426C5-CFAC-49C3-9C38-0F2D728FEE0E}
{8F00DD0E-EFB4-4FB1-A5F9-6EBC8D6DAD05} = {517426C5-CFAC-49C3-9C38-0F2D728FEE0E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {32D9548E-38F6-4721-82A4-91E41D9B056D}
EndGlobalSection
EndGlobal