-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMods.sln
59 lines (59 loc) · 3.53 KB
/
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
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "(Repository Root)", "(Repository Root)", "{8D331F94-F604-410F-ADED-0715964DCE01}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
VoxelTycoonInstallationDirectory.txt = VoxelTycoonInstallationDirectory.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OldSchoolStyleMod", "OldSchoolStyleMod\OldSchoolStyleMod.csproj", "{4B03A377-4852-4113-AE6F-E68A6087885A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloVoxelWorldMod", "HelloVoxelWorldMod\HelloVoxelWorldMod.csproj", "{17110021-9D11-4D8E-9F72-85378660BDA3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InfiniteResourcesMod", "InfiniteResourcesMod\InfiniteResourcesMod.csproj", "{A2B6A6B9-699D-41BF-965E-813964B7EA7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SettingsExampleMod", "SettingsExampleMod\SettingsExampleMod.csproj", "{603F06CD-5E03-4008-965C-814CFE5255E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomRulesExampleMod", "CustomRulesExampleMod\CustomRulesExampleMod.csproj", "{A36C978A-F001-48DC-902A-6E15A87A5850}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B03A377-4852-4113-AE6F-E68A6087885A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B03A377-4852-4113-AE6F-E68A6087885A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B03A377-4852-4113-AE6F-E68A6087885A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B03A377-4852-4113-AE6F-E68A6087885A}.Release|Any CPU.Build.0 = Release|Any CPU
{17110021-9D11-4D8E-9F72-85378660BDA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17110021-9D11-4D8E-9F72-85378660BDA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17110021-9D11-4D8E-9F72-85378660BDA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17110021-9D11-4D8E-9F72-85378660BDA3}.Release|Any CPU.Build.0 = Release|Any CPU
{A2B6A6B9-699D-41BF-965E-813964B7EA7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2B6A6B9-699D-41BF-965E-813964B7EA7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2B6A6B9-699D-41BF-965E-813964B7EA7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2B6A6B9-699D-41BF-965E-813964B7EA7E}.Release|Any CPU.Build.0 = Release|Any CPU
{603F06CD-5E03-4008-965C-814CFE5255E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{603F06CD-5E03-4008-965C-814CFE5255E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{603F06CD-5E03-4008-965C-814CFE5255E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{603F06CD-5E03-4008-965C-814CFE5255E3}.Release|Any CPU.Build.0 = Release|Any CPU
{A36C978A-F001-48DC-902A-6E15A87A5850}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A36C978A-F001-48DC-902A-6E15A87A5850}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A36C978A-F001-48DC-902A-6E15A87A5850}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A36C978A-F001-48DC-902A-6E15A87A5850}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {346D089A-718D-420A-A84B-4D330C41614E}
EndGlobalSection
EndGlobal