-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWukong.sln
37 lines (37 loc) · 2.03 KB
/
Wukong.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Source", "Source\Source.csproj", "{408F01D8-E3CB-491C-9853-BA65B8FF2EC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{83A85480-587B-478B-871B-B30410E24071}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestExample", "TestExample\TestExample.csproj", "{5E78337D-674F-45B0-9906-25E785C57CA8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{408F01D8-E3CB-491C-9853-BA65B8FF2EC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{408F01D8-E3CB-491C-9853-BA65B8FF2EC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{408F01D8-E3CB-491C-9853-BA65B8FF2EC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{408F01D8-E3CB-491C-9853-BA65B8FF2EC9}.Release|Any CPU.Build.0 = Release|Any CPU
{83A85480-587B-478B-871B-B30410E24071}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83A85480-587B-478B-871B-B30410E24071}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83A85480-587B-478B-871B-B30410E24071}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83A85480-587B-478B-871B-B30410E24071}.Release|Any CPU.Build.0 = Release|Any CPU
{5E78337D-674F-45B0-9906-25E785C57CA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E78337D-674F-45B0-9906-25E785C57CA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E78337D-674F-45B0-9906-25E785C57CA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E78337D-674F-45B0-9906-25E785C57CA8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FEA21734-FF0A-41AD-A131-D0D2E186DFA9}
EndGlobalSection
EndGlobal