-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIronstag.sln
43 lines (43 loc) · 2.54 KB
/
Ironstag.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
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "WesternSpaceShared", "WesternSpaceShared\WesternSpaceShared.shproj", "{A0CDBD0E-3A41-42B7-9425-A838BC2C7383}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XnaXmlContentPipeline", "XnaXmlContentPipeline\XnaXmlContentPipeline.csproj", "{C9531E49-EC41-42B0-87FA-8DEB94A022F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XnaXmlContentReader", "XnaXmlContentReader\XnaXmlContentReader.csproj", "{8E7CDE28-7F4B-44DD-BC80-B27DC198F85F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WesternSpace", "WesternSpace\WesternSpace.csproj", "{64D3103C-3FA1-4171-9FD0-EDE35FFCFEF9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9531E49-EC41-42B0-87FA-8DEB94A022F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9531E49-EC41-42B0-87FA-8DEB94A022F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9531E49-EC41-42B0-87FA-8DEB94A022F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9531E49-EC41-42B0-87FA-8DEB94A022F3}.Release|Any CPU.Build.0 = Release|Any CPU
{8E7CDE28-7F4B-44DD-BC80-B27DC198F85F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E7CDE28-7F4B-44DD-BC80-B27DC198F85F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E7CDE28-7F4B-44DD-BC80-B27DC198F85F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E7CDE28-7F4B-44DD-BC80-B27DC198F85F}.Release|Any CPU.Build.0 = Release|Any CPU
{64D3103C-3FA1-4171-9FD0-EDE35FFCFEF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64D3103C-3FA1-4171-9FD0-EDE35FFCFEF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64D3103C-3FA1-4171-9FD0-EDE35FFCFEF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64D3103C-3FA1-4171-9FD0-EDE35FFCFEF9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD44600B-AF67-42F8-BBAD-9C2D17DECF28}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
WesternSpaceShared\WesternSpaceShared.projitems*{64d3103c-3fa1-4171-9fd0-ede35ffcfef9}*SharedItemsImports = 5
WesternSpaceShared\WesternSpaceShared.projitems*{a0cdbd0e-3a41-42b7-9425-a838bc2c7383}*SharedItemsImports = 13
EndGlobalSection
EndGlobal