forked from OwendB1/SE-Ship-Core-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathShipCoreSystem.sln
More file actions
41 lines (41 loc) · 2.18 KB
/
Copy pathShipCoreSystem.sln
File metadata and controls
41 lines (41 loc) · 2.18 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.34407.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShipCoreFramework", "ShipCoreFramework\ShipCoreFramework.csproj", "{5008C356-3E40-4E6B-80C3-B3B6B2A3F86C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArcaneShipCores", "ArcaneShipCores\ArcaneShipCores.csproj", "{A6EED7D5-4B5F-4EBF-AD38-58CE262B5106}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5008C356-3E40-4E6B-80C3-B3B6B2A3F86C}.Debug|Any CPU.ActiveCfg = Debug|x64
{5008C356-3E40-4E6B-80C3-B3B6B2A3F86C}.Debug|Any CPU.Build.0 = Debug|x64
{5008C356-3E40-4E6B-80C3-B3B6B2A3F86C}.Debug|x64.ActiveCfg = Debug|x64
{5008C356-3E40-4E6B-80C3-B3B6B2A3F86C}.Debug|x64.Build.0 = Debug|x64
{5008C356-3E40-4E6B-80C3-B3B6B2A3F86C}.Release|Any CPU.ActiveCfg = Release|x64
{5008C356-3E40-4E6B-80C3-B3B6B2A3F86C}.Release|Any CPU.Build.0 = Release|x64
{5008C356-3E40-4E6B-80C3-B3B6B2A3F86C}.Release|x64.ActiveCfg = Release|x64
{5008C356-3E40-4E6B-80C3-B3B6B2A3F86C}.Release|x64.Build.0 = Release|x64
{A6EED7D5-4B5F-4EBF-AD38-58CE262B5106}.Debug|Any CPU.ActiveCfg = Debug|x64
{A6EED7D5-4B5F-4EBF-AD38-58CE262B5106}.Debug|Any CPU.Build.0 = Debug|x64
{A6EED7D5-4B5F-4EBF-AD38-58CE262B5106}.Debug|x64.ActiveCfg = Debug|x64
{A6EED7D5-4B5F-4EBF-AD38-58CE262B5106}.Debug|x64.Build.0 = Debug|x64
{A6EED7D5-4B5F-4EBF-AD38-58CE262B5106}.Release|Any CPU.ActiveCfg = Release|x64
{A6EED7D5-4B5F-4EBF-AD38-58CE262B5106}.Release|Any CPU.Build.0 = Release|x64
{A6EED7D5-4B5F-4EBF-AD38-58CE262B5106}.Release|x64.ActiveCfg = Release|x64
{A6EED7D5-4B5F-4EBF-AD38-58CE262B5106}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC32631B-C2C8-43C4-813B-8BE925CAB8B8}
EndGlobalSection
EndGlobal