-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWorldMachineLoader.sln
More file actions
36 lines (36 loc) · 1.78 KB
/
WorldMachineLoader.sln
File metadata and controls
36 lines (36 loc) · 1.78 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorldMachineLoader", "WorldMachineLoader\WorldMachineLoader.csproj", "{84D725F8-988D-4C6D-88E0-536A640D798D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SampleMods", "SampleMods", "{C689CC66-9DB2-4329-86CA-BFEF322F6419}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleMod", "SampleMods\SampleMod\SampleMod.csproj", "{AA94BF28-06EE-407E-A822-A23AB6EA1B5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84D725F8-988D-4C6D-88E0-536A640D798D}.Debug|x64.ActiveCfg = Debug|x64
{84D725F8-988D-4C6D-88E0-536A640D798D}.Debug|x64.Build.0 = Debug|x64
{84D725F8-988D-4C6D-88E0-536A640D798D}.Release|x64.ActiveCfg = Release|x64
{84D725F8-988D-4C6D-88E0-536A640D798D}.Release|x64.Build.0 = Release|x64
{AA94BF28-06EE-407E-A822-A23AB6EA1B5C}.Debug|x64.ActiveCfg = Debug|x64
{AA94BF28-06EE-407E-A822-A23AB6EA1B5C}.Debug|x64.Build.0 = Debug|x64
{AA94BF28-06EE-407E-A822-A23AB6EA1B5C}.Release|x64.ActiveCfg = Release|x64
{AA94BF28-06EE-407E-A822-A23AB6EA1B5C}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AA94BF28-06EE-407E-A822-A23AB6EA1B5C} = {C689CC66-9DB2-4329-86CA-BFEF322F6419}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DCC18006-C966-4D09-8A89-BE4E581795B7}
EndGlobalSection
EndGlobal