forked from mrdaemon/SpaceEngineersGridPrograms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpaceEngineers.sln
30 lines (30 loc) · 1.29 KB
/
SpaceEngineers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpaceEngineers", "SpaceEngineers\SpaceEngineers.csproj", "{45952BF7-80C5-4844-A209-3DBF8363B08F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D3A66CBF-E4F5-471A-8D75-77C0152DFC95}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AMD64 = Debug|AMD64
Release|AMD64 = Release|AMD64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45952BF7-80C5-4844-A209-3DBF8363B08F}.Debug|AMD64.ActiveCfg = Release|x64
{45952BF7-80C5-4844-A209-3DBF8363B08F}.Debug|AMD64.Build.0 = Release|x64
{45952BF7-80C5-4844-A209-3DBF8363B08F}.Release|AMD64.ActiveCfg = Release|x64
{45952BF7-80C5-4844-A209-3DBF8363B08F}.Release|AMD64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C85F3256-AB4C-4443-93F2-326DF8793B39}
EndGlobalSection
EndGlobal