-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHyperState.sln
More file actions
43 lines (43 loc) · 2.62 KB
/
HyperState.sln
File metadata and controls
43 lines (43 loc) · 2.62 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CCA01995-1B7B-4370-B989-176AB495FE1E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D322F699-973E-4D41-AF47-EAC098AD2509}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MindSung.HyperState", "src\MindSung.HyperState\MindSung.HyperState.csproj", "{22C44C55-1D52-4A6F-8968-D1C1537B86D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MindSung.HyperState.AspNetCore", "src\MindSung.HyperState.AspNetCore\MindSung.HyperState.AspNetCore.csproj", "{2774DDE4-759E-4E31-947D-694E7625D201}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MindSung.Test.HyperState.WebApi", "test\MindSung.Test.HyperState.WebApi\MindSung.Test.HyperState.WebApi.csproj", "{B249AC56-28E6-41DE-B6C6-E09FEAF3BB44}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22C44C55-1D52-4A6F-8968-D1C1537B86D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22C44C55-1D52-4A6F-8968-D1C1537B86D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22C44C55-1D52-4A6F-8968-D1C1537B86D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22C44C55-1D52-4A6F-8968-D1C1537B86D1}.Release|Any CPU.Build.0 = Release|Any CPU
{2774DDE4-759E-4E31-947D-694E7625D201}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2774DDE4-759E-4E31-947D-694E7625D201}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2774DDE4-759E-4E31-947D-694E7625D201}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2774DDE4-759E-4E31-947D-694E7625D201}.Release|Any CPU.Build.0 = Release|Any CPU
{B249AC56-28E6-41DE-B6C6-E09FEAF3BB44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B249AC56-28E6-41DE-B6C6-E09FEAF3BB44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B249AC56-28E6-41DE-B6C6-E09FEAF3BB44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B249AC56-28E6-41DE-B6C6-E09FEAF3BB44}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{22C44C55-1D52-4A6F-8968-D1C1537B86D1} = {CCA01995-1B7B-4370-B989-176AB495FE1E}
{2774DDE4-759E-4E31-947D-694E7625D201} = {CCA01995-1B7B-4370-B989-176AB495FE1E}
{B249AC56-28E6-41DE-B6C6-E09FEAF3BB44} = {D322F699-973E-4D41-AF47-EAC098AD2509}
EndGlobalSection
EndGlobal