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

Side by Side Diff: AdblockPlusEngine.vcxproj

Issue 10920006: Expect MSI installers (Closed)
Patch Set: Created June 10, 2013, 3:27 p.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 | src/engine/Updater.cpp » ('j') | src/engine/Updater.cpp » ('J')
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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 <ClCompile> 178 <ClCompile>
179 <PrecompiledHeader>NotUsing</PrecompiledHeader> 179 <PrecompiledHeader>NotUsing</PrecompiledHeader>
180 <WarningLevel>Level3</WarningLevel> 180 <WarningLevel>Level3</WarningLevel>
181 <Optimization>Disabled</Optimization> 181 <Optimization>Disabled</Optimization>
182 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;%(PreprocessorDefinitions)</PreprocessorDefinitions> 182 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;%(PreprocessorDefinitions)</PreprocessorDefinitions>
183 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 183 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
184 </ClCompile> 184 </ClCompile>
185 <Link> 185 <Link>
186 <SubSystem>Windows</SubSystem> 186 <SubSystem>Windows</SubSystem>
187 <GenerateDebugInformation>true</GenerateDebugInformation> 187 <GenerateDebugInformation>true</GenerateDebugInformation>
188 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies> 188 <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>
Oleksandr 2013/06/10 16:47:56 Is there any reason why msi is included both stati
Wladimir Palant 2013/06/11 04:29:56 We need msi.lib to compile. We delay-load msi.dll
Felix Dahlke 2013/06/11 10:07:52 I don't get this. If it's statically linked, it's
Oleksandr 2013/06/11 10:24:49 Does it not compile if you remove msi.lib? On 201
Wladimir Palant 2013/06/11 14:42:10 It isn't statically link - you cannot link a syste
189 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> 189 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
190 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> 190 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
191 </Link> 191 </Link>
192 </ItemDefinitionGroup> 192 </ItemDefinitionGroup>
193 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|Wi n32'"> 193 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|Wi n32'">
194 <ClCompile> 194 <ClCompile>
195 <PrecompiledHeader>NotUsing</PrecompiledHeader> 195 <PrecompiledHeader>NotUsing</PrecompiledHeader>
196 <WarningLevel>Level3</WarningLevel> 196 <WarningLevel>Level3</WarningLevel>
197 <Optimization>Disabled</Optimization> 197 <Optimization>Disabled</Optimization>
198 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;%(Pr eprocessorDefinitions)</PreprocessorDefinitions> 198 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;%(Pr eprocessorDefinitions)</PreprocessorDefinitions>
199 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 199 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
200 </ClCompile> 200 </ClCompile>
201 <Link> 201 <Link>
202 <SubSystem>Windows</SubSystem> 202 <SubSystem>Windows</SubSystem>
203 <GenerateDebugInformation>true</GenerateDebugInformation> 203 <GenerateDebugInformation>true</GenerateDebugInformation>
204 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies> 204 <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>
205 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> 205 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
206 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> 206 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
207 </Link> 207 </Link>
208 </ItemDefinitionGroup> 208 </ItemDefinitionGroup>
209 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| Win32'"> 209 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| Win32'">
210 <ClCompile> 210 <ClCompile>
211 <PrecompiledHeader>NotUsing</PrecompiledHeader> 211 <PrecompiledHeader>NotUsing</PrecompiledHeader>
212 <WarningLevel>Level3</WarningLevel> 212 <WarningLevel>Level3</WarningLevel>
213 <Optimization>Disabled</Optimization> 213 <Optimization>Disabled</Optimization>
214 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;%(Pr eprocessorDefinitions)</PreprocessorDefinitions> 214 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;%(Pr eprocessorDefinitions)</PreprocessorDefinitions>
215 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 215 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
216 </ClCompile> 216 </ClCompile>
217 <Link> 217 <Link>
218 <SubSystem>Windows</SubSystem> 218 <SubSystem>Windows</SubSystem>
219 <GenerateDebugInformation>true</GenerateDebugInformation> 219 <GenerateDebugInformation>true</GenerateDebugInformation>
220 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies> 220 <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>
221 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> 221 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
222 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> 222 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
223 </Link> 223 </Link>
224 </ItemDefinitionGroup> 224 </ItemDefinitionGroup>
225 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|x64'"> 225 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|x64'">
226 <ClCompile> 226 <ClCompile>
227 <PrecompiledHeader>NotUsing</PrecompiledHeader> 227 <PrecompiledHeader>NotUsing</PrecompiledHeader>
228 <WarningLevel>Level3</WarningLevel> 228 <WarningLevel>Level3</WarningLevel>
229 <Optimization>Disabled</Optimization> 229 <Optimization>Disabled</Optimization>
230 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;%(PreprocessorDefinitions)</PreprocessorDefinitions> 230 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;%(PreprocessorDefinitions)</PreprocessorDefinitions>
231 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 231 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
232 </ClCompile> 232 </ClCompile>
233 <Link> 233 <Link>
234 <SubSystem>Windows</SubSystem> 234 <SubSystem>Windows</SubSystem>
235 <GenerateDebugInformation>true</GenerateDebugInformation> 235 <GenerateDebugInformation>true</GenerateDebugInformation>
236 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies> 236 <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>
237 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> 237 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
238 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> 238 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
239 </Link> 239 </Link>
240 </ItemDefinitionGroup> 240 </ItemDefinitionGroup>
241 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|x6 4'"> 241 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|x6 4'">
242 <ClCompile> 242 <ClCompile>
243 <PrecompiledHeader>NotUsing</PrecompiledHeader> 243 <PrecompiledHeader>NotUsing</PrecompiledHeader>
244 <WarningLevel>Level3</WarningLevel> 244 <WarningLevel>Level3</WarningLevel>
245 <Optimization>Disabled</Optimization> 245 <Optimization>Disabled</Optimization>
246 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;%(Pr eprocessorDefinitions)</PreprocessorDefinitions> 246 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;%(Pr eprocessorDefinitions)</PreprocessorDefinitions>
247 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 247 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
248 </ClCompile> 248 </ClCompile>
249 <Link> 249 <Link>
250 <SubSystem>Windows</SubSystem> 250 <SubSystem>Windows</SubSystem>
251 <GenerateDebugInformation>true</GenerateDebugInformation> 251 <GenerateDebugInformation>true</GenerateDebugInformation>
252 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies> 252 <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>
253 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> 253 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
254 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> 254 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
255 </Link> 255 </Link>
256 </ItemDefinitionGroup> 256 </ItemDefinitionGroup>
257 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| x64'"> 257 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| x64'">
258 <ClCompile> 258 <ClCompile>
259 <PrecompiledHeader>NotUsing</PrecompiledHeader> 259 <PrecompiledHeader>NotUsing</PrecompiledHeader>
260 <WarningLevel>Level3</WarningLevel> 260 <WarningLevel>Level3</WarningLevel>
261 <Optimization>Disabled</Optimization> 261 <Optimization>Disabled</Optimization>
262 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;%(Pr eprocessorDefinitions)</PreprocessorDefinitions> 262 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;%(Pr eprocessorDefinitions)</PreprocessorDefinitions>
263 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 263 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
264 </ClCompile> 264 </ClCompile>
265 <Link> 265 <Link>
266 <SubSystem>Windows</SubSystem> 266 <SubSystem>Windows</SubSystem>
267 <GenerateDebugInformation>true</GenerateDebugInformation> 267 <GenerateDebugInformation>true</GenerateDebugInformation>
268 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies> 268 <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>
269 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> 269 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
270 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> 270 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
271 </Link> 271 </Link>
272 </ItemDefinitionGroup> 272 </ItemDefinitionGroup>
273 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|Win32'"> 273 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|Win32'">
274 <ClCompile> 274 <ClCompile>
275 <WarningLevel>Level3</WarningLevel> 275 <WarningLevel>Level3</WarningLevel>
276 <PrecompiledHeader>NotUsing</PrecompiledHeader> 276 <PrecompiledHeader>NotUsing</PrecompiledHeader>
277 <Optimization>MaxSpeed</Optimization> 277 <Optimization>MaxSpeed</Optimization>
278 <FunctionLevelLinking>true</FunctionLevelLinking> 278 <FunctionLevelLinking>true</FunctionLevelLinking>
279 <IntrinsicFunctions>true</IntrinsicFunctions> 279 <IntrinsicFunctions>true</IntrinsicFunctions>
280 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;%(PreprocessorDefinitions)</PreprocessorDefinitions> 280 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;%(PreprocessorDefinitions)</PreprocessorDefinitions>
281 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 281 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
282 </ClCompile> 282 </ClCompile>
283 <Link> 283 <Link>
284 <SubSystem>Windows</SubSystem> 284 <SubSystem>Windows</SubSystem>
285 <GenerateDebugInformation>true</GenerateDebugInformation> 285 <GenerateDebugInformation>true</GenerateDebugInformation>
286 <EnableCOMDATFolding>true</EnableCOMDATFolding> 286 <EnableCOMDATFolding>true</EnableCOMDATFolding>
287 <OptimizeReferences>true</OptimizeReferences> 287 <OptimizeReferences>true</OptimizeReferences>
288 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies> 288 <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>
289 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> 289 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
290 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> 290 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
291 </Link> 291 </Link>
292 </ItemDefinitionGroup> 292 </ItemDefinitionGroup>
293 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|x64'"> 293 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|x64'">
294 <ClCompile> 294 <ClCompile>
295 <WarningLevel>Level3</WarningLevel> 295 <WarningLevel>Level3</WarningLevel>
296 <PrecompiledHeader>NotUsing</PrecompiledHeader> 296 <PrecompiledHeader>NotUsing</PrecompiledHeader>
297 <Optimization>MaxSpeed</Optimization> 297 <Optimization>MaxSpeed</Optimization>
298 <FunctionLevelLinking>true</FunctionLevelLinking> 298 <FunctionLevelLinking>true</FunctionLevelLinking>
299 <IntrinsicFunctions>true</IntrinsicFunctions> 299 <IntrinsicFunctions>true</IntrinsicFunctions>
300 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;%(PreprocessorDefinitions)</PreprocessorDefinitions> 300 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;%(PreprocessorDefinitions)</PreprocessorDefinitions>
301 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 301 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
302 </ClCompile> 302 </ClCompile>
303 <Link> 303 <Link>
304 <SubSystem>Windows</SubSystem> 304 <SubSystem>Windows</SubSystem>
305 <GenerateDebugInformation>true</GenerateDebugInformation> 305 <GenerateDebugInformation>true</GenerateDebugInformation>
306 <EnableCOMDATFolding>true</EnableCOMDATFolding> 306 <EnableCOMDATFolding>true</EnableCOMDATFolding>
307 <OptimizeReferences>true</OptimizeReferences> 307 <OptimizeReferences>true</OptimizeReferences>
308 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies> 308 <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>
309 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> 309 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
310 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> 310 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs>
311 </Link> 311 </Link>
312 </ItemDefinitionGroup> 312 </ItemDefinitionGroup>
313 <ItemGroup> 313 <ItemGroup>
314 <ClCompile Include="src\engine\main.cpp" /> 314 <ClCompile Include="src\engine\main.cpp" />
315 <ClCompile Include="src\engine\Debug.cpp" /> 315 <ClCompile Include="src\engine\Debug.cpp" />
316 <ClCompile Include="src\engine\Updater.cpp" /> 316 <ClCompile Include="src\engine\Updater.cpp" />
317 <ClCompile Include="src\shared\Communication.cpp" /> 317 <ClCompile Include="src\shared\Communication.cpp" />
318 <ClCompile Include="src\shared\AutoHandle.cpp" /> 318 <ClCompile Include="src\shared\AutoHandle.cpp" />
319 <ClCompile Include="src\shared\Dictionary.cpp" /> 319 <ClCompile Include="src\shared\Dictionary.cpp" />
320 <ClCompile Include="src\shared\Utils.cpp" /> 320 <ClCompile Include="src\shared\Utils.cpp" />
321 </ItemGroup> 321 </ItemGroup>
322 <ItemGroup> 322 <ItemGroup>
323 <ClInclude Include="src\engine\Debug.h" /> 323 <ClInclude Include="src\engine\Debug.h" />
324 <ClInclude Include="src\engine\Resource.h" /> 324 <ClInclude Include="src\engine\Resource.h" />
325 <ClInclude Include="src\engine\Updater.h" /> 325 <ClInclude Include="src\engine\Updater.h" />
326 <ClInclude Include="src\shared\AutoHandle.h" /> 326 <ClInclude Include="src\shared\AutoHandle.h" />
327 <ClInclude Include="src\shared\Communication.h" /> 327 <ClInclude Include="src\shared\Communication.h" />
328 <ClInclude Include="src\shared\Dictionary.h" /> 328 <ClInclude Include="src\shared\Dictionary.h" />
329 <ClInclude Include="src\shared\Utils.h" /> 329 <ClInclude Include="src\shared\Utils.h" />
330 <ClInclude Include="src\shared\Version.h" /> 330 <ClInclude Include="src\shared\Version.h" />
331 </ItemGroup> 331 </ItemGroup>
332 <ItemGroup> 332 <ItemGroup>
333 <ResourceCompile Include="src\engine\engine.rc" /> 333 <ResourceCompile Include="src\engine\engine.rc" />
334 </ItemGroup> 334 </ItemGroup>
335 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 335 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
336 <ImportGroup Label="ExtensionTargets"> 336 <ImportGroup Label="ExtensionTargets">
337 </ImportGroup> 337 </ImportGroup>
338 </Project> 338 </Project>
OLDNEW
« no previous file with comments | « no previous file | src/engine/Updater.cpp » ('j') | src/engine/Updater.cpp » ('J')

Powered by Google App Engine
This is Rietveld