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

Delta Between Two Patch Sets: AdblockPlusEngine.vcxproj

Issue 10945039: Switch to gyp (Closed)
Left Patch Set: Created June 20, 2013, 3:14 p.m.
Right Patch Set: Final version Created June 21, 2013, 2:16 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « AdblockPlus.sln ('k') | AdblockPlusPlugin.vcxproj » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug Production|Win32">
5 <Configuration>Debug Production</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug Production|x64">
9 <Configuration>Debug Production</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug Test|Win32">
13 <Configuration>Debug Test</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Debug Test|x64">
17 <Configuration>Debug Test</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release Production|Win32">
21 <Configuration>Release Production</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release Production|x64">
25 <Configuration>Release Production</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Release Test|Win32">
29 <Configuration>Release Test</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release Test|x64">
33 <Configuration>Release Test</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 </ItemGroup>
37 <PropertyGroup Label="Globals">
38 <ProjectGuid>{9175DCD4-8960-4712-8FBC-B58E51EDEC9E}</ProjectGuid>
39 <Keyword>Win32Proj</Keyword>
40 <RootNamespace>AdblockPlusEngine</RootNamespace>
41 </PropertyGroup>
42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|Wi n32'" Label="Configuration">
44 <ConfigurationType>Application</ConfigurationType>
45 <UseDebugLibraries>true</UseDebugLibraries>
46 <PlatformToolset>v110_xp</PlatformToolset>
47 <CharacterSet>Unicode</CharacterSet>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|Win32'" Label="Configuration">
50 <ConfigurationType>Application</ConfigurationType>
51 <UseDebugLibraries>true</UseDebugLibraries>
52 <PlatformToolset>v110_xp</PlatformToolset>
53 <CharacterSet>Unicode</CharacterSet>
54 </PropertyGroup>
55 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|Win32' " Label="Configuration">
56 <ConfigurationType>Application</ConfigurationType>
57 <UseDebugLibraries>false</UseDebugLibraries>
58 <PlatformToolset>v110_xp</PlatformToolset>
59 <WholeProgramOptimization>true</WholeProgramOptimization>
60 <CharacterSet>Unicode</CharacterSet>
61 </PropertyGroup>
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|x6 4'" Label="Configuration">
63 <ConfigurationType>Application</ConfigurationType>
64 <UseDebugLibraries>true</UseDebugLibraries>
65 <PlatformToolset>v110_xp</PlatformToolset>
66 <CharacterSet>Unicode</CharacterSet>
67 </PropertyGroup>
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|x64'" La bel="Configuration">
69 <ConfigurationType>Application</ConfigurationType>
70 <UseDebugLibraries>true</UseDebugLibraries>
71 <PlatformToolset>v110_xp</PlatformToolset>
72 <CharacterSet>Unicode</CharacterSet>
73 </PropertyGroup>
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|x64'" Label="Configuration">
75 <ConfigurationType>Application</ConfigurationType>
76 <UseDebugLibraries>false</UseDebugLibraries>
77 <PlatformToolset>v110_xp</PlatformToolset>
78 <WholeProgramOptimization>true</WholeProgramOptimization>
79 <CharacterSet>Unicode</CharacterSet>
80 </PropertyGroup>
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| Win32'" Label="Configuration">
82 <ConfigurationType>Application</ConfigurationType>
83 <UseDebugLibraries>false</UseDebugLibraries>
84 <PlatformToolset>v110_xp</PlatformToolset>
85 <WholeProgramOptimization>true</WholeProgramOptimization>
86 <CharacterSet>Unicode</CharacterSet>
87 </PropertyGroup>
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| x64'" Label="Configuration">
89 <ConfigurationType>Application</ConfigurationType>
90 <UseDebugLibraries>false</UseDebugLibraries>
91 <PlatformToolset>v110_xp</PlatformToolset>
92 <WholeProgramOptimization>true</WholeProgramOptimization>
93 <CharacterSet>Unicode</CharacterSet>
94 </PropertyGroup>
95 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
96 <ImportGroup Label="ExtensionSettings">
97 </ImportGroup>
98 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Debug Production|Win32'">
99 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
100 </ImportGroup>
101 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|Win32'" La bel="PropertySheets">
102 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
103 </ImportGroup>
104 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|Win32'" Label="PropertySheets">
105 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
106 </ImportGroup>
107 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|x64' " Label="PropertySheets">
108 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
109 </ImportGroup>
110 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|x64'" Labe l="PropertySheets">
111 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
112 </ImportGroup>
113 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|x64'" La bel="PropertySheets">
114 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
115 </ImportGroup>
116 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Release Production|Win32'">
117 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
118 </ImportGroup>
119 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Production|x6 4'" Label="PropertySheets">
120 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
121 </ImportGroup>
122 <PropertyGroup Label="UserMacros" />
123 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|Wi n32'">
124 <LinkIncremental>true</LinkIncremental>
125 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath>
126 <LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Debug\lib;$(Librar yPath)</LibraryPath>
127 <OutDir>$(ProjectDir)build\ia32\$(Configuration)\</OutDir>
128 <IntDir>$(ProjectDir)build\ia32\$(Configuration)\</IntDir>
129 </PropertyGroup>
130 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|Win32'">
131 <LinkIncremental>true</LinkIncremental>
132 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath>
133 <LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Debug\lib;$(Librar yPath)</LibraryPath>
134 <OutDir>$(ProjectDir)build\ia32\$(Configuration)\</OutDir>
135 <IntDir>$(ProjectDir)build\ia32\$(Configuration)\</IntDir>
136 </PropertyGroup>
137 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|Win32' ">
138 <LinkIncremental>false</LinkIncremental>
139 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath>
140 <LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Release\lib;$(Libr aryPath)</LibraryPath>
141 <OutDir>$(ProjectDir)build\ia32\$(Configuration)\</OutDir>
142 <IntDir>$(ProjectDir)build\ia32\$(Configuration)\</IntDir>
143 </PropertyGroup>
144 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|x6 4'">
145 <LinkIncremental>true</LinkIncremental>
146 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath>
147 <LibraryPath>$(ProjectDir)libadblockplus\build\x64\build\Debug\lib;$(Library Path)</LibraryPath>
148 <OutDir>$(ProjectDir)build\x64\$(Configuration)\</OutDir>
149 <IntDir>$(ProjectDir)build\x64\$(Configuration)\</IntDir>
150 </PropertyGroup>
151 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|x64'">
152 <LinkIncremental>true</LinkIncremental>
153 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath>
154 <LibraryPath>$(ProjectDir)libadblockplus\build\x64\build\Debug\lib;$(Library Path)</LibraryPath>
155 <OutDir>$(ProjectDir)build\x64\$(Configuration)\</OutDir>
156 <IntDir>$(ProjectDir)build\x64\$(Configuration)\</IntDir>
157 </PropertyGroup>
158 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|x64'">
159 <LinkIncremental>false</LinkIncremental>
160 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath>
161 <LibraryPath>$(ProjectDir)libadblockplus\build\x64\build\Release\lib;$(Libra ryPath)</LibraryPath>
162 <OutDir>$(ProjectDir)build\x64\$(Configuration)\</OutDir>
163 <IntDir>$(ProjectDir)build\x64\$(Configuration)\</IntDir>
164 </PropertyGroup>
165 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| Win32'">
166 <LinkIncremental>false</LinkIncremental>
167 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath>
168 <LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Release\lib;$(Libr aryPath)</LibraryPath>
169 <OutDir>$(ProjectDir)build\ia32\$(Configuration)\</OutDir>
170 <IntDir>$(ProjectDir)build\ia32\$(Configuration)\</IntDir>
171 </PropertyGroup>
172 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| x64'">
173 <LinkIncremental>false</LinkIncremental>
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>
176 <OutDir>$(ProjectDir)build\x64\$(Configuration)\</OutDir>
177 <IntDir>$(ProjectDir)build\x64\$(Configuration)\</IntDir>
178 </PropertyGroup>
179 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|Win32'">
180 <ClCompile>
181 <PrecompiledHeader>NotUsing</PrecompiledHeader>
182 <WarningLevel>Level3</WarningLevel>
183 <Optimization>Disabled</Optimization>
184 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions>
185 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
186 </ClCompile>
187 <ResourceCompile>
188 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
189 </ResourceCompile>
190 <Link>
191 <SubSystem>Windows</SubSystem>
192 <GenerateDebugInformation>true</GenerateDebugInformation>
193 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
194 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
195 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
196 </Link>
197 </ItemDefinitionGroup>
198 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|Wi n32'">
199 <ClCompile>
200 <PrecompiledHeader>NotUsing</PrecompiledHeader>
201 <WarningLevel>Level3</WarningLevel>
202 <Optimization>Disabled</Optimization>
203 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns>
204 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
205 </ClCompile>
206 <ResourceCompile>
207 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
208 </ResourceCompile>
209 <Link>
210 <SubSystem>Windows</SubSystem>
211 <GenerateDebugInformation>true</GenerateDebugInformation>
212 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
213 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
214 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
215 </Link>
216 </ItemDefinitionGroup>
217 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| Win32'">
218 <ClCompile>
219 <WarningLevel>Level3</WarningLevel>
220 <PrecompiledHeader>NotUsing</PrecompiledHeader>
221 <Optimization>MaxSpeed</Optimization>
222 <FunctionLevelLinking>true</FunctionLevelLinking>
223 <IntrinsicFunctions>true</IntrinsicFunctions>
224 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns>
225 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
226 </ClCompile>
227 <ResourceCompile>
228 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
229 </ResourceCompile>
230 <Link>
231 <SubSystem>Windows</SubSystem>
232 <GenerateDebugInformation>true</GenerateDebugInformation>
233 <EnableCOMDATFolding>true</EnableCOMDATFolding>
234 <OptimizeReferences>true</OptimizeReferences>
235 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
236 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
237 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
238 </Link>
239 </ItemDefinitionGroup>
240 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|x64'">
241 <ClCompile>
242 <PrecompiledHeader>NotUsing</PrecompiledHeader>
243 <WarningLevel>Level3</WarningLevel>
244 <Optimization>Disabled</Optimization>
245 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions>
246 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
247 </ClCompile>
248 <ResourceCompile>
249 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
250 </ResourceCompile>
251 <Link>
252 <SubSystem>Windows</SubSystem>
253 <GenerateDebugInformation>true</GenerateDebugInformation>
254 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
255 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
256 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
257 </Link>
258 </ItemDefinitionGroup>
259 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|x6 4'">
260 <ClCompile>
261 <PrecompiledHeader>NotUsing</PrecompiledHeader>
262 <WarningLevel>Level3</WarningLevel>
263 <Optimization>Disabled</Optimization>
264 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns>
265 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
266 </ClCompile>
267 <ResourceCompile>
268 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
269 </ResourceCompile>
270 <Link>
271 <SubSystem>Windows</SubSystem>
272 <GenerateDebugInformation>true</GenerateDebugInformation>
273 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
274 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
275 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
276 </Link>
277 </ItemDefinitionGroup>
278 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| x64'">
279 <ClCompile>
280 <WarningLevel>Level3</WarningLevel>
281 <PrecompiledHeader>NotUsing</PrecompiledHeader>
282 <Optimization>MaxSpeed</Optimization>
283 <FunctionLevelLinking>true</FunctionLevelLinking>
284 <IntrinsicFunctions>true</IntrinsicFunctions>
285 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns>
286 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
287 </ClCompile>
288 <ResourceCompile>
289 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
290 </ResourceCompile>
291 <Link>
292 <SubSystem>Windows</SubSystem>
293 <GenerateDebugInformation>true</GenerateDebugInformation>
294 <EnableCOMDATFolding>true</EnableCOMDATFolding>
295 <OptimizeReferences>true</OptimizeReferences>
296 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
297 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
298 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
299 </Link>
300 </ItemDefinitionGroup>
301 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|Win32'">
302 <ClCompile>
303 <WarningLevel>Level3</WarningLevel>
304 <PrecompiledHeader>NotUsing</PrecompiledHeader>
305 <Optimization>MaxSpeed</Optimization>
306 <FunctionLevelLinking>true</FunctionLevelLinking>
307 <IntrinsicFunctions>true</IntrinsicFunctions>
308 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions>
309 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
310 </ClCompile>
311 <ResourceCompile>
312 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
313 </ResourceCompile>
314 <Link>
315 <SubSystem>Windows</SubSystem>
316 <GenerateDebugInformation>true</GenerateDebugInformation>
317 <EnableCOMDATFolding>true</EnableCOMDATFolding>
318 <OptimizeReferences>true</OptimizeReferences>
319 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
320 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
321 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
322 </Link>
323 </ItemDefinitionGroup>
324 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|x64'">
325 <ClCompile>
326 <WarningLevel>Level3</WarningLevel>
327 <PrecompiledHeader>NotUsing</PrecompiledHeader>
328 <Optimization>MaxSpeed</Optimization>
329 <FunctionLevelLinking>true</FunctionLevelLinking>
330 <IntrinsicFunctions>true</IntrinsicFunctions>
331 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions>
332 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
333 </ClCompile>
334 <ResourceCompile>
335 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
336 </ResourceCompile>
337 <Link>
338 <SubSystem>Windows</SubSystem>
339 <GenerateDebugInformation>true</GenerateDebugInformation>
340 <EnableCOMDATFolding>true</EnableCOMDATFolding>
341 <OptimizeReferences>true</OptimizeReferences>
342 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
343 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
344 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
345 </Link>
346 </ItemDefinitionGroup>
347 <ItemGroup>
348 <ClCompile Include="src\engine\main.cpp" />
349 <ClCompile Include="src\engine\Debug.cpp" />
350 <ClCompile Include="src\engine\Updater.cpp" />
351 <ClCompile Include="src\shared\Communication.cpp" />
352 <ClCompile Include="src\shared\AutoHandle.cpp" />
353 <ClCompile Include="src\shared\Dictionary.cpp" />
354 <ClCompile Include="src\shared\Utils.cpp" />
355 </ItemGroup>
356 <ItemGroup>
357 <ClInclude Include="src\engine\Debug.h" />
358 <ClInclude Include="src\engine\Resource.h" />
359 <ClInclude Include="src\engine\Updater.h" />
360 <ClInclude Include="src\shared\AutoHandle.h" />
361 <ClInclude Include="src\shared\Communication.h" />
362 <ClInclude Include="src\shared\Dictionary.h" />
363 <ClInclude Include="src\shared\Utils.h" />
364 <ClInclude Include="src\shared\Version.h" />
365 </ItemGroup>
366 <ItemGroup>
367 <ResourceCompile Include="src\engine\engine.rc" />
368 </ItemGroup>
369 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
370 <ImportGroup Label="ExtensionTargets">
371 </ImportGroup>
372 </Project>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld