-
Notifications
You must be signed in to change notification settings - Fork 0
/
MultiArchiver.sln
31 lines (31 loc) · 1.59 KB
/
MultiArchiver.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiArchiver", "MultiArchiver\MultiArchiver.csproj", "{BA99634D-069E-4DC6-8ACD-2BAF0EEAA5A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiArchiveLibrary", "MultiArchiveLibrary\MultiArchiveLibrary.csproj", "{CF6A63A3-2229-4199-B2FE-1B7688575C1D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA99634D-069E-4DC6-8ACD-2BAF0EEAA5A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA99634D-069E-4DC6-8ACD-2BAF0EEAA5A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA99634D-069E-4DC6-8ACD-2BAF0EEAA5A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA99634D-069E-4DC6-8ACD-2BAF0EEAA5A0}.Release|Any CPU.Build.0 = Release|Any CPU
{CF6A63A3-2229-4199-B2FE-1B7688575C1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF6A63A3-2229-4199-B2FE-1B7688575C1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF6A63A3-2229-4199-B2FE-1B7688575C1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF6A63A3-2229-4199-B2FE-1B7688575C1D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6793CDB6-A6BC-45DE-98D0-A308D40690B4}
EndGlobalSection
EndGlobal