-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPatchLoader.sln
43 lines (43 loc) · 2.48 KB
/
PatchLoader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PatchLoaderMod", "PatchLoaderMod\PatchLoaderMod.csproj", "{00C4FDF9-637B-4F00-BEC7-B8E9F0D06E4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Patch.API", "Patch.API\Patch.API.csproj", "{C5C7F3DD-F203-4510-8525-7EE6FB0E6124}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PatchLoader", "PatchLoader\PatchLoader.csproj", "{FD6438F0-AF7A-4196-8B28-F3B578489AA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils.csproj", "{6C49A64B-A8DA-4EB3-AB71-A9D77193685A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00C4FDF9-637B-4F00-BEC7-B8E9F0D06E4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00C4FDF9-637B-4F00-BEC7-B8E9F0D06E4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00C4FDF9-637B-4F00-BEC7-B8E9F0D06E4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00C4FDF9-637B-4F00-BEC7-B8E9F0D06E4A}.Release|Any CPU.Build.0 = Release|Any CPU
{C5C7F3DD-F203-4510-8525-7EE6FB0E6124}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5C7F3DD-F203-4510-8525-7EE6FB0E6124}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5C7F3DD-F203-4510-8525-7EE6FB0E6124}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5C7F3DD-F203-4510-8525-7EE6FB0E6124}.Release|Any CPU.Build.0 = Release|Any CPU
{FD6438F0-AF7A-4196-8B28-F3B578489AA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD6438F0-AF7A-4196-8B28-F3B578489AA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD6438F0-AF7A-4196-8B28-F3B578489AA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD6438F0-AF7A-4196-8B28-F3B578489AA0}.Release|Any CPU.Build.0 = Release|Any CPU
{6C49A64B-A8DA-4EB3-AB71-A9D77193685A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C49A64B-A8DA-4EB3-AB71-A9D77193685A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C49A64B-A8DA-4EB3-AB71-A9D77193685A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C49A64B-A8DA-4EB3-AB71-A9D77193685A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0BAE538F-5B8C-4865-9235-8CC1A2F671BB}
EndGlobalSection
EndGlobal