This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
forked from HIT-ReFreSH/MobileSuit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMobileSuit.sln
42 lines (42 loc) · 2.25 KB
/
MobileSuit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MobileSuit", "src\MobileSuit.csproj", "{C0F0C424-A276-45CB-BAFA-558F9B26AB2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MobileSuitDemo", "demo\MobileSuitDemo.csproj", "{8F594CD5-1D7B-4A3B-8440-CD564380CEA4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C842EBA0-B5AD-4841-A321-97082FDC5F54}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MobileSuit.Tests", "test\MobileSuit.Tests.csproj", "{EB366D7D-D873-4E1E-92A6-E7C765F29844}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0F0C424-A276-45CB-BAFA-558F9B26AB2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0F0C424-A276-45CB-BAFA-558F9B26AB2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0F0C424-A276-45CB-BAFA-558F9B26AB2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0F0C424-A276-45CB-BAFA-558F9B26AB2B}.Release|Any CPU.Build.0 = Release|Any CPU
{8F594CD5-1D7B-4A3B-8440-CD564380CEA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F594CD5-1D7B-4A3B-8440-CD564380CEA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F594CD5-1D7B-4A3B-8440-CD564380CEA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F594CD5-1D7B-4A3B-8440-CD564380CEA4}.Release|Any CPU.Build.0 = Release|Any CPU
{EB366D7D-D873-4E1E-92A6-E7C765F29844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB366D7D-D873-4E1E-92A6-E7C765F29844}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB366D7D-D873-4E1E-92A6-E7C765F29844}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB366D7D-D873-4E1E-92A6-E7C765F29844}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D450338-0A8A-4E57-9B2B-61B2FDD42C00}
EndGlobalSection
EndGlobal