Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: AdblockPlusEngine.vcxproj

Issue 10976008: Set version number in versioninfo automatically (Closed)
Patch Set: Created June 13, 2013, 10:31 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | AdblockPlusPlugin.vcxproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.microso ft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations"> 3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug Production|Win32"> 4 <ProjectConfiguration Include="Debug Production|Win32">
5 <Configuration>Debug Production</Configuration> 5 <Configuration>Debug Production</Configuration>
6 <Platform>Win32</Platform> 6 <Platform>Win32</Platform>
7 </ProjectConfiguration> 7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug Production|x64"> 8 <ProjectConfiguration Include="Debug Production|x64">
9 <Configuration>Debug Production</Configuration> 9 <Configuration>Debug Production</Configuration>
10 <Platform>x64</Platform> 10 <Platform>x64</Platform>
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath> 174 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath>
175 <LibraryPath>$(ProjectDir)libadblockplus\build\x64\build\Release\lib;$(Libra ryPath)</LibraryPath> 175 <LibraryPath>$(ProjectDir)libadblockplus\build\x64\build\Release\lib;$(Libra ryPath)</LibraryPath>
176 <OutDir>$(ProjectDir)build\x64\$(Configuration)\</OutDir> 176 <OutDir>$(ProjectDir)build\x64\$(Configuration)\</OutDir>
177 <IntDir>$(ProjectDir)build\x64\$(Configuration)\</IntDir> 177 <IntDir>$(ProjectDir)build\x64\$(Configuration)\</IntDir>
178 </PropertyGroup> 178 </PropertyGroup>
179 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|Win32'"> 179 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|Win32'">
180 <ClCompile> 180 <ClCompile>
181 <PrecompiledHeader>NotUsing</PrecompiledHeader> 181 <PrecompiledHeader>NotUsing</PrecompiledHeader>
182 <WarningLevel>Level3</WarningLevel> 182 <WarningLevel>Level3</WarningLevel>
183 <Optimization>Disabled</Optimization> 183 <Optimization>Disabled</Optimization>
184 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;%(PreprocessorDefinitions)</PreprocessorDefinitions> 184 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions>
185 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 185 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
186 </ClCompile> 186 </ClCompile>
187 <ResourceCompile>
188 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
189 </ResourceCompile>
187 <Link> 190 <Link>
188 <SubSystem>Windows</SubSystem> 191 <SubSystem>Windows</SubSystem>
189 <GenerateDebugInformation>true</GenerateDebugInformation> 192 <GenerateDebugInformation>true</GenerateDebugInformation>
190 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 193 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies>
191 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> 194 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
192 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 195 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
193 </Link> 196 </Link>
194 </ItemDefinitionGroup> 197 </ItemDefinitionGroup>
195 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|Wi n32'"> 198 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|Wi n32'">
196 <ClCompile> 199 <ClCompile>
197 <PrecompiledHeader>NotUsing</PrecompiledHeader> 200 <PrecompiledHeader>NotUsing</PrecompiledHeader>
198 <WarningLevel>Level3</WarningLevel> 201 <WarningLevel>Level3</WarningLevel>
199 <Optimization>Disabled</Optimization> 202 <Optimization>Disabled</Optimization>
200 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;%(Pr eprocessorDefinitions)</PreprocessorDefinitions> 203 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns>
201 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 204 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
202 </ClCompile> 205 </ClCompile>
206 <ResourceCompile>
207 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
208 </ResourceCompile>
203 <Link> 209 <Link>
204 <SubSystem>Windows</SubSystem> 210 <SubSystem>Windows</SubSystem>
205 <GenerateDebugInformation>true</GenerateDebugInformation> 211 <GenerateDebugInformation>true</GenerateDebugInformation>
206 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 212 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies>
207 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> 213 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
208 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 214 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
209 </Link> 215 </Link>
210 </ItemDefinitionGroup> 216 </ItemDefinitionGroup>
211 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| Win32'"> 217 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| Win32'">
212 <ClCompile> 218 <ClCompile>
213 <WarningLevel>Level3</WarningLevel> 219 <WarningLevel>Level3</WarningLevel>
214 <PrecompiledHeader>NotUsing</PrecompiledHeader> 220 <PrecompiledHeader>NotUsing</PrecompiledHeader>
215 <Optimization>MaxSpeed</Optimization> 221 <Optimization>MaxSpeed</Optimization>
216 <FunctionLevelLinking>true</FunctionLevelLinking> 222 <FunctionLevelLinking>true</FunctionLevelLinking>
217 <IntrinsicFunctions>true</IntrinsicFunctions> 223 <IntrinsicFunctions>true</IntrinsicFunctions>
218 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;%(Pr eprocessorDefinitions)</PreprocessorDefinitions> 224 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns>
219 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 225 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
220 </ClCompile> 226 </ClCompile>
227 <ResourceCompile>
228 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
229 </ResourceCompile>
221 <Link> 230 <Link>
222 <SubSystem>Windows</SubSystem> 231 <SubSystem>Windows</SubSystem>
223 <GenerateDebugInformation>true</GenerateDebugInformation> 232 <GenerateDebugInformation>true</GenerateDebugInformation>
224 <EnableCOMDATFolding>true</EnableCOMDATFolding> 233 <EnableCOMDATFolding>true</EnableCOMDATFolding>
225 <OptimizeReferences>true</OptimizeReferences> 234 <OptimizeReferences>true</OptimizeReferences>
226 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 235 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies>
227 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> 236 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
228 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 237 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
229 </Link> 238 </Link>
230 </ItemDefinitionGroup> 239 </ItemDefinitionGroup>
231 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|x64'"> 240 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|x64'">
232 <ClCompile> 241 <ClCompile>
233 <PrecompiledHeader>NotUsing</PrecompiledHeader> 242 <PrecompiledHeader>NotUsing</PrecompiledHeader>
234 <WarningLevel>Level3</WarningLevel> 243 <WarningLevel>Level3</WarningLevel>
235 <Optimization>Disabled</Optimization> 244 <Optimization>Disabled</Optimization>
236 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;%(PreprocessorDefinitions)</PreprocessorDefinitions> 245 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions>
237 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 246 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
238 </ClCompile> 247 </ClCompile>
248 <ResourceCompile>
249 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
250 </ResourceCompile>
239 <Link> 251 <Link>
240 <SubSystem>Windows</SubSystem> 252 <SubSystem>Windows</SubSystem>
241 <GenerateDebugInformation>true</GenerateDebugInformation> 253 <GenerateDebugInformation>true</GenerateDebugInformation>
242 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 254 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies>
243 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> 255 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
244 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 256 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
245 </Link> 257 </Link>
246 </ItemDefinitionGroup> 258 </ItemDefinitionGroup>
247 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|x6 4'"> 259 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|x6 4'">
248 <ClCompile> 260 <ClCompile>
249 <PrecompiledHeader>NotUsing</PrecompiledHeader> 261 <PrecompiledHeader>NotUsing</PrecompiledHeader>
250 <WarningLevel>Level3</WarningLevel> 262 <WarningLevel>Level3</WarningLevel>
251 <Optimization>Disabled</Optimization> 263 <Optimization>Disabled</Optimization>
252 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;%(Pr eprocessorDefinitions)</PreprocessorDefinitions> 264 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns>
253 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 265 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
254 </ClCompile> 266 </ClCompile>
267 <ResourceCompile>
268 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
269 </ResourceCompile>
255 <Link> 270 <Link>
256 <SubSystem>Windows</SubSystem> 271 <SubSystem>Windows</SubSystem>
257 <GenerateDebugInformation>true</GenerateDebugInformation> 272 <GenerateDebugInformation>true</GenerateDebugInformation>
258 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 273 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies>
259 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> 274 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
260 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 275 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
261 </Link> 276 </Link>
262 </ItemDefinitionGroup> 277 </ItemDefinitionGroup>
263 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| x64'"> 278 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| x64'">
264 <ClCompile> 279 <ClCompile>
265 <WarningLevel>Level3</WarningLevel> 280 <WarningLevel>Level3</WarningLevel>
266 <PrecompiledHeader>NotUsing</PrecompiledHeader> 281 <PrecompiledHeader>NotUsing</PrecompiledHeader>
267 <Optimization>MaxSpeed</Optimization> 282 <Optimization>MaxSpeed</Optimization>
268 <FunctionLevelLinking>true</FunctionLevelLinking> 283 <FunctionLevelLinking>true</FunctionLevelLinking>
269 <IntrinsicFunctions>true</IntrinsicFunctions> 284 <IntrinsicFunctions>true</IntrinsicFunctions>
270 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;%(Pr eprocessorDefinitions)</PreprocessorDefinitions> 285 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns>
271 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 286 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
272 </ClCompile> 287 </ClCompile>
288 <ResourceCompile>
289 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
290 </ResourceCompile>
273 <Link> 291 <Link>
274 <SubSystem>Windows</SubSystem> 292 <SubSystem>Windows</SubSystem>
275 <GenerateDebugInformation>true</GenerateDebugInformation> 293 <GenerateDebugInformation>true</GenerateDebugInformation>
276 <EnableCOMDATFolding>true</EnableCOMDATFolding> 294 <EnableCOMDATFolding>true</EnableCOMDATFolding>
277 <OptimizeReferences>true</OptimizeReferences> 295 <OptimizeReferences>true</OptimizeReferences>
278 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 296 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies>
279 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> 297 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
280 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 298 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
281 </Link> 299 </Link>
282 </ItemDefinitionGroup> 300 </ItemDefinitionGroup>
283 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|Win32'"> 301 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|Win32'">
284 <ClCompile> 302 <ClCompile>
285 <WarningLevel>Level3</WarningLevel> 303 <WarningLevel>Level3</WarningLevel>
286 <PrecompiledHeader>NotUsing</PrecompiledHeader> 304 <PrecompiledHeader>NotUsing</PrecompiledHeader>
287 <Optimization>MaxSpeed</Optimization> 305 <Optimization>MaxSpeed</Optimization>
288 <FunctionLevelLinking>true</FunctionLevelLinking> 306 <FunctionLevelLinking>true</FunctionLevelLinking>
289 <IntrinsicFunctions>true</IntrinsicFunctions> 307 <IntrinsicFunctions>true</IntrinsicFunctions>
290 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;%(PreprocessorDefinitions)</PreprocessorDefinitions> 308 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions>
291 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 309 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
292 </ClCompile> 310 </ClCompile>
311 <ResourceCompile>
312 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
313 </ResourceCompile>
293 <Link> 314 <Link>
294 <SubSystem>Windows</SubSystem> 315 <SubSystem>Windows</SubSystem>
295 <GenerateDebugInformation>true</GenerateDebugInformation> 316 <GenerateDebugInformation>true</GenerateDebugInformation>
296 <EnableCOMDATFolding>true</EnableCOMDATFolding> 317 <EnableCOMDATFolding>true</EnableCOMDATFolding>
297 <OptimizeReferences>true</OptimizeReferences> 318 <OptimizeReferences>true</OptimizeReferences>
298 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 319 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies>
299 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> 320 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
300 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 321 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
301 </Link> 322 </Link>
302 </ItemDefinitionGroup> 323 </ItemDefinitionGroup>
303 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|x64'"> 324 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|x64'">
304 <ClCompile> 325 <ClCompile>
305 <WarningLevel>Level3</WarningLevel> 326 <WarningLevel>Level3</WarningLevel>
306 <PrecompiledHeader>NotUsing</PrecompiledHeader> 327 <PrecompiledHeader>NotUsing</PrecompiledHeader>
307 <Optimization>MaxSpeed</Optimization> 328 <Optimization>MaxSpeed</Optimization>
308 <FunctionLevelLinking>true</FunctionLevelLinking> 329 <FunctionLevelLinking>true</FunctionLevelLinking>
309 <IntrinsicFunctions>true</IntrinsicFunctions> 330 <IntrinsicFunctions>true</IntrinsicFunctions>
310 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;%(PreprocessorDefinitions)</PreprocessorDefinitions> 331 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions>
311 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 332 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
312 </ClCompile> 333 </ClCompile>
334 <ResourceCompile>
335 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
336 </ResourceCompile>
313 <Link> 337 <Link>
314 <SubSystem>Windows</SubSystem> 338 <SubSystem>Windows</SubSystem>
315 <GenerateDebugInformation>true</GenerateDebugInformation> 339 <GenerateDebugInformation>true</GenerateDebugInformation>
316 <EnableCOMDATFolding>true</EnableCOMDATFolding> 340 <EnableCOMDATFolding>true</EnableCOMDATFolding>
317 <OptimizeReferences>true</OptimizeReferences> 341 <OptimizeReferences>true</OptimizeReferences>
318 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 342 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies>
319 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> 343 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
320 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 344 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
321 </Link> 345 </Link>
322 </ItemDefinitionGroup> 346 </ItemDefinitionGroup>
(...skipping 16 matching lines...) Expand all
339 <ClInclude Include="src\shared\Utils.h" /> 363 <ClInclude Include="src\shared\Utils.h" />
340 <ClInclude Include="src\shared\Version.h" /> 364 <ClInclude Include="src\shared\Version.h" />
341 </ItemGroup> 365 </ItemGroup>
342 <ItemGroup> 366 <ItemGroup>
343 <ResourceCompile Include="src\engine\engine.rc" /> 367 <ResourceCompile Include="src\engine\engine.rc" />
344 </ItemGroup> 368 </ItemGroup>
345 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 369 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
346 <ImportGroup Label="ExtensionTargets"> 370 <ImportGroup Label="ExtensionTargets">
347 </ImportGroup> 371 </ImportGroup>
348 </Project> 372 </Project>
OLDNEW
« no previous file with comments | « no previous file | AdblockPlusPlugin.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld