-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWorldCreater.sln.bak
49 lines (49 loc) · 2.96 KB
/
WorldCreater.sln.bak
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 15
VisualStudioVersion = 15.0.28306.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BaseType", "BaseType\BaseType.csproj", "{A3B9A1D5-2E9A-472C-83B4-AC1E1518948E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ControlPanel", "ControlPanel\ControlPanel.csproj", "{B71F831D-643B-4C38-A6D5-8134C3AB259A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RandomTend", "RandomTend\RandomTend.csproj", "{0CD51EDC-6E5C-4EEE-BAE6-561032A0DF34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapConvert", "MapConvert\MapConvert.csproj", "{6DB22A15-A415-4B8F-8EDE-32770D1ADB18}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorldCreaterStudio", "ControlPanelWPF\WorldCreaterStudio.csproj", "{F28A774A-E4ED-431B-A32C-C91E9B39D395}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3B9A1D5-2E9A-472C-83B4-AC1E1518948E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3B9A1D5-2E9A-472C-83B4-AC1E1518948E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3B9A1D5-2E9A-472C-83B4-AC1E1518948E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3B9A1D5-2E9A-472C-83B4-AC1E1518948E}.Release|Any CPU.Build.0 = Release|Any CPU
{B71F831D-643B-4C38-A6D5-8134C3AB259A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B71F831D-643B-4C38-A6D5-8134C3AB259A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B71F831D-643B-4C38-A6D5-8134C3AB259A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B71F831D-643B-4C38-A6D5-8134C3AB259A}.Release|Any CPU.Build.0 = Release|Any CPU
{0CD51EDC-6E5C-4EEE-BAE6-561032A0DF34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CD51EDC-6E5C-4EEE-BAE6-561032A0DF34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CD51EDC-6E5C-4EEE-BAE6-561032A0DF34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CD51EDC-6E5C-4EEE-BAE6-561032A0DF34}.Release|Any CPU.Build.0 = Release|Any CPU
{6DB22A15-A415-4B8F-8EDE-32770D1ADB18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DB22A15-A415-4B8F-8EDE-32770D1ADB18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DB22A15-A415-4B8F-8EDE-32770D1ADB18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DB22A15-A415-4B8F-8EDE-32770D1ADB18}.Release|Any CPU.Build.0 = Release|Any CPU
{F28A774A-E4ED-431B-A32C-C91E9B39D395}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F28A774A-E4ED-431B-A32C-C91E9B39D395}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F28A774A-E4ED-431B-A32C-C91E9B39D395}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F28A774A-E4ED-431B-A32C-C91E9B39D395}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {986E020B-A6E8-49C5-9F4E-4F3994BBB567}
EndGlobalSection
EndGlobal