-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCities-Skyline2-Mods.sln
55 lines (55 loc) · 3.5 KB
/
Cities-Skyline2-Mods.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
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EnableDeveloperMode", "EnableDeveloperMode\EnableDeveloperMode.csproj", "{0AE7BABD-E2A6-47B8-9844-7C9F46931A8C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChangeWeather", "ChangeWeather\ChangeWeather.csproj", "{244B554C-3F77-4DEC-8D38-B8EB4172FF0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cities1Unit", "Cities1Unit\Cities1Unit.csproj", "{102DCD62-D904-439E-BEF3-2F4B69D4FD01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OptionUIDemo", "OptionUIDemo\OptionUIDemo.csproj", "{CF05A8E2-9B58-47D8-A9F6-969CF197490D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TargetMethodsDemo", "TargetMethodsDemo\TargetMethodsDemo.csproj", "{34B84C47-1831-4E29-9532-B710B0A9A422}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrafficReduction", "TrafficReduction\TrafficReduction.csproj", "{1AACAB03-4DEE-489A-80D4-864DE1D0D938}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0AE7BABD-E2A6-47B8-9844-7C9F46931A8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AE7BABD-E2A6-47B8-9844-7C9F46931A8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AE7BABD-E2A6-47B8-9844-7C9F46931A8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AE7BABD-E2A6-47B8-9844-7C9F46931A8C}.Release|Any CPU.Build.0 = Release|Any CPU
{244B554C-3F77-4DEC-8D38-B8EB4172FF0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{244B554C-3F77-4DEC-8D38-B8EB4172FF0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{244B554C-3F77-4DEC-8D38-B8EB4172FF0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{244B554C-3F77-4DEC-8D38-B8EB4172FF0F}.Release|Any CPU.Build.0 = Release|Any CPU
{102DCD62-D904-439E-BEF3-2F4B69D4FD01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{102DCD62-D904-439E-BEF3-2F4B69D4FD01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{102DCD62-D904-439E-BEF3-2F4B69D4FD01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{102DCD62-D904-439E-BEF3-2F4B69D4FD01}.Release|Any CPU.Build.0 = Release|Any CPU
{CF05A8E2-9B58-47D8-A9F6-969CF197490D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF05A8E2-9B58-47D8-A9F6-969CF197490D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF05A8E2-9B58-47D8-A9F6-969CF197490D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF05A8E2-9B58-47D8-A9F6-969CF197490D}.Release|Any CPU.Build.0 = Release|Any CPU
{34B84C47-1831-4E29-9532-B710B0A9A422}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34B84C47-1831-4E29-9532-B710B0A9A422}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34B84C47-1831-4E29-9532-B710B0A9A422}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34B84C47-1831-4E29-9532-B710B0A9A422}.Release|Any CPU.Build.0 = Release|Any CPU
{1AACAB03-4DEE-489A-80D4-864DE1D0D938}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AACAB03-4DEE-489A-80D4-864DE1D0D938}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AACAB03-4DEE-489A-80D4-864DE1D0D938}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AACAB03-4DEE-489A-80D4-864DE1D0D938}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF949E4D-28E3-4E6F-9B77-1888C037BE3D}
EndGlobalSection
EndGlobal