summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2012-11-17 05:49:05 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2012-11-17 05:49:05 +0000
commit733c052865ace6971d6cc309b0d6ecfc8bc11d3b (patch)
tree1726d9fab195bebc4e9cb8db132d490a8fcbc24e
parent3debece1a6e2e9855d1f52d2c24acf8c63e61b50 (diff)
VS2010 builds w/ SDK 7.1 for x64. Now some more testing...
-rwxr-xr-xxdelta3/xdelta3.vcxproj231
1 files changed, 231 insertions, 0 deletions
diff --git a/xdelta3/xdelta3.vcxproj b/xdelta3/xdelta3.vcxproj
index 8d4464b..a0eed72 100755
--- a/xdelta3/xdelta3.vcxproj
+++ b/xdelta3/xdelta3.vcxproj
@@ -1,19 +1,54 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations"> 3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Itanium">
5 <Configuration>Debug</Configuration>
6 <Platform>Itanium</Platform>
7 </ProjectConfiguration>
4 <ProjectConfiguration Include="Debug|Win32"> 8 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration> 9 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform> 10 <Platform>Win32</Platform>
7 </ProjectConfiguration> 11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|x64">
13 <Configuration>Debug</Configuration>
14 <Platform>x64</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|Itanium">
17 <Configuration>Release</Configuration>
18 <Platform>Itanium</Platform>
19 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32"> 20 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration> 21 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform> 22 <Platform>Win32</Platform>
11 </ProjectConfiguration> 23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|x64">
25 <Configuration>Release</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="xdelta3-64|Itanium">
29 <Configuration>xdelta3-64</Configuration>
30 <Platform>Itanium</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="xdelta3-64|Win32">
33 <Configuration>xdelta3-64</Configuration>
34 <Platform>Win32</Platform>
35 </ProjectConfiguration>
36 <ProjectConfiguration Include="xdelta3-64|x64">
37 <Configuration>xdelta3-64</Configuration>
38 <Platform>x64</Platform>
39 </ProjectConfiguration>
12 </ItemGroup> 40 </ItemGroup>
13 <ItemGroup> 41 <ItemGroup>
14 <ClCompile Include="xdelta3.c"> 42 <ClCompile Include="xdelta3.c">
15 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> 43 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
44 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
45 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
16 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">/DXD3_DEBUG=0 /DXD3_USE_LARGEFILE64=1 /DREGRESSION_TEST=1 /DSECONDARY_DJW=1 /DSECONDARY_FGK=1 /DXD3_MAIN=1 /DXD3_WIN32=1 /DEXTERNAL_COMPRESSION=0 /DXD3_STDIO=0 /DXD3_POSIX=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> 46 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">/DXD3_DEBUG=0 /DXD3_USE_LARGEFILE64=1 /DREGRESSION_TEST=1 /DSECONDARY_DJW=1 /DSECONDARY_FGK=1 /DXD3_MAIN=1 /DXD3_WIN32=1 /DEXTERNAL_COMPRESSION=0 /DXD3_STDIO=0 /DXD3_POSIX=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
47 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">/DXD3_DEBUG=0 /DXD3_USE_LARGEFILE64=1 /DREGRESSION_TEST=1 /DSECONDARY_DJW=1 /DSECONDARY_FGK=1 /DXD3_MAIN=1 /DXD3_WIN32=1 /DEXTERNAL_COMPRESSION=0 /DXD3_STDIO=0 /DXD3_POSIX=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
48 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">/DXD3_DEBUG=0 /DXD3_USE_LARGEFILE64=1 /DREGRESSION_TEST=1 /DSECONDARY_DJW=1 /DSECONDARY_FGK=1 /DXD3_MAIN=1 /DXD3_WIN32=1 /DEXTERNAL_COMPRESSION=0 /DXD3_STDIO=0 /DXD3_POSIX=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
49 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|Win32'">/DXD3_DEBUG=0 /DXD3_USE_LARGEFILE64=1 /DREGRESSION_TEST=1 /DSECONDARY_DJW=1 /DSECONDARY_FGK=1 /DXD3_MAIN=1 /DXD3_WIN32=1 /DEXTERNAL_COMPRESSION=0 /DXD3_STDIO=0 /DXD3_POSIX=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
50 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|Itanium'">/DXD3_DEBUG=0 /DXD3_USE_LARGEFILE64=1 /DREGRESSION_TEST=1 /DSECONDARY_DJW=1 /DSECONDARY_FGK=1 /DXD3_MAIN=1 /DXD3_WIN32=1 /DEXTERNAL_COMPRESSION=0 /DXD3_STDIO=0 /DXD3_POSIX=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
51 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|x64'">/DXD3_DEBUG=0 /DXD3_USE_LARGEFILE64=1 /DREGRESSION_TEST=1 /DSECONDARY_DJW=1 /DSECONDARY_FGK=1 /DXD3_MAIN=1 /DXD3_WIN32=1 /DEXTERNAL_COMPRESSION=0 /DXD3_STDIO=0 /DXD3_POSIX=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
17 </ClCompile> 52 </ClCompile>
18 </ItemGroup> 53 </ItemGroup>
19 <ItemGroup> 54 <ItemGroup>
@@ -43,34 +78,144 @@
43 <UseDebugLibraries>true</UseDebugLibraries> 78 <UseDebugLibraries>true</UseDebugLibraries>
44 <CharacterSet>MultiByte</CharacterSet> 79 <CharacterSet>MultiByte</CharacterSet>
45 </PropertyGroup> 80 </PropertyGroup>
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
82 <ConfigurationType>Application</ConfigurationType>
83 <UseDebugLibraries>true</UseDebugLibraries>
84 <CharacterSet>MultiByte</CharacterSet>
85 </PropertyGroup>
86 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
87 <ConfigurationType>Application</ConfigurationType>
88 <UseDebugLibraries>true</UseDebugLibraries>
89 <CharacterSet>MultiByte</CharacterSet>
90 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
47 <ConfigurationType>Application</ConfigurationType> 92 <ConfigurationType>Application</ConfigurationType>
48 <UseDebugLibraries>false</UseDebugLibraries> 93 <UseDebugLibraries>false</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization> 94 <WholeProgramOptimization>true</WholeProgramOptimization>
50 <CharacterSet>MultiByte</CharacterSet> 95 <CharacterSet>MultiByte</CharacterSet>
51 </PropertyGroup> 96 </PropertyGroup>
97 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
98 <ConfigurationType>Application</ConfigurationType>
99 <UseDebugLibraries>false</UseDebugLibraries>
100 <WholeProgramOptimization>true</WholeProgramOptimization>
101 <CharacterSet>MultiByte</CharacterSet>
102 </PropertyGroup>
103 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
104 <ConfigurationType>Application</ConfigurationType>
105 <UseDebugLibraries>false</UseDebugLibraries>
106 <WholeProgramOptimization>true</WholeProgramOptimization>
107 <CharacterSet>MultiByte</CharacterSet>
108 <PlatformToolset>Windows7.1SDK</PlatformToolset>
109 </PropertyGroup>
110 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|Win32'" Label="Configuration">
111 <ConfigurationType>Application</ConfigurationType>
112 <UseDebugLibraries>false</UseDebugLibraries>
113 <WholeProgramOptimization>true</WholeProgramOptimization>
114 <CharacterSet>MultiByte</CharacterSet>
115 </PropertyGroup>
116 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|Itanium'" Label="Configuration">
117 <ConfigurationType>Application</ConfigurationType>
118 <UseDebugLibraries>false</UseDebugLibraries>
119 <WholeProgramOptimization>true</WholeProgramOptimization>
120 <CharacterSet>MultiByte</CharacterSet>
121 </PropertyGroup>
122 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|x64'" Label="Configuration">
123 <ConfigurationType>Application</ConfigurationType>
124 <UseDebugLibraries>false</UseDebugLibraries>
125 <WholeProgramOptimization>true</WholeProgramOptimization>
126 <CharacterSet>MultiByte</CharacterSet>
127 </PropertyGroup>
52 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 128 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
53 <ImportGroup Label="ExtensionSettings"> 129 <ImportGroup Label="ExtensionSettings">
54 </ImportGroup> 130 </ImportGroup>
55 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 131 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 132 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57 </ImportGroup> 133 </ImportGroup>
134 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets">
135 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
136 </ImportGroup>
137 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
138 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
139 </ImportGroup>
58 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 140 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 141 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60 </ImportGroup> 142 </ImportGroup>
143 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets">
144 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
145 </ImportGroup>
146 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
147 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
148 </ImportGroup>
149 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|Win32'" Label="PropertySheets">
150 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
151 </ImportGroup>
152 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|Itanium'" Label="PropertySheets">
153 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
154 </ImportGroup>
155 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|x64'" Label="PropertySheets">
156 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
157 </ImportGroup>
61 <PropertyGroup Label="UserMacros" /> 158 <PropertyGroup Label="UserMacros" />
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 159 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
63 <LinkIncremental>true</LinkIncremental> 160 <LinkIncremental>true</LinkIncremental>
64 </PropertyGroup> 161 </PropertyGroup>
162 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">
163 <LinkIncremental>true</LinkIncremental>
164 </PropertyGroup>
165 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
166 <LinkIncremental>true</LinkIncremental>
167 </PropertyGroup>
65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 168 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
66 <LinkIncremental>false</LinkIncremental> 169 <LinkIncremental>false</LinkIncremental>
67 </PropertyGroup> 170 </PropertyGroup>
171 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">
172 <LinkIncremental>false</LinkIncremental>
173 </PropertyGroup>
174 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
175 <LinkIncremental>false</LinkIncremental>
176 </PropertyGroup>
177 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|Win32'">
178 <LinkIncremental>false</LinkIncremental>
179 </PropertyGroup>
180 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|Itanium'">
181 <LinkIncremental>false</LinkIncremental>
182 </PropertyGroup>
183 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|x64'">
184 <LinkIncremental>false</LinkIncremental>
185 </PropertyGroup>
68 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 186 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
69 <ClCompile> 187 <ClCompile>
70 <PrecompiledHeader>NotUsing</PrecompiledHeader> 188 <PrecompiledHeader>NotUsing</PrecompiledHeader>
71 <WarningLevel>Level3</WarningLevel> 189 <WarningLevel>Level3</WarningLevel>
72 <Optimization>Disabled</Optimization> 190 <Optimization>Disabled</Optimization>
73 <PreprocessorDefinitions>WIN32;XD3_MAIN=1;XD3_DEBUG=0;XD3_USE_LARGEFILE64=1;REGRESSION_TEST=1;SECONDARY_DJW=1;SECONDARY_FGK=1;XD3_WIN32=1;EXTERNAL_COMPRESSION=0;SHELL_TESTS=0;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 191 <PreprocessorDefinitions>WIN32;XD3_MAIN=1;XD3_DEBUG=0;XD3_USE_LARGEFILE64=1;REGRESSION_TEST=1;SECONDARY_DJW=1;SECONDARY_FGK=1;XD3_WIN32=1;EXTERNAL_COMPRESSION=0;SHELL_TESTS=0;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
192 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
193 </ClCompile>
194 <Link>
195 <SubSystem>Console</SubSystem>
196 <GenerateDebugInformation>true</GenerateDebugInformation>
197 </Link>
198 </ItemDefinitionGroup>
199 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">
200 <ClCompile>
201 <PrecompiledHeader>NotUsing</PrecompiledHeader>
202 <WarningLevel>Level3</WarningLevel>
203 <Optimization>Disabled</Optimization>
204 <PreprocessorDefinitions>WIN32;XD3_MAIN=1;XD3_DEBUG=0;XD3_USE_LARGEFILE64=1;REGRESSION_TEST=1;SECONDARY_DJW=1;SECONDARY_FGK=1;XD3_WIN32=1;EXTERNAL_COMPRESSION=0;SHELL_TESTS=0;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
205 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
206 </ClCompile>
207 <Link>
208 <SubSystem>Console</SubSystem>
209 <GenerateDebugInformation>true</GenerateDebugInformation>
210 </Link>
211 </ItemDefinitionGroup>
212 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
213 <ClCompile>
214 <PrecompiledHeader>NotUsing</PrecompiledHeader>
215 <WarningLevel>Level3</WarningLevel>
216 <Optimization>Disabled</Optimization>
217 <PreprocessorDefinitions>WIN32;XD3_MAIN=1;XD3_DEBUG=0;XD3_USE_LARGEFILE64=1;REGRESSION_TEST=1;SECONDARY_DJW=1;SECONDARY_FGK=1;XD3_WIN32=1;EXTERNAL_COMPRESSION=0;SHELL_TESTS=0;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
218 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
74 </ClCompile> 219 </ClCompile>
75 <Link> 220 <Link>
76 <SubSystem>Console</SubSystem> 221 <SubSystem>Console</SubSystem>
@@ -85,6 +230,92 @@
85 <FunctionLevelLinking>true</FunctionLevelLinking> 230 <FunctionLevelLinking>true</FunctionLevelLinking>
86 <IntrinsicFunctions>true</IntrinsicFunctions> 231 <IntrinsicFunctions>true</IntrinsicFunctions>
87 <PreprocessorDefinitions>WIN32;XD3_MAIN=1;XD3_DEBUG=0;XD3_USE_LARGEFILE64=1;REGRESSION_TEST=1;SECONDARY_DJW=1;SECONDARY_FGK=1;XD3_WIN32=1;EXTERNAL_COMPRESSION=0;SHELL_TESTS=0;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 232 <PreprocessorDefinitions>WIN32;XD3_MAIN=1;XD3_DEBUG=0;XD3_USE_LARGEFILE64=1;REGRESSION_TEST=1;SECONDARY_DJW=1;SECONDARY_FGK=1;XD3_WIN32=1;EXTERNAL_COMPRESSION=0;SHELL_TESTS=0;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
233 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
234 </ClCompile>
235 <Link>
236 <SubSystem>Console</SubSystem>
237 <GenerateDebugInformation>true</GenerateDebugInformation>
238 <EnableCOMDATFolding>true</EnableCOMDATFolding>
239 <OptimizeReferences>true</OptimizeReferences>
240 </Link>
241 </ItemDefinitionGroup>
242 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">
243 <ClCompile>
244 <WarningLevel>Level3</WarningLevel>
245 <PrecompiledHeader>NotUsing</PrecompiledHeader>
246 <Optimization>MaxSpeed</Optimization>
247 <FunctionLevelLinking>true</FunctionLevelLinking>
248 <IntrinsicFunctions>true</IntrinsicFunctions>
249 <PreprocessorDefinitions>WIN32;XD3_MAIN=1;XD3_DEBUG=0;XD3_USE_LARGEFILE64=1;REGRESSION_TEST=1;SECONDARY_DJW=1;SECONDARY_FGK=1;XD3_WIN32=1;EXTERNAL_COMPRESSION=0;SHELL_TESTS=0;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
250 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
251 </ClCompile>
252 <Link>
253 <SubSystem>Console</SubSystem>
254 <GenerateDebugInformation>true</GenerateDebugInformation>
255 <EnableCOMDATFolding>true</EnableCOMDATFolding>
256 <OptimizeReferences>true</OptimizeReferences>
257 </Link>
258 </ItemDefinitionGroup>
259 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
260 <ClCompile>
261 <WarningLevel>Level3</WarningLevel>
262 <PrecompiledHeader>NotUsing</PrecompiledHeader>
263 <Optimization>MaxSpeed</Optimization>
264 <FunctionLevelLinking>true</FunctionLevelLinking>
265 <IntrinsicFunctions>true</IntrinsicFunctions>
266 <PreprocessorDefinitions>WIN32;XD3_MAIN=1;XD3_DEBUG=0;XD3_USE_LARGEFILE64=1;REGRESSION_TEST=1;SECONDARY_DJW=1;SECONDARY_FGK=1;XD3_WIN32=1;EXTERNAL_COMPRESSION=0;SHELL_TESTS=0;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
267 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
268 </ClCompile>
269 <Link>
270 <SubSystem>Console</SubSystem>
271 <GenerateDebugInformation>true</GenerateDebugInformation>
272 <EnableCOMDATFolding>true</EnableCOMDATFolding>
273 <OptimizeReferences>true</OptimizeReferences>
274 </Link>
275 </ItemDefinitionGroup>
276 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|Win32'">
277 <ClCompile>
278 <WarningLevel>Level3</WarningLevel>
279 <PrecompiledHeader>NotUsing</PrecompiledHeader>
280 <Optimization>MaxSpeed</Optimization>
281 <FunctionLevelLinking>true</FunctionLevelLinking>
282 <IntrinsicFunctions>true</IntrinsicFunctions>
283 <PreprocessorDefinitions>WIN32;XD3_MAIN=1;XD3_DEBUG=0;XD3_USE_LARGEFILE64=1;REGRESSION_TEST=1;SECONDARY_DJW=1;SECONDARY_FGK=1;XD3_WIN32=1;EXTERNAL_COMPRESSION=0;SHELL_TESTS=0;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
284 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
285 </ClCompile>
286 <Link>
287 <SubSystem>Console</SubSystem>
288 <GenerateDebugInformation>true</GenerateDebugInformation>
289 <EnableCOMDATFolding>true</EnableCOMDATFolding>
290 <OptimizeReferences>true</OptimizeReferences>
291 </Link>
292 </ItemDefinitionGroup>
293 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|Itanium'">
294 <ClCompile>
295 <WarningLevel>Level3</WarningLevel>
296 <PrecompiledHeader>NotUsing</PrecompiledHeader>
297 <Optimization>MaxSpeed</Optimization>
298 <FunctionLevelLinking>true</FunctionLevelLinking>
299 <IntrinsicFunctions>true</IntrinsicFunctions>
300 <PreprocessorDefinitions>WIN32;XD3_MAIN=1;XD3_DEBUG=0;XD3_USE_LARGEFILE64=1;REGRESSION_TEST=1;SECONDARY_DJW=1;SECONDARY_FGK=1;XD3_WIN32=1;EXTERNAL_COMPRESSION=0;SHELL_TESTS=0;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
301 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
302 </ClCompile>
303 <Link>
304 <SubSystem>Console</SubSystem>
305 <GenerateDebugInformation>true</GenerateDebugInformation>
306 <EnableCOMDATFolding>true</EnableCOMDATFolding>
307 <OptimizeReferences>true</OptimizeReferences>
308 </Link>
309 </ItemDefinitionGroup>
310 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='xdelta3-64|x64'">
311 <ClCompile>
312 <WarningLevel>Level3</WarningLevel>
313 <PrecompiledHeader>NotUsing</PrecompiledHeader>
314 <Optimization>MaxSpeed</Optimization>
315 <FunctionLevelLinking>true</FunctionLevelLinking>
316 <IntrinsicFunctions>true</IntrinsicFunctions>
317 <PreprocessorDefinitions>WIN32;XD3_MAIN=1;XD3_DEBUG=0;XD3_USE_LARGEFILE64=1;REGRESSION_TEST=1;SECONDARY_DJW=1;SECONDARY_FGK=1;XD3_WIN32=1;EXTERNAL_COMPRESSION=0;SHELL_TESTS=0;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
318 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
88 </ClCompile> 319 </ClCompile>
89 <Link> 320 <Link>
90 <SubSystem>Console</SubSystem> 321 <SubSystem>Console</SubSystem>