-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path7z.sln
54 lines (54 loc) · 3.04 KB
/
7z.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Au7zUnpacker", "CPP\7zip\UI\Console\Console.vcxproj", "{483C6AC7-F572-41FE-8115-F754E922BDD3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Test_7zip", "Test_7zip\Test_7zip.vcxproj", "{D62F2807-4DB3-47C8-9D31-2270CA58E50B}"
ProjectSection(ProjectDependencies) = postProject
{483C6AC7-F572-41FE-8115-F754E922BDD3} = {483C6AC7-F572-41FE-8115-F754E922BDD3}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Development|Win32 = Development|Win32
Development|x64 = Development|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{483C6AC7-F572-41FE-8115-F754E922BDD3}.Debug|Win32.ActiveCfg = Debug|Win32
{483C6AC7-F572-41FE-8115-F754E922BDD3}.Debug|Win32.Build.0 = Debug|Win32
{483C6AC7-F572-41FE-8115-F754E922BDD3}.Debug|x64.ActiveCfg = Debug|x64
{483C6AC7-F572-41FE-8115-F754E922BDD3}.Debug|x64.Build.0 = Debug|x64
{483C6AC7-F572-41FE-8115-F754E922BDD3}.Development|Win32.ActiveCfg = Development|Win32
{483C6AC7-F572-41FE-8115-F754E922BDD3}.Development|Win32.Build.0 = Development|Win32
{483C6AC7-F572-41FE-8115-F754E922BDD3}.Development|x64.ActiveCfg = Development|x64
{483C6AC7-F572-41FE-8115-F754E922BDD3}.Development|x64.Build.0 = Development|x64
{483C6AC7-F572-41FE-8115-F754E922BDD3}.Release|Win32.ActiveCfg = Release|Win32
{483C6AC7-F572-41FE-8115-F754E922BDD3}.Release|Win32.Build.0 = Release|Win32
{483C6AC7-F572-41FE-8115-F754E922BDD3}.Release|x64.ActiveCfg = Release|x64
{483C6AC7-F572-41FE-8115-F754E922BDD3}.Release|x64.Build.0 = Release|x64
{D62F2807-4DB3-47C8-9D31-2270CA58E50B}.Debug|Win32.ActiveCfg = Debug|Win32
{D62F2807-4DB3-47C8-9D31-2270CA58E50B}.Debug|Win32.Build.0 = Debug|Win32
{D62F2807-4DB3-47C8-9D31-2270CA58E50B}.Debug|x64.ActiveCfg = Debug|x64
{D62F2807-4DB3-47C8-9D31-2270CA58E50B}.Debug|x64.Build.0 = Debug|x64
{D62F2807-4DB3-47C8-9D31-2270CA58E50B}.Development|Win32.ActiveCfg = Development|Win32
{D62F2807-4DB3-47C8-9D31-2270CA58E50B}.Development|Win32.Build.0 = Development|Win32
{D62F2807-4DB3-47C8-9D31-2270CA58E50B}.Development|x64.ActiveCfg = Development|x64
{D62F2807-4DB3-47C8-9D31-2270CA58E50B}.Development|x64.Build.0 = Development|x64
{D62F2807-4DB3-47C8-9D31-2270CA58E50B}.Release|Win32.ActiveCfg = Release|Win32
{D62F2807-4DB3-47C8-9D31-2270CA58E50B}.Release|Win32.Build.0 = Release|Win32
{D62F2807-4DB3-47C8-9D31-2270CA58E50B}.Release|x64.ActiveCfg = Release|x64
{D62F2807-4DB3-47C8-9D31-2270CA58E50B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F942E32-FE92-4114-9765-7D0FFC0598D5}
EndGlobalSection
EndGlobal