forked from AdmiralCurtiss/SenPatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSenPatcher.sln
61 lines (61 loc) · 3.95 KB
/
SenPatcher.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
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SenLib", "SenLib\SenLib.csproj", "{2ECD67B8-06F0-4D87-9E53-B4FD334CC541}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HyoutaPluginBase", "HyoutaUtils\HyoutaPluginBase\HyoutaPluginBase.csproj", "{6E153CE7-05B9-4EBA-8DE8-AD842214F60B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HyoutaUtils", "HyoutaUtils\HyoutaUtils\HyoutaUtils.csproj", "{771553C8-0C50-411F-AB7F-E47553C81587}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SenPatcherCli", "SenPatcherCli\SenPatcherCli.csproj", "{E410E775-6F9A-48F2-B9E1-41BB2E4B1ECF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SenPatcherGui", "SenPatcherGui\SenPatcherGui.csproj", "{1E458E0B-8F4B-4996-B26D-AE7949FA10FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileCompressor", "FileCompressor\FileCompressor.csproj", "{7031D7B6-BE22-4B7F-81D8-D292C5951E9A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lz4-sharp", "lz4-sharp\lz4-sharp\lz4-sharp.csproj", "{C70B4F5B-3B12-42AA-A32F-8DD952091F44}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2ECD67B8-06F0-4D87-9E53-B4FD334CC541}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2ECD67B8-06F0-4D87-9E53-B4FD334CC541}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2ECD67B8-06F0-4D87-9E53-B4FD334CC541}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2ECD67B8-06F0-4D87-9E53-B4FD334CC541}.Release|Any CPU.Build.0 = Release|Any CPU
{6E153CE7-05B9-4EBA-8DE8-AD842214F60B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E153CE7-05B9-4EBA-8DE8-AD842214F60B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E153CE7-05B9-4EBA-8DE8-AD842214F60B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E153CE7-05B9-4EBA-8DE8-AD842214F60B}.Release|Any CPU.Build.0 = Release|Any CPU
{771553C8-0C50-411F-AB7F-E47553C81587}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{771553C8-0C50-411F-AB7F-E47553C81587}.Debug|Any CPU.Build.0 = Debug|Any CPU
{771553C8-0C50-411F-AB7F-E47553C81587}.Release|Any CPU.ActiveCfg = Release|Any CPU
{771553C8-0C50-411F-AB7F-E47553C81587}.Release|Any CPU.Build.0 = Release|Any CPU
{E410E775-6F9A-48F2-B9E1-41BB2E4B1ECF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E410E775-6F9A-48F2-B9E1-41BB2E4B1ECF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E410E775-6F9A-48F2-B9E1-41BB2E4B1ECF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E410E775-6F9A-48F2-B9E1-41BB2E4B1ECF}.Release|Any CPU.Build.0 = Release|Any CPU
{1E458E0B-8F4B-4996-B26D-AE7949FA10FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E458E0B-8F4B-4996-B26D-AE7949FA10FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E458E0B-8F4B-4996-B26D-AE7949FA10FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E458E0B-8F4B-4996-B26D-AE7949FA10FA}.Release|Any CPU.Build.0 = Release|Any CPU
{7031D7B6-BE22-4B7F-81D8-D292C5951E9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7031D7B6-BE22-4B7F-81D8-D292C5951E9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7031D7B6-BE22-4B7F-81D8-D292C5951E9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7031D7B6-BE22-4B7F-81D8-D292C5951E9A}.Release|Any CPU.Build.0 = Release|Any CPU
{C70B4F5B-3B12-42AA-A32F-8DD952091F44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C70B4F5B-3B12-42AA-A32F-8DD952091F44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C70B4F5B-3B12-42AA-A32F-8DD952091F44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C70B4F5B-3B12-42AA-A32F-8DD952091F44}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B074C81A-1416-4D71-8C97-40326F266173}
EndGlobalSection
EndGlobal