-
Notifications
You must be signed in to change notification settings - Fork 6
/
SenPatcher.sln
43 lines (43 loc) · 2.5 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
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}") = "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
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
{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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B074C81A-1416-4D71-8C97-40326F266173}
EndGlobalSection
EndGlobal