OLD | NEW |
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="Release Production|Win32"> | 8 <ProjectConfiguration Include="Release Production|Win32"> |
9 <Configuration>Release Production</Configuration> | 9 <Configuration>Release Production</Configuration> |
10 <Platform>Win32</Platform> | 10 <Platform>Win32</Platform> |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 </PropertyGroup> | 48 </PropertyGroup> |
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production|
Win32'"> | 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production|
Win32'"> |
50 <LinkIncremental>false</LinkIncremental> | 50 <LinkIncremental>false</LinkIncremental> |
51 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus
\third_party\v8\include;$(IncludePath)</IncludePath> | 51 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus
\third_party\v8\include;$(IncludePath)</IncludePath> |
52 <LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Release\lib;$(Libr
aryPath)</LibraryPath> | 52 <LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Release\lib;$(Libr
aryPath)</LibraryPath> |
53 <OutDir>$(ProjectDir)build\ia32\$(Configuration)\</OutDir> | 53 <OutDir>$(ProjectDir)build\ia32\$(Configuration)\</OutDir> |
54 <IntDir>$(ProjectDir)build\ia32\$(Configuration)\</IntDir> | 54 <IntDir>$(ProjectDir)build\ia32\$(Configuration)\</IntDir> |
55 </PropertyGroup> | 55 </PropertyGroup> |
56 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product
ion|Win32'"> | 56 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product
ion|Win32'"> |
57 <ClCompile> | 57 <ClCompile> |
58 <PrecompiledHeader> | 58 <PrecompiledHeader>Create</PrecompiledHeader> |
59 </PrecompiledHeader> | |
60 <WarningLevel>Level3</WarningLevel> | 59 <WarningLevel>Level3</WarningLevel> |
61 <Optimization>Disabled</Optimization> | 60 <Optimization>Disabled</Optimization> |
62 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)<
/PreprocessorDefinitions> | 61 <PreprocessorDefinitions>WIN32;PRECOMPILED_HEADER_FILE="stdafx.h";_DEBUG;_
WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
63 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 62 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
64 </ClCompile> | 63 </ClCompile> |
65 <Link> | 64 <Link> |
66 <SubSystem>Windows</SubSystem> | 65 <SubSystem>Windows</SubSystem> |
67 <GenerateDebugInformation>true</GenerateDebugInformation> | 66 <GenerateDebugInformation>true</GenerateDebugInformation> |
68 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base.
lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</
AdditionalDependencies> | 67 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base.
lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</
AdditionalDependencies> |
69 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe
</OutputFile> | 68 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe
</OutputFile> |
70 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> | 69 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> |
71 </Link> | 70 </Link> |
72 </ItemDefinitionGroup> | 71 </ItemDefinitionGroup> |
73 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ
ction|Win32'"> | 72 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ
ction|Win32'"> |
74 <ClCompile> | 73 <ClCompile> |
75 <WarningLevel>Level3</WarningLevel> | 74 <WarningLevel>Level3</WarningLevel> |
76 <PrecompiledHeader> | 75 <PrecompiledHeader>Create</PrecompiledHeader> |
77 </PrecompiledHeader> | |
78 <Optimization>MaxSpeed</Optimization> | 76 <Optimization>MaxSpeed</Optimization> |
79 <FunctionLevelLinking>true</FunctionLevelLinking> | 77 <FunctionLevelLinking>true</FunctionLevelLinking> |
80 <IntrinsicFunctions>true</IntrinsicFunctions> | 78 <IntrinsicFunctions>true</IntrinsicFunctions> |
81 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)<
/PreprocessorDefinitions> | 79 <PreprocessorDefinitions>WIN32;PRECOMPILED_HEADER_FILE="stdafx.h";NDEBUG;_
WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
82 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 80 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
83 </ClCompile> | 81 </ClCompile> |
84 <Link> | 82 <Link> |
85 <SubSystem>Windows</SubSystem> | 83 <SubSystem>Windows</SubSystem> |
86 <GenerateDebugInformation>true</GenerateDebugInformation> | 84 <GenerateDebugInformation>true</GenerateDebugInformation> |
87 <EnableCOMDATFolding>true</EnableCOMDATFolding> | 85 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
88 <OptimizeReferences>true</OptimizeReferences> | 86 <OptimizeReferences>true</OptimizeReferences> |
89 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base.
lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</
AdditionalDependencies> | 87 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base.
lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</
AdditionalDependencies> |
90 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe
</OutputFile> | 88 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe
</OutputFile> |
91 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> | 89 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> |
92 </Link> | 90 </Link> |
93 </ItemDefinitionGroup> | 91 </ItemDefinitionGroup> |
94 <ItemGroup> | 92 <ItemGroup> |
95 <ClCompile Include="src\engine\main.cpp" /> | 93 <ClCompile Include="src\engine\main.cpp" /> |
| 94 <ClCompile Include="src\shared\Communication.cpp" /> |
| 95 <ClCompile Include="src\shared\AutoHandle.cpp" /> |
| 96 </ItemGroup> |
| 97 <ItemGroup> |
| 98 <ClInclude Include="src\engine\stdafx.h" /> |
| 99 <ClInclude Include="src\shared\Communication.h" /> |
| 100 <ClInclude Include="src\shared\AutoHandle.h" /> |
96 </ItemGroup> | 101 </ItemGroup> |
97 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 102 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
98 <ImportGroup Label="ExtensionTargets"> | 103 <ImportGroup Label="ExtensionTargets"> |
99 </ImportGroup> | 104 </ImportGroup> |
100 </Project> | 105 </Project> |
OLD | NEW |