-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathZipLib_Linux.sln
More file actions
102 lines (102 loc) · 6.35 KB
/
ZipLib_Linux.sln
File metadata and controls
102 lines (102 loc) · 6.35 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31605.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sample", "Source\Sample\Sample_Linux.vcxproj", "{C619B2A2-3E31-438A-B605-15B19B016ADC}"
ProjectSection(ProjectDependencies) = postProject
{5E65BBC5-6F01-4EC5-A1E0-A667880CADF6} = {5E65BBC5-6F01-4EC5-A1E0-A667880CADF6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZipLib", "Source\ZipLib\ZipLib_Linux.vcxproj", "{5E65BBC5-6F01-4EC5-A1E0-A667880CADF6}"
ProjectSection(ProjectDependencies) = postProject
{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450} = {BB81290F-D7CC-4275-BF8D-5BBAF7EB8450}
{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE} = {6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE}
{877676ED-2913-4F2E-A0FB-FBB5595C31B0} = {877676ED-2913-4F2E-A0FB-FBB5595C31B0}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extlibs", "Extlibs", "{116A2236-EE24-4FCD-A985-C9235933415F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lzma", "Source\ZipLib\extlibs\lzma\lzma_Linux.vcxproj", "{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "Source\ZipLib\extlibs\zlib\zlib_Linux.vcxproj", "{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bzip2", "Source\ZipLib\extlibs\bzip2\bzip2_Linux.vcxproj", "{877676ED-2913-4F2E-A0FB-FBB5595C31B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C619B2A2-3E31-438A-B605-15B19B016ADC}.Debug|x64.ActiveCfg = Debug|x64
{C619B2A2-3E31-438A-B605-15B19B016ADC}.Debug|x64.Build.0 = Debug|x64
{C619B2A2-3E31-438A-B605-15B19B016ADC}.Debug|x86.ActiveCfg = Debug|x86
{C619B2A2-3E31-438A-B605-15B19B016ADC}.Debug|x86.Build.0 = Debug|x86
{C619B2A2-3E31-438A-B605-15B19B016ADC}.Release|x64.ActiveCfg = Release|x64
{C619B2A2-3E31-438A-B605-15B19B016ADC}.Release|x64.Build.0 = Release|x64
{C619B2A2-3E31-438A-B605-15B19B016ADC}.Release|x86.ActiveCfg = Release|x86
{C619B2A2-3E31-438A-B605-15B19B016ADC}.Release|x86.Build.0 = Release|x86
{5E65BBC5-6F01-4EC5-A1E0-A667880CADF6}.Debug|x64.ActiveCfg = Debug|x64
{5E65BBC5-6F01-4EC5-A1E0-A667880CADF6}.Debug|x64.Build.0 = Debug|x64
{5E65BBC5-6F01-4EC5-A1E0-A667880CADF6}.Debug|x64.Deploy.0 = Debug|x64
{5E65BBC5-6F01-4EC5-A1E0-A667880CADF6}.Debug|x86.ActiveCfg = Debug|x86
{5E65BBC5-6F01-4EC5-A1E0-A667880CADF6}.Debug|x86.Build.0 = Debug|x86
{5E65BBC5-6F01-4EC5-A1E0-A667880CADF6}.Debug|x86.Deploy.0 = Debug|x86
{5E65BBC5-6F01-4EC5-A1E0-A667880CADF6}.Release|x64.ActiveCfg = Release|x64
{5E65BBC5-6F01-4EC5-A1E0-A667880CADF6}.Release|x64.Build.0 = Release|x64
{5E65BBC5-6F01-4EC5-A1E0-A667880CADF6}.Release|x64.Deploy.0 = Release|x64
{5E65BBC5-6F01-4EC5-A1E0-A667880CADF6}.Release|x86.ActiveCfg = Release|x86
{5E65BBC5-6F01-4EC5-A1E0-A667880CADF6}.Release|x86.Build.0 = Release|x86
{5E65BBC5-6F01-4EC5-A1E0-A667880CADF6}.Release|x86.Deploy.0 = Release|x86
{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450}.Debug|x64.ActiveCfg = Debug|x64
{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450}.Debug|x64.Build.0 = Debug|x64
{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450}.Debug|x64.Deploy.0 = Debug|x64
{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450}.Debug|x86.ActiveCfg = Debug|x86
{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450}.Debug|x86.Build.0 = Debug|x86
{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450}.Debug|x86.Deploy.0 = Debug|x86
{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450}.Release|x64.ActiveCfg = Release|x64
{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450}.Release|x64.Build.0 = Release|x64
{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450}.Release|x64.Deploy.0 = Release|x64
{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450}.Release|x86.ActiveCfg = Release|x86
{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450}.Release|x86.Build.0 = Release|x86
{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450}.Release|x86.Deploy.0 = Release|x86
{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE}.Debug|x64.ActiveCfg = Debug|x64
{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE}.Debug|x64.Build.0 = Debug|x64
{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE}.Debug|x64.Deploy.0 = Debug|x64
{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE}.Debug|x86.ActiveCfg = Debug|x86
{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE}.Debug|x86.Build.0 = Debug|x86
{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE}.Debug|x86.Deploy.0 = Debug|x86
{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE}.Release|x64.ActiveCfg = Release|x64
{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE}.Release|x64.Build.0 = Release|x64
{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE}.Release|x64.Deploy.0 = Release|x64
{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE}.Release|x86.ActiveCfg = Release|x86
{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE}.Release|x86.Build.0 = Release|x86
{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE}.Release|x86.Deploy.0 = Release|x86
{877676ED-2913-4F2E-A0FB-FBB5595C31B0}.Debug|x64.ActiveCfg = Debug|x64
{877676ED-2913-4F2E-A0FB-FBB5595C31B0}.Debug|x64.Build.0 = Debug|x64
{877676ED-2913-4F2E-A0FB-FBB5595C31B0}.Debug|x64.Deploy.0 = Debug|x64
{877676ED-2913-4F2E-A0FB-FBB5595C31B0}.Debug|x86.ActiveCfg = Debug|x86
{877676ED-2913-4F2E-A0FB-FBB5595C31B0}.Debug|x86.Build.0 = Debug|x86
{877676ED-2913-4F2E-A0FB-FBB5595C31B0}.Debug|x86.Deploy.0 = Debug|x86
{877676ED-2913-4F2E-A0FB-FBB5595C31B0}.Release|x64.ActiveCfg = Release|x64
{877676ED-2913-4F2E-A0FB-FBB5595C31B0}.Release|x64.Build.0 = Release|x64
{877676ED-2913-4F2E-A0FB-FBB5595C31B0}.Release|x64.Deploy.0 = Release|x64
{877676ED-2913-4F2E-A0FB-FBB5595C31B0}.Release|x86.ActiveCfg = Release|x86
{877676ED-2913-4F2E-A0FB-FBB5595C31B0}.Release|x86.Build.0 = Release|x86
{877676ED-2913-4F2E-A0FB-FBB5595C31B0}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BB81290F-D7CC-4275-BF8D-5BBAF7EB8450} = {116A2236-EE24-4FCD-A985-C9235933415F}
{6E02F1AC-4F15-4991-9FF1-C03B68D2EAFE} = {116A2236-EE24-4FCD-A985-C9235933415F}
{877676ED-2913-4F2E-A0FB-FBB5595C31B0} = {116A2236-EE24-4FCD-A985-C9235933415F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF14275B-EA27-43F7-9BFA-7EBB6957FD5C}
EndGlobalSection
EndGlobal