-
Notifications
You must be signed in to change notification settings - Fork 0
/
Result.sln
46 lines (46 loc) · 2.57 KB
/
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
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32728.150
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{02B95F3D-2E42-4DAB-BB56-51CEB4098E60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Result", "Result\Result.csproj", "{56530D95-CA9B-46A8-8663-ED344E1FBE6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Result.UnitTest", "Result.UnitTests\Result.UnitTest.csproj", "{2E01E239-8077-4664-A151-25C08F45AC9F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Demo", "Demo", "{F208BD82-65DF-4E50-899E-32D6CC77D00B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ResultDemoWebApi", "ResultDemoWebApi\ResultDemoWebApi.csproj", "{82144D09-2AD8-4656-8811-137FFCF24106}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56530D95-CA9B-46A8-8663-ED344E1FBE6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56530D95-CA9B-46A8-8663-ED344E1FBE6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56530D95-CA9B-46A8-8663-ED344E1FBE6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56530D95-CA9B-46A8-8663-ED344E1FBE6B}.Release|Any CPU.Build.0 = Release|Any CPU
{2E01E239-8077-4664-A151-25C08F45AC9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E01E239-8077-4664-A151-25C08F45AC9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E01E239-8077-4664-A151-25C08F45AC9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E01E239-8077-4664-A151-25C08F45AC9F}.Release|Any CPU.Build.0 = Release|Any CPU
{82144D09-2AD8-4656-8811-137FFCF24106}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82144D09-2AD8-4656-8811-137FFCF24106}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82144D09-2AD8-4656-8811-137FFCF24106}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82144D09-2AD8-4656-8811-137FFCF24106}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{56530D95-CA9B-46A8-8663-ED344E1FBE6B} = {02B95F3D-2E42-4DAB-BB56-51CEB4098E60}
{2E01E239-8077-4664-A151-25C08F45AC9F} = {02B95F3D-2E42-4DAB-BB56-51CEB4098E60}
{82144D09-2AD8-4656-8811-137FFCF24106} = {F208BD82-65DF-4E50-899E-32D6CC77D00B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B4C183A4-55B4-4CE7-85BE-81E866E49344}
EndGlobalSection
EndGlobal