-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSampleDotnet.Result.sln
39 lines (39 loc) · 2.09 KB
/
SampleDotnet.Result.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleDotnet.Result", "src\SampleDotnet.Result\SampleDotnet.Result.csproj", "{82097BFC-8B5B-4FFE-80D9-A6E2FDCA0105}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0BA0C8B2-2A4A-4102-8FAF-FAB6356BE63F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ADCCCC0F-85B3-464D-BC2B-540B0489083B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleDotnet.Result.Tests", "test\SampleDotnet.Result.Tests\SampleDotnet.Result.Tests.csproj", "{BA7BE4E3-7D0E-4158-B0C9-4417A3409FC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82097BFC-8B5B-4FFE-80D9-A6E2FDCA0105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82097BFC-8B5B-4FFE-80D9-A6E2FDCA0105}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82097BFC-8B5B-4FFE-80D9-A6E2FDCA0105}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82097BFC-8B5B-4FFE-80D9-A6E2FDCA0105}.Release|Any CPU.Build.0 = Release|Any CPU
{BA7BE4E3-7D0E-4158-B0C9-4417A3409FC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA7BE4E3-7D0E-4158-B0C9-4417A3409FC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA7BE4E3-7D0E-4158-B0C9-4417A3409FC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA7BE4E3-7D0E-4158-B0C9-4417A3409FC6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{82097BFC-8B5B-4FFE-80D9-A6E2FDCA0105} = {0BA0C8B2-2A4A-4102-8FAF-FAB6356BE63F}
{BA7BE4E3-7D0E-4158-B0C9-4417A3409FC6} = {ADCCCC0F-85B3-464D-BC2B-540B0489083B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3078BE60-FF3D-4BD7-9177-229BD8566ACE}
EndGlobalSection
EndGlobal