forked from wmowm/InitQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInitQ.sln
More file actions
51 lines (51 loc) · 2.78 KB
/
Copy pathInitQ.sln
File metadata and controls
51 lines (51 loc) · 2.78 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
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F760CF0D-3BFA-40D6-9337-32A6DA27EC05}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B4CC1618-E894-43A3-94C2-61D9E6169B2F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InitQ", "src\InitQ.csproj", "{78C6A203-77F7-49BD-AF8D-B27B25EEAC3E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{78D2CB8D-3FBE-4098-8C18-32B16C850A0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InitQTest", "test\InitQTest\InitQTest.csproj", "{6E86A425-02EE-4147-907F-E15B35483E76}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InitQWebApiTest", "test\InitQWebApiTest\InitQWebApiTest.csproj", "{46CF49CB-C51A-45C6-AA42-A01EA30575AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78C6A203-77F7-49BD-AF8D-B27B25EEAC3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78C6A203-77F7-49BD-AF8D-B27B25EEAC3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78C6A203-77F7-49BD-AF8D-B27B25EEAC3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78C6A203-77F7-49BD-AF8D-B27B25EEAC3E}.Release|Any CPU.Build.0 = Release|Any CPU
{6E86A425-02EE-4147-907F-E15B35483E76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E86A425-02EE-4147-907F-E15B35483E76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E86A425-02EE-4147-907F-E15B35483E76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E86A425-02EE-4147-907F-E15B35483E76}.Release|Any CPU.Build.0 = Release|Any CPU
{46CF49CB-C51A-45C6-AA42-A01EA30575AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46CF49CB-C51A-45C6-AA42-A01EA30575AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46CF49CB-C51A-45C6-AA42-A01EA30575AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46CF49CB-C51A-45C6-AA42-A01EA30575AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{78C6A203-77F7-49BD-AF8D-B27B25EEAC3E} = {F760CF0D-3BFA-40D6-9337-32A6DA27EC05}
{6E86A425-02EE-4147-907F-E15B35483E76} = {78D2CB8D-3FBE-4098-8C18-32B16C850A0C}
{46CF49CB-C51A-45C6-AA42-A01EA30575AC} = {78D2CB8D-3FBE-4098-8C18-32B16C850A0C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E98EB2A1-EE36-4784-A7E2-9ABAE03448B5}
EndGlobalSection
EndGlobal