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