-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWorldMachineLoader.sln
More file actions
42 lines (42 loc) · 2.23 KB
/
Copy pathWorldMachineLoader.sln
File metadata and controls
42 lines (42 loc) · 2.23 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
37
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11010.61
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}") = "net.referr.samplemod", "SampleMods\SampleMod\net.referr.samplemod.csproj", "{AA94BF28-06EE-407E-A822-A23AB6EA1B5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WML.API", "WML.API\WML.API.csproj", "{6EBD178B-A658-4028-A2E6-7F75ABF3ACE1}"
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 = Debug|x64
{AA94BF28-06EE-407E-A822-A23AB6EA1B5C}.Release|x64.Build.0 = Debug|x64
{6EBD178B-A658-4028-A2E6-7F75ABF3ACE1}.Debug|x64.ActiveCfg = Debug|Any CPU
{6EBD178B-A658-4028-A2E6-7F75ABF3ACE1}.Debug|x64.Build.0 = Debug|Any CPU
{6EBD178B-A658-4028-A2E6-7F75ABF3ACE1}.Release|x64.ActiveCfg = Release|Any CPU
{6EBD178B-A658-4028-A2E6-7F75ABF3ACE1}.Release|x64.Build.0 = Release|Any CPU
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