121 |
cycrow |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
3 |
<ItemGroup Label="ProjectConfigurations">
|
|
|
4 |
<ProjectConfiguration Include="Debug|Win32">
|
|
|
5 |
<Configuration>Debug</Configuration>
|
|
|
6 |
<Platform>Win32</Platform>
|
|
|
7 |
</ProjectConfiguration>
|
|
|
8 |
<ProjectConfiguration Include="Debug|x64">
|
|
|
9 |
<Configuration>Debug</Configuration>
|
|
|
10 |
<Platform>x64</Platform>
|
|
|
11 |
</ProjectConfiguration>
|
|
|
12 |
<ProjectConfiguration Include="Release|Win32">
|
|
|
13 |
<Configuration>Release</Configuration>
|
|
|
14 |
<Platform>Win32</Platform>
|
|
|
15 |
</ProjectConfiguration>
|
|
|
16 |
<ProjectConfiguration Include="Release|x64">
|
|
|
17 |
<Configuration>Release</Configuration>
|
|
|
18 |
<Platform>x64</Platform>
|
|
|
19 |
</ProjectConfiguration>
|
|
|
20 |
</ItemGroup>
|
|
|
21 |
<PropertyGroup Label="Globals">
|
|
|
22 |
<ProjectGuid>{C18EC70D-7048-485C-8BB3-E219C6C8E352}</ProjectGuid>
|
|
|
23 |
<RootNamespace>spk</RootNamespace>
|
|
|
24 |
<Keyword>Win32Proj</Keyword>
|
148 |
cycrow |
25 |
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
121 |
cycrow |
26 |
</PropertyGroup>
|
|
|
27 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
28 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
29 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
148 |
cycrow |
30 |
<PlatformToolset>v143</PlatformToolset>
|
121 |
cycrow |
31 |
<CharacterSet>Unicode</CharacterSet>
|
|
|
32 |
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
33 |
</PropertyGroup>
|
|
|
34 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
35 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
148 |
cycrow |
36 |
<PlatformToolset>v143</PlatformToolset>
|
121 |
cycrow |
37 |
<CharacterSet>Unicode</CharacterSet>
|
|
|
38 |
</PropertyGroup>
|
|
|
39 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
40 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
148 |
cycrow |
41 |
<PlatformToolset>v143</PlatformToolset>
|
121 |
cycrow |
42 |
<CharacterSet>Unicode</CharacterSet>
|
|
|
43 |
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
44 |
</PropertyGroup>
|
|
|
45 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
46 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
148 |
cycrow |
47 |
<PlatformToolset>v143</PlatformToolset>
|
121 |
cycrow |
48 |
<CharacterSet>Unicode</CharacterSet>
|
|
|
49 |
</PropertyGroup>
|
|
|
50 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
51 |
<ImportGroup Label="ExtensionSettings">
|
|
|
52 |
</ImportGroup>
|
|
|
53 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
54 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
55 |
</ImportGroup>
|
|
|
56 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
57 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
58 |
</ImportGroup>
|
|
|
59 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
60 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
61 |
</ImportGroup>
|
|
|
62 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
63 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
64 |
</ImportGroup>
|
|
|
65 |
<PropertyGroup Label="UserMacros" />
|
|
|
66 |
<PropertyGroup>
|
|
|
67 |
<_ProjectFileVersion>14.0.25431.1</_ProjectFileVersion>
|
|
|
68 |
</PropertyGroup>
|
|
|
69 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
70 |
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
71 |
<IntDir>$(SolutionDir)$(Configuration)\libspk\</IntDir>
|
|
|
72 |
<LinkIncremental>true</LinkIncremental>
|
|
|
73 |
<IncludePath>C:\Users\cycro\OneDrive\Documents\Visual Studio 2015\Projects\Plugin Manager\libspk\Windows;$(IncludePath)</IncludePath>
|
|
|
74 |
</PropertyGroup>
|
|
|
75 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
76 |
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
77 |
<IntDir>$(SolutionDir)$(Configuration)\spk\</IntDir>
|
|
|
78 |
<LinkIncremental>false</LinkIncremental>
|
|
|
79 |
</PropertyGroup>
|
|
|
80 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
81 |
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
82 |
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|
|
83 |
<LinkIncremental>true</LinkIncremental>
|
273 |
cycrow |
84 |
<TargetName>$(ProjectName)64</TargetName>
|
121 |
cycrow |
85 |
</PropertyGroup>
|
|
|
86 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
87 |
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
88 |
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|
|
89 |
<LinkIncremental>false</LinkIncremental>
|
273 |
cycrow |
90 |
<TargetName>$(ProjectName)64</TargetName>
|
121 |
cycrow |
91 |
</PropertyGroup>
|
|
|
92 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
93 |
<ClCompile>
|
|
|
94 |
<Optimization>Disabled</Optimization>
|
244 |
cycrow |
95 |
<AdditionalIncludeDirectories>../Windows;../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
121 |
cycrow |
96 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SPK_EXPORTS;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_USEWIDECHAR;_RAR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
97 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
98 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
99 |
<PrecompiledHeader />
|
|
|
100 |
<WarningLevel>Level3</WarningLevel>
|
|
|
101 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
102 |
</ClCompile>
|
|
|
103 |
<Link>
|
|
|
104 |
<AdditionalDependencies>unrar.lib;libx2bc.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
244 |
cycrow |
105 |
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
121 |
cycrow |
106 |
<ModuleDefinitionFile>spk.def</ModuleDefinitionFile>
|
|
|
107 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
108 |
<SubSystem>Windows</SubSystem>
|
|
|
109 |
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
110 |
<DataExecutionPrevention />
|
|
|
111 |
<TargetMachine>MachineX86</TargetMachine>
|
|
|
112 |
</Link>
|
|
|
113 |
</ItemDefinitionGroup>
|
|
|
114 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
115 |
<ClCompile>
|
123 |
cycrow |
116 |
<AdditionalIncludeDirectories>../Windows;../../../unrar;../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
121 |
cycrow |
117 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SPK_EXPORTS;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_USEWIDECHAR;_RAR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
118 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
119 |
<PrecompiledHeader />
|
|
|
120 |
<WarningLevel>Level3</WarningLevel>
|
|
|
121 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
122 |
</ClCompile>
|
|
|
123 |
<ProjectReference>
|
|
|
124 |
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
|
|
125 |
</ProjectReference>
|
|
|
126 |
<Link>
|
|
|
127 |
<AdditionalDependencies>unrar.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
128 |
<OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
|
|
|
129 |
<AdditionalLibraryDirectories>../../../unrar;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
130 |
<ModuleDefinitionFile>spk.def</ModuleDefinitionFile>
|
|
|
131 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
132 |
<SubSystem>Windows</SubSystem>
|
|
|
133 |
<OptimizeReferences>true</OptimizeReferences>
|
|
|
134 |
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
135 |
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
136 |
<DataExecutionPrevention />
|
|
|
137 |
<TargetMachine>MachineX86</TargetMachine>
|
|
|
138 |
</Link>
|
|
|
139 |
</ItemDefinitionGroup>
|
|
|
140 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
141 |
<Midl>
|
|
|
142 |
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
143 |
</Midl>
|
|
|
144 |
<ClCompile>
|
|
|
145 |
<Optimization>Disabled</Optimization>
|
284 |
cycrow |
146 |
<AdditionalIncludeDirectories>../windows;../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
121 |
cycrow |
147 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SPK_EXPORTS;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_USEWIDECHAR;_RAR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
284 |
cycrow |
148 |
<MinimalRebuild>false</MinimalRebuild>
|
121 |
cycrow |
149 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
150 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
151 |
<PrecompiledHeader />
|
|
|
152 |
<WarningLevel>Level3</WarningLevel>
|
|
|
153 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
154 |
</ClCompile>
|
|
|
155 |
<Link>
|
284 |
cycrow |
156 |
<AdditionalDependencies>unrar64.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
157 |
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
158 |
<ModuleDefinitionFile>spk64.def</ModuleDefinitionFile>
|
121 |
cycrow |
159 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
160 |
<SubSystem>Windows</SubSystem>
|
|
|
161 |
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
162 |
<DataExecutionPrevention />
|
|
|
163 |
<TargetMachine>MachineX64</TargetMachine>
|
|
|
164 |
</Link>
|
|
|
165 |
</ItemDefinitionGroup>
|
|
|
166 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
167 |
<Midl>
|
|
|
168 |
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
169 |
</Midl>
|
|
|
170 |
<ClCompile>
|
286 |
cycrow |
171 |
<AdditionalIncludeDirectories>../windows;../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
121 |
cycrow |
172 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SPK_EXPORTS;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_USEWIDECHAR;_RAR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
173 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
174 |
<PrecompiledHeader />
|
|
|
175 |
<WarningLevel>Level3</WarningLevel>
|
|
|
176 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
177 |
</ClCompile>
|
|
|
178 |
<Link>
|
286 |
cycrow |
179 |
<AdditionalDependencies>unrar64.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
180 |
<OutputFile>$(OutDir)$(ProjectName)64.dll</OutputFile>
|
|
|
181 |
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
182 |
<ModuleDefinitionFile>spk64.def</ModuleDefinitionFile>
|
121 |
cycrow |
183 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
184 |
<SubSystem>Windows</SubSystem>
|
|
|
185 |
<OptimizeReferences>true</OptimizeReferences>
|
|
|
186 |
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
187 |
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
188 |
<DataExecutionPrevention />
|
|
|
189 |
<TargetMachine>MachineX64</TargetMachine>
|
|
|
190 |
</Link>
|
|
|
191 |
</ItemDefinitionGroup>
|
|
|
192 |
<ItemGroup>
|
|
|
193 |
<ClCompile Include="..\..\HiP\ByteReader.cpp" />
|
|
|
194 |
<ClCompile Include="..\..\HiP\clsFile.cpp" />
|
|
|
195 |
<ClCompile Include="..\..\HiP\COM_CRC32.cpp" />
|
|
|
196 |
<ClCompile Include="..\..\HiP\HiP.cpp" />
|
|
|
197 |
<ClCompile Include="..\..\HiP\HipPack.cpp" />
|
|
|
198 |
<ClCompile Include="..\..\HiP\LiteralHuffTree.cpp" />
|
|
|
199 |
<ClCompile Include="..\src\ansi7zip\7Decoder.cpp" />
|
|
|
200 |
<ClCompile Include="..\src\ansi7zip\LzmaDecode.cpp" />
|
|
|
201 |
<ClCompile Include="..\src\archive\unzip.cpp" />
|
|
|
202 |
<ClCompile Include="..\src\archive\zip.cpp" />
|
|
|
203 |
<ClCompile Include="..\src\BaseFile.cpp" />
|
|
|
204 |
<ClCompile Include="..\src\CatFile.cpp" />
|
|
|
205 |
<ClCompile Include="..\src\DirIO.cpp" />
|
|
|
206 |
<ClCompile Include="..\src\File.cpp" />
|
|
|
207 |
<ClCompile Include="..\src\File_IO.cpp" />
|
|
|
208 |
<ClCompile Include="..\src\GameDirectories.cpp" />
|
|
|
209 |
<ClCompile Include="..\src\GameExe.cpp" />
|
|
|
210 |
<ClCompile Include="..\src\Languages.cpp" />
|
|
|
211 |
<ClCompile Include="..\src\logging\Log.cpp" />
|
|
|
212 |
<ClCompile Include="..\src\lzma\7zBuf.c" />
|
|
|
213 |
<ClCompile Include="..\src\lzma\7zBuf2.c" />
|
|
|
214 |
<ClCompile Include="..\src\lzma\7zCrc.c" />
|
|
|
215 |
<ClCompile Include="..\src\lzma\7zFile.c" />
|
|
|
216 |
<ClCompile Include="..\src\lzma\7zStream.c" />
|
|
|
217 |
<ClCompile Include="..\src\lzma\Alloc.c" />
|
|
|
218 |
<ClCompile Include="..\src\lzma\Bcj2.c" />
|
|
|
219 |
<ClCompile Include="..\src\lzma\Bra.c" />
|
|
|
220 |
<ClCompile Include="..\src\lzma\Bra86.c" />
|
|
|
221 |
<ClCompile Include="..\src\lzma\BraIA64.c" />
|
|
|
222 |
<ClCompile Include="..\src\lzma\LzFind.c" />
|
|
|
223 |
<ClCompile Include="..\src\lzma\LzFindMt.c" />
|
|
|
224 |
<ClCompile Include="..\src\lzma\Lzma86Dec.c" />
|
|
|
225 |
<ClCompile Include="..\src\lzma\Lzma86Enc.c" />
|
|
|
226 |
<ClCompile Include="..\src\lzma\LzmaDec.c" />
|
|
|
227 |
<ClCompile Include="..\src\lzma\LzmaEnc.c" />
|
|
|
228 |
<ClCompile Include="..\src\lzma\LzmaLib.c" />
|
|
|
229 |
<ClCompile Include="..\src\lzma\Threads.c" />
|
|
|
230 |
<ClCompile Include="..\src\ModDiff.cpp" />
|
|
|
231 |
<ClCompile Include="..\src\MultiSpkFile.cpp" />
|
|
|
232 |
<ClCompile Include="..\src\OriginalFiles.cpp" />
|
|
|
233 |
<ClCompile Include="..\src\Packages.cpp" />
|
|
|
234 |
<ClCompile Include="..\src\Package\CorePackage.cpp" />
|
|
|
235 |
<ClCompile Include="..\src\Package\InstallText.cpp" />
|
|
|
236 |
<ClCompile Include="..\src\ShipData.cpp" />
|
|
|
237 |
<ClCompile Include="..\src\spk.cpp" />
|
|
|
238 |
<ClCompile Include="..\src\SpkFile.cpp" />
|
|
|
239 |
<ClCompile Include="..\src\TextDB.cpp" />
|
|
|
240 |
<ClCompile Include="..\src\Utils\String.cpp" />
|
|
|
241 |
<ClCompile Include="..\src\Utils\StringList.cpp" />
|
186 |
cycrow |
242 |
<ClCompile Include="..\src\Utils\WString.cpp" />
|
195 |
cycrow |
243 |
<ClCompile Include="..\src\Utils\WStringList.cpp" />
|
121 |
cycrow |
244 |
<ClCompile Include="..\src\VirtualFileSystem.cpp" />
|
|
|
245 |
<ClCompile Include="..\src\x2bc\common\indian.cpp" />
|
|
|
246 |
<ClCompile Include="..\src\x2bc\common\strutils.cpp" />
|
|
|
247 |
<ClCompile Include="..\src\x2bc\x2bc_common\bob_dom.cpp" />
|
|
|
248 |
<ClCompile Include="..\src\x2bc\x2bc_common\bob_dom_bob.cpp" />
|
|
|
249 |
<ClCompile Include="..\src\x2bc\x2bc_common\bob_dom_cut.cpp" />
|
|
|
250 |
<ClCompile Include="..\src\x2bc\x2bc_common\bob_dom_frame.cpp" />
|
|
|
251 |
<ClCompile Include="..\src\x2bc\x2bc_common\bod_bob_parser.cpp" />
|
|
|
252 |
<ClCompile Include="..\src\x2bc\x2bc_common\bod_cut_parser.cpp" />
|
|
|
253 |
<ClCompile Include="..\src\x2bc\x2bc_common\bod_parser.cpp" />
|
|
|
254 |
<ClCompile Include="..\src\x2bc\x2bc_common\bod_parser_base.cpp" />
|
|
|
255 |
<ClCompile Include="..\src\x2bc\x2bc_common\bod_text_parser.cpp" />
|
|
|
256 |
<ClCompile Include="..\src\x2bc\x2bc_common\settings.cpp" />
|
|
|
257 |
<ClCompile Include="..\src\XBod.cpp" />
|
|
|
258 |
<ClCompile Include="..\src\XspFile.cpp" />
|
|
|
259 |
<ClCompile Include="..\src\zlib\adler32.c" />
|
|
|
260 |
<ClCompile Include="..\src\zlib\compress.c" />
|
|
|
261 |
<ClCompile Include="..\src\zlib\crc32.c" />
|
|
|
262 |
<ClCompile Include="..\src\zlib\deflate.c" />
|
|
|
263 |
<ClCompile Include="..\src\zlib\gzclose.c" />
|
|
|
264 |
<ClCompile Include="..\src\zlib\gzlib.c" />
|
|
|
265 |
<ClCompile Include="..\src\zlib\gzread.c" />
|
|
|
266 |
<ClCompile Include="..\src\zlib\gzwrite.c" />
|
|
|
267 |
<ClCompile Include="..\src\zlib\infback.c" />
|
|
|
268 |
<ClCompile Include="..\src\zlib\inffast.c" />
|
|
|
269 |
<ClCompile Include="..\src\zlib\inflate.c" />
|
|
|
270 |
<ClCompile Include="..\src\zlib\inftrees.c" />
|
|
|
271 |
<ClCompile Include="..\src\zlib\trees.c" />
|
|
|
272 |
<ClCompile Include="..\src\zlib\uncompr.c" />
|
|
|
273 |
<ClCompile Include="..\src\zlib\zutil.c" />
|
|
|
274 |
</ItemGroup>
|
|
|
275 |
<ItemGroup>
|
|
|
276 |
<ClInclude Include="..\..\HiP\ByteReader.h" />
|
|
|
277 |
<ClInclude Include="..\..\HiP\clsFile.h" />
|
|
|
278 |
<ClInclude Include="..\..\HiP\CRC32.h" />
|
|
|
279 |
<ClInclude Include="..\..\HiP\HiP.h" />
|
|
|
280 |
<ClInclude Include="..\..\HiP\HipPack.h" />
|
|
|
281 |
<ClInclude Include="..\..\HiP\LiteralHuffTree.h" />
|
|
|
282 |
<ClInclude Include="..\..\HiP\Macros.h" />
|
|
|
283 |
<ClInclude Include="..\src\ansi7zip\7Decoder.h" />
|
|
|
284 |
<ClInclude Include="..\src\ansi7zip\LzmaDecode.h" />
|
|
|
285 |
<ClInclude Include="..\src\ansi7zip\LzmaTypes.h" />
|
|
|
286 |
<ClInclude Include="..\src\archive\unzip.h" />
|
|
|
287 |
<ClInclude Include="..\src\archive\zip.h" />
|
|
|
288 |
<ClInclude Include="..\src\BaseFile.h" />
|
|
|
289 |
<ClInclude Include="..\src\CatFile.h" />
|
|
|
290 |
<ClInclude Include="..\src\CyString.h" />
|
|
|
291 |
<ClInclude Include="..\src\DirIO.h" />
|
|
|
292 |
<ClInclude Include="..\src\emp.h" />
|
127 |
cycrow |
293 |
<ClInclude Include="..\src\enums.h" />
|
121 |
cycrow |
294 |
<ClInclude Include="..\src\File.h" />
|
|
|
295 |
<ClInclude Include="..\src\File_IO.h" />
|
|
|
296 |
<ClInclude Include="..\src\GameDirectories.h" />
|
|
|
297 |
<ClInclude Include="..\src\GameExe.h" />
|
|
|
298 |
<ClInclude Include="..\src\hash.h" />
|
|
|
299 |
<ClInclude Include="..\src\Languages.h" />
|
|
|
300 |
<ClInclude Include="..\src\lists.h" />
|
|
|
301 |
<ClInclude Include="..\src\logging\Log.h" />
|
|
|
302 |
<ClInclude Include="..\src\lzma\7zBuf.h" />
|
|
|
303 |
<ClInclude Include="..\src\lzma\7zCrc.h" />
|
|
|
304 |
<ClInclude Include="..\src\lzma\7zFile.h" />
|
|
|
305 |
<ClInclude Include="..\src\lzma\7zVersion.h" />
|
|
|
306 |
<ClInclude Include="..\src\lzma\Alloc.h" />
|
|
|
307 |
<ClInclude Include="..\src\lzma\Bcj2.h" />
|
|
|
308 |
<ClInclude Include="..\src\lzma\Bra.h" />
|
|
|
309 |
<ClInclude Include="..\src\lzma\CpuArch.h" />
|
|
|
310 |
<ClInclude Include="..\src\lzma\LzFind.h" />
|
|
|
311 |
<ClInclude Include="..\src\lzma\LzFindMt.h" />
|
|
|
312 |
<ClInclude Include="..\src\lzma\LzHash.h" />
|
|
|
313 |
<ClInclude Include="..\src\lzma\Lzma86Dec.h" />
|
|
|
314 |
<ClInclude Include="..\src\lzma\Lzma86Enc.h" />
|
|
|
315 |
<ClInclude Include="..\src\lzma\LzmaDec.h" />
|
|
|
316 |
<ClInclude Include="..\src\lzma\LzmaEnc.h" />
|
|
|
317 |
<ClInclude Include="..\src\lzma\LzmaLib.h" />
|
|
|
318 |
<ClInclude Include="..\src\lzma\Threads.h" />
|
|
|
319 |
<ClInclude Include="..\src\lzma\Types.h" />
|
|
|
320 |
<ClInclude Include="..\src\ModDiff.h" />
|
|
|
321 |
<ClInclude Include="..\src\MultiSpkFile.h" />
|
|
|
322 |
<ClInclude Include="..\src\OriginalFiles.h" />
|
|
|
323 |
<ClInclude Include="..\src\Packages.h" />
|
|
|
324 |
<ClInclude Include="..\src\Package\CorePackage.h" />
|
|
|
325 |
<ClInclude Include="..\src\Package\InstallText.h" />
|
|
|
326 |
<ClInclude Include="..\src\secure.h" />
|
|
|
327 |
<ClInclude Include="..\src\ShipData.h" />
|
|
|
328 |
<ClInclude Include="..\src\spk.h" />
|
|
|
329 |
<ClInclude Include="..\src\spkcmdprogress.h" />
|
|
|
330 |
<ClInclude Include="..\src\spkdef.h" />
|
|
|
331 |
<ClInclude Include="..\src\spkdefines.h" />
|
|
|
332 |
<ClInclude Include="..\src\spkdll.h" />
|
|
|
333 |
<ClInclude Include="..\src\SpkFile.h" />
|
|
|
334 |
<ClInclude Include="..\src\StringList.h" />
|
|
|
335 |
<ClInclude Include="..\src\TextDB.h" />
|
303 |
cycrow |
336 |
<ClInclude Include="..\src\Utils\CommandLine.h" />
|
121 |
cycrow |
337 |
<ClInclude Include="..\src\Utils\List.h" />
|
|
|
338 |
<ClInclude Include="..\src\Utils\String.h" />
|
|
|
339 |
<ClInclude Include="..\src\Utils\StringList.h" />
|
186 |
cycrow |
340 |
<ClInclude Include="..\src\Utils\WString.h" />
|
195 |
cycrow |
341 |
<ClInclude Include="..\src\Utils\WStringList.h" />
|
121 |
cycrow |
342 |
<ClInclude Include="..\src\VirtualFileSystem.h" />
|
|
|
343 |
<ClInclude Include="..\src\x2bc\common\ext_array.h" />
|
|
|
344 |
<ClInclude Include="..\src\x2bc\common\ext_list.h" />
|
|
|
345 |
<ClInclude Include="..\src\x2bc\common\ext_simple_list.h" />
|
|
|
346 |
<ClInclude Include="..\src\x2bc\common\ext_stream.h" />
|
|
|
347 |
<ClInclude Include="..\src\x2bc\common\ext_utils.h" />
|
|
|
348 |
<ClInclude Include="..\src\x2bc\common\indian.h" />
|
|
|
349 |
<ClInclude Include="..\src\x2bc\common\ptr_list.h" />
|
|
|
350 |
<ClInclude Include="..\src\x2bc\common\stream_base.h" />
|
|
|
351 |
<ClInclude Include="..\src\x2bc\common\string_builder.h" />
|
|
|
352 |
<ClInclude Include="..\src\x2bc\common\strutils.h" />
|
|
|
353 |
<ClInclude Include="..\src\x2bc\x2bc_common\bob_dom.h" />
|
|
|
354 |
<ClInclude Include="..\src\x2bc\x2bc_common\bob_dom_base.h" />
|
|
|
355 |
<ClInclude Include="..\src\x2bc\x2bc_common\bob_dom_bob.h" />
|
|
|
356 |
<ClInclude Include="..\src\x2bc\x2bc_common\bob_dom_cut.h" />
|
|
|
357 |
<ClInclude Include="..\src\x2bc\x2bc_common\bob_dom_filestream.h" />
|
|
|
358 |
<ClInclude Include="..\src\x2bc\x2bc_common\bob_dom_frame.h" />
|
|
|
359 |
<ClInclude Include="..\src\x2bc\x2bc_common\bob_dom_stream.h" />
|
|
|
360 |
<ClInclude Include="..\src\x2bc\x2bc_common\bob_names.h" />
|
|
|
361 |
<ClInclude Include="..\src\x2bc\x2bc_common\bob_point_bst.h" />
|
|
|
362 |
<ClInclude Include="..\src\x2bc\x2bc_common\bob_point_map.h" />
|
|
|
363 |
<ClInclude Include="..\src\x2bc\x2bc_common\bob_realfile_stream.h" />
|
|
|
364 |
<ClInclude Include="..\src\x2bc\x2bc_common\bob_stream.h" />
|
|
|
365 |
<ClInclude Include="..\src\x2bc\x2bc_common\bob_stream_operators.h" />
|
|
|
366 |
<ClInclude Include="..\src\x2bc\x2bc_common\bod_bob_parser.h" />
|
|
|
367 |
<ClInclude Include="..\src\x2bc\x2bc_common\bod_cut_parser.h" />
|
|
|
368 |
<ClInclude Include="..\src\x2bc\x2bc_common\bod_parser.h" />
|
|
|
369 |
<ClInclude Include="..\src\x2bc\x2bc_common\bod_parser_base.h" />
|
|
|
370 |
<ClInclude Include="..\src\x2bc\x2bc_common\bod_text_parser.h" />
|
|
|
371 |
<ClInclude Include="..\src\x2bc\x2bc_common\conversion.h" />
|
|
|
372 |
<ClInclude Include="..\src\x2bc\x2bc_common\geometry.h" />
|
|
|
373 |
<ClInclude Include="..\src\x2bc\x2bc_common\geometry_bob.h" />
|
|
|
374 |
<ClInclude Include="..\src\x2bc\x2bc_common\new_point_map.h" />
|
|
|
375 |
<ClInclude Include="..\src\x2bc\x2bc_common\realfile_stream.h" />
|
|
|
376 |
<ClInclude Include="..\src\x2bc\x2bc_common\settings.h" />
|
|
|
377 |
<ClInclude Include="..\src\x2bc\x2bc_common\stream.h" />
|
|
|
378 |
<ClInclude Include="..\src\x2bc\x2bc_common\token_stream.h" />
|
|
|
379 |
<ClInclude Include="..\src\x2bc\x2bc_common\version.h" />
|
|
|
380 |
<ClInclude Include="..\src\x2bc\x2bc_common\x2file_stream.h" />
|
|
|
381 |
<ClInclude Include="..\src\XBod.h" />
|
|
|
382 |
<ClInclude Include="..\src\XspFile.h" />
|
|
|
383 |
<ClInclude Include="..\src\zlib\crc32.h" />
|
|
|
384 |
<ClInclude Include="..\src\zlib\deflate.h" />
|
|
|
385 |
<ClInclude Include="..\src\zlib\gzguts.h" />
|
|
|
386 |
<ClInclude Include="..\src\zlib\inffast.h" />
|
|
|
387 |
<ClInclude Include="..\src\zlib\inffixed.h" />
|
|
|
388 |
<ClInclude Include="..\src\zlib\inflate.h" />
|
|
|
389 |
<ClInclude Include="..\src\zlib\inftrees.h" />
|
|
|
390 |
<ClInclude Include="..\src\zlib\trees.h" />
|
|
|
391 |
<ClInclude Include="..\src\zlib\zconf.h" />
|
|
|
392 |
<ClInclude Include="..\src\zlib\zconf.in.h" />
|
|
|
393 |
<ClInclude Include="..\src\zlib\zlib.h" />
|
|
|
394 |
<ClInclude Include="..\src\zlib\zutil.h" />
|
|
|
395 |
<ClInclude Include="libx2bc.h" />
|
148 |
cycrow |
396 |
<ClInclude Include="spklib.h" />
|
121 |
cycrow |
397 |
</ItemGroup>
|
|
|
398 |
<ItemGroup>
|
|
|
399 |
<Library Include="libx2bc.lib" />
|
|
|
400 |
</ItemGroup>
|
|
|
401 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
402 |
<ImportGroup Label="ExtensionTargets">
|
|
|
403 |
</ImportGroup>
|
|
|
404 |
</Project>
|