forked from JonPSmith/SampleMvcWebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSampleWebApp.NetCore.sln
More file actions
50 lines (50 loc) · 3.15 KB
/
Copy pathSampleWebApp.NetCore.sln
File metadata and controls
50 lines (50 loc) · 3.15 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8E72D404-DD19-4603-A15D-4B8ABBFDB8E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleWebApp", "src\SampleWebApp\SampleWebApp.csproj", "{4CEB62FD-E3A5-4634-8FF7-0049D9741648}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{240C38A8-CB71-4826-8DA1-39E233DCFB5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleWebApp.UnitTests", "tests\SampleWebApp.UnitTests\SampleWebApp.UnitTests.csproj", "{CBB86116-247E-4345-87BD-2CF631C62B3C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleWebApp.IntegrationTests", "tests\SampleWebApp.IntegrationTests\SampleWebApp.IntegrationTests.csproj", "{A8FF4330-6BDD-4F90-A7B0-1135CA2B761A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleWebApp.PerformanceTests", "tests\SampleWebApp.PerformanceTests\SampleWebApp.PerformanceTests.csproj", "{EFDFEB9A-60EF-4C24-9E26-BC8B5FCC2870}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4CEB62FD-E3A5-4634-8FF7-0049D9741648}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CEB62FD-E3A5-4634-8FF7-0049D9741648}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CEB62FD-E3A5-4634-8FF7-0049D9741648}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CEB62FD-E3A5-4634-8FF7-0049D9741648}.Release|Any CPU.Build.0 = Release|Any CPU
{CBB86116-247E-4345-87BD-2CF631C62B3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBB86116-247E-4345-87BD-2CF631C62B3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBB86116-247E-4345-87BD-2CF631C62B3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBB86116-247E-4345-87BD-2CF631C62B3C}.Release|Any CPU.Build.0 = Release|Any CPU
{A8FF4330-6BDD-4F90-A7B0-1135CA2B761A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8FF4330-6BDD-4F90-A7B0-1135CA2B761A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8FF4330-6BDD-4F90-A7B0-1135CA2B761A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8FF4330-6BDD-4F90-A7B0-1135CA2B761A}.Release|Any CPU.Build.0 = Release|Any CPU
{EFDFEB9A-60EF-4C24-9E26-BC8B5FCC2870}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFDFEB9A-60EF-4C24-9E26-BC8B5FCC2870}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFDFEB9A-60EF-4C24-9E26-BC8B5FCC2870}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFDFEB9A-60EF-4C24-9E26-BC8B5FCC2870}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4CEB62FD-E3A5-4634-8FF7-0049D9741648} = {8E72D404-DD19-4603-A15D-4B8ABBFDB8E0}
{CBB86116-247E-4345-87BD-2CF631C62B3C} = {240C38A8-CB71-4826-8DA1-39E233DCFB5F}
{A8FF4330-6BDD-4F90-A7B0-1135CA2B761A} = {240C38A8-CB71-4826-8DA1-39E233DCFB5F}
{EFDFEB9A-60EF-4C24-9E26-BC8B5FCC2870} = {240C38A8-CB71-4826-8DA1-39E233DCFB5F}
EndGlobalSection
EndGlobal