-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmine-city-2000.sln
49 lines (49 loc) · 3.04 KB
/
mine-city-2000.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnvilFile", "AnvilFile\AnvilFile.csproj", "{594EE053-AA48-4FCC-9D6D-7F329E14714C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MineCity2000", "MineCity2000\MineCity2000.csproj", "{68A8657D-0FE4-45B3-9946-04D7ACFBBBD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MineCity2000-GUI", "MineCity2000-GUI\MineCity2000-GUI.csproj", "{9DD5B8A0-AECB-468B-B600-80421007B8F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinecraftEditor", "MinecraftEditor\MinecraftEditor.csproj", "{E81C4C3A-9587-4235-9E34-82A315EDE6C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimCityReader", "SimCityReader\SimCityReader.csproj", "{27BF9F2E-5050-4AAF-88B3-5079DE5D2F83}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{594EE053-AA48-4FCC-9D6D-7F329E14714C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{594EE053-AA48-4FCC-9D6D-7F329E14714C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{594EE053-AA48-4FCC-9D6D-7F329E14714C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{594EE053-AA48-4FCC-9D6D-7F329E14714C}.Release|Any CPU.Build.0 = Release|Any CPU
{68A8657D-0FE4-45B3-9946-04D7ACFBBBD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68A8657D-0FE4-45B3-9946-04D7ACFBBBD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68A8657D-0FE4-45B3-9946-04D7ACFBBBD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68A8657D-0FE4-45B3-9946-04D7ACFBBBD2}.Release|Any CPU.Build.0 = Release|Any CPU
{9DD5B8A0-AECB-468B-B600-80421007B8F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DD5B8A0-AECB-468B-B600-80421007B8F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DD5B8A0-AECB-468B-B600-80421007B8F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DD5B8A0-AECB-468B-B600-80421007B8F1}.Release|Any CPU.Build.0 = Release|Any CPU
{E81C4C3A-9587-4235-9E34-82A315EDE6C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E81C4C3A-9587-4235-9E34-82A315EDE6C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E81C4C3A-9587-4235-9E34-82A315EDE6C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E81C4C3A-9587-4235-9E34-82A315EDE6C6}.Release|Any CPU.Build.0 = Release|Any CPU
{27BF9F2E-5050-4AAF-88B3-5079DE5D2F83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27BF9F2E-5050-4AAF-88B3-5079DE5D2F83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27BF9F2E-5050-4AAF-88B3-5079DE5D2F83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27BF9F2E-5050-4AAF-88B3-5079DE5D2F83}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61748FB2-0921-4E0E-9297-17DD554A430A}
EndGlobalSection
EndGlobal