| Left: | ||
| Right: |
| 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="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> |
| 11 </ProjectConfiguration> | 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> | |
| 12 <ProjectConfiguration Include="Release Production|Win32"> | 20 <ProjectConfiguration Include="Release Production|Win32"> |
| 13 <Configuration>Release Production</Configuration> | 21 <Configuration>Release Production</Configuration> |
| 14 <Platform>Win32</Platform> | 22 <Platform>Win32</Platform> |
| 15 </ProjectConfiguration> | 23 </ProjectConfiguration> |
| 16 <ProjectConfiguration Include="Release Production|x64"> | 24 <ProjectConfiguration Include="Release Production|x64"> |
| 17 <Configuration>Release Production</Configuration> | 25 <Configuration>Release Production</Configuration> |
| 18 <Platform>x64</Platform> | 26 <Platform>x64</Platform> |
| 19 </ProjectConfiguration> | 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> | |
| 20 </ItemGroup> | 36 </ItemGroup> |
| 21 <PropertyGroup Label="Globals"> | 37 <PropertyGroup Label="Globals"> |
| 22 <ProjectGuid>{9175DCD4-8960-4712-8FBC-B58E51EDEC9E}</ProjectGuid> | 38 <ProjectGuid>{9175DCD4-8960-4712-8FBC-B58E51EDEC9E}</ProjectGuid> |
| 23 <Keyword>Win32Proj</Keyword> | 39 <Keyword>Win32Proj</Keyword> |
| 24 <RootNamespace>AdblockPlusEngine</RootNamespace> | 40 <RootNamespace>AdblockPlusEngine</RootNamespace> |
| 25 </PropertyGroup> | 41 </PropertyGroup> |
| 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|Wi n32'" Label="Configuration"> | 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|Wi n32'" Label="Configuration"> |
| 28 <ConfigurationType>Application</ConfigurationType> | 44 <ConfigurationType>Application</ConfigurationType> |
| 29 <UseDebugLibraries>true</UseDebugLibraries> | 45 <UseDebugLibraries>true</UseDebugLibraries> |
| 30 <PlatformToolset>v110</PlatformToolset> | 46 <PlatformToolset>v110</PlatformToolset> |
| 31 <CharacterSet>Unicode</CharacterSet> | 47 <CharacterSet>Unicode</CharacterSet> |
| 32 </PropertyGroup> | 48 </PropertyGroup> |
| 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|Win32'" Label="Configuration"> | |
| 50 <ConfigurationType>Application</ConfigurationType> | |
| 51 <UseDebugLibraries>true</UseDebugLibraries> | |
| 52 <PlatformToolset>v110</PlatformToolset> | |
| 53 <CharacterSet>Unicode</CharacterSet> | |
| 54 </PropertyGroup> | |
| 55 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|Win32' " Label="Configuration"> | |
| 56 <ConfigurationType>Application</ConfigurationType> | |
| 57 <UseDebugLibraries>true</UseDebugLibraries> | |
| 58 <PlatformToolset>v110</PlatformToolset> | |
| 59 <CharacterSet>Unicode</CharacterSet> | |
| 60 </PropertyGroup> | |
| 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|x6 4'" Label="Configuration"> | 61 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|x6 4'" Label="Configuration"> |
| 34 <ConfigurationType>Application</ConfigurationType> | 62 <ConfigurationType>Application</ConfigurationType> |
| 35 <UseDebugLibraries>true</UseDebugLibraries> | 63 <UseDebugLibraries>true</UseDebugLibraries> |
| 36 <PlatformToolset>v110</PlatformToolset> | 64 <PlatformToolset>v110</PlatformToolset> |
| 37 <CharacterSet>Unicode</CharacterSet> | 65 <CharacterSet>Unicode</CharacterSet> |
| 38 </PropertyGroup> | 66 </PropertyGroup> |
| 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|x64'" La bel="Configuration"> | |
| 68 <ConfigurationType>Application</ConfigurationType> | |
| 69 <UseDebugLibraries>true</UseDebugLibraries> | |
| 70 <PlatformToolset>v110</PlatformToolset> | |
| 71 <CharacterSet>Unicode</CharacterSet> | |
| 72 </PropertyGroup> | |
| 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|x64'" Label="Configuration"> | |
| 74 <ConfigurationType>Application</ConfigurationType> | |
| 75 <UseDebugLibraries>true</UseDebugLibraries> | |
| 76 <PlatformToolset>v110</PlatformToolset> | |
| 77 <CharacterSet>Unicode</CharacterSet> | |
| 78 </PropertyGroup> | |
| 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| Win32'" Label="Configuration"> | 79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| Win32'" Label="Configuration"> |
| 40 <ConfigurationType>Application</ConfigurationType> | 80 <ConfigurationType>Application</ConfigurationType> |
| 41 <UseDebugLibraries>false</UseDebugLibraries> | 81 <UseDebugLibraries>false</UseDebugLibraries> |
| 42 <PlatformToolset>v110</PlatformToolset> | 82 <PlatformToolset>v110</PlatformToolset> |
| 43 <WholeProgramOptimization>true</WholeProgramOptimization> | 83 <WholeProgramOptimization>true</WholeProgramOptimization> |
| 44 <CharacterSet>Unicode</CharacterSet> | 84 <CharacterSet>Unicode</CharacterSet> |
| 45 </PropertyGroup> | 85 </PropertyGroup> |
| 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| x64'" Label="Configuration"> | 86 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| x64'" Label="Configuration"> |
| 47 <ConfigurationType>Application</ConfigurationType> | 87 <ConfigurationType>Application</ConfigurationType> |
| 48 <UseDebugLibraries>false</UseDebugLibraries> | 88 <UseDebugLibraries>false</UseDebugLibraries> |
| 49 <PlatformToolset>v110</PlatformToolset> | 89 <PlatformToolset>v110</PlatformToolset> |
| 50 <WholeProgramOptimization>true</WholeProgramOptimization> | 90 <WholeProgramOptimization>true</WholeProgramOptimization> |
| 51 <CharacterSet>Unicode</CharacterSet> | 91 <CharacterSet>Unicode</CharacterSet> |
| 52 </PropertyGroup> | 92 </PropertyGroup> |
| 53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 93 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 54 <ImportGroup Label="ExtensionSettings"> | 94 <ImportGroup Label="ExtensionSettings"> |
| 55 </ImportGroup> | 95 </ImportGroup> |
| 56 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Debug Production|Win32'"> | 96 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Debug Production|Win32'"> |
| 57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> | 97 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> |
| 58 </ImportGroup> | 98 </ImportGroup> |
| 99 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|Win32'" La bel="PropertySheets"> | |
| 100 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> | |
| 101 </ImportGroup> | |
| 102 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|Win32'" Label="PropertySheets"> | |
| 103 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> | |
| 104 </ImportGroup> | |
| 59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|x64' " Label="PropertySheets"> | 105 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|x64' " Label="PropertySheets"> |
| 60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> | 106 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> |
| 61 </ImportGroup> | 107 </ImportGroup> |
| 108 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|x64'" Labe l="PropertySheets"> | |
| 109 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> | |
| 110 </ImportGroup> | |
| 111 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|x64'" La bel="PropertySheets"> | |
| 112 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> | |
| 113 </ImportGroup> | |
| 62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Release Production|Win32'"> | 114 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Release Production|Win32'"> |
| 63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> | 115 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> |
| 64 </ImportGroup> | 116 </ImportGroup> |
| 65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Production|x6 4'" Label="PropertySheets"> | 117 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Production|x6 4'" Label="PropertySheets"> |
| 66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> | 118 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> |
| 67 </ImportGroup> | 119 </ImportGroup> |
| 68 <PropertyGroup Label="UserMacros" /> | 120 <PropertyGroup Label="UserMacros" /> |
| 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|Wi n32'"> | 121 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|Wi n32'"> |
| 70 <LinkIncremental>true</LinkIncremental> | 122 <LinkIncremental>true</LinkIncremental> |
| 71 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath> | 123 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath> |
| 72 <LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Debug\lib;$(Librar yPath)</LibraryPath> | 124 <LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Debug\lib;$(Librar yPath)</LibraryPath> |
| 73 <OutDir>$(ProjectDir)build\ia32\$(Configuration)\</OutDir> | 125 <OutDir>$(ProjectDir)build\ia32\$(Configuration)\</OutDir> |
| 74 <IntDir>$(ProjectDir)build\ia32\$(Configuration)\</IntDir> | 126 <IntDir>$(ProjectDir)build\ia32\$(Configuration)\</IntDir> |
| 75 </PropertyGroup> | 127 </PropertyGroup> |
| 128 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|Win32'"> | |
| 129 <LinkIncremental>true</LinkIncremental> | |
| 130 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath> | |
| 131 <LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Debug\lib;$(Librar yPath)</LibraryPath> | |
| 132 <OutDir>$(ProjectDir)build\ia32\$(Configuration)\</OutDir> | |
| 133 <IntDir>$(ProjectDir)build\ia32\$(Configuration)\</IntDir> | |
| 134 </PropertyGroup> | |
| 135 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|Win32' "> | |
| 136 <LinkIncremental>true</LinkIncremental> | |
| 137 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath> | |
| 138 <LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Debug\lib;$(Librar yPath)</LibraryPath> | |
| 139 <OutDir>$(ProjectDir)build\ia32\$(Configuration)\</OutDir> | |
| 140 <IntDir>$(ProjectDir)build\ia32\$(Configuration)\</IntDir> | |
| 141 </PropertyGroup> | |
| 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|x6 4'"> | 142 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|x6 4'"> |
| 77 <LinkIncremental>true</LinkIncremental> | 143 <LinkIncremental>true</LinkIncremental> |
| 78 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath> | 144 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath> |
| 79 <LibraryPath>$(ProjectDir)libadblockplus\build\x64\build\Debug\lib;$(Library Path)</LibraryPath> | 145 <LibraryPath>$(ProjectDir)libadblockplus\build\x64\build\Debug\lib;$(Library Path)</LibraryPath> |
| 80 <OutDir>$(ProjectDir)build\x64\$(Configuration)\</OutDir> | 146 <OutDir>$(ProjectDir)build\x64\$(Configuration)\</OutDir> |
| 81 <IntDir>$(ProjectDir)build\x64\$(Configuration)\</IntDir> | 147 <IntDir>$(ProjectDir)build\x64\$(Configuration)\</IntDir> |
| 82 </PropertyGroup> | 148 </PropertyGroup> |
| 149 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|x64'"> | |
| 150 <LinkIncremental>true</LinkIncremental> | |
| 151 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath> | |
| 152 <LibraryPath>$(ProjectDir)libadblockplus\build\x64\build\Debug\lib;$(Library Path)</LibraryPath> | |
| 153 <OutDir>$(ProjectDir)build\x64\$(Configuration)\</OutDir> | |
| 154 <IntDir>$(ProjectDir)build\x64\$(Configuration)\</IntDir> | |
| 155 </PropertyGroup> | |
| 156 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|x64'"> | |
| 157 <LinkIncremental>true</LinkIncremental> | |
| 158 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath> | |
| 159 <LibraryPath>$(ProjectDir)libadblockplus\build\x64\build\Debug\lib;$(Library Path)</LibraryPath> | |
| 160 <OutDir>$(ProjectDir)build\x64\$(Configuration)\</OutDir> | |
| 161 <IntDir>$(ProjectDir)build\x64\$(Configuration)\</IntDir> | |
| 162 </PropertyGroup> | |
| 83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| Win32'"> | 163 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| Win32'"> |
| 84 <LinkIncremental>false</LinkIncremental> | 164 <LinkIncremental>false</LinkIncremental> |
| 85 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath> | 165 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath> |
| 86 <LibraryPath>$(ProjectDir)libadblockplus\build\x64\build\Release\lib;$(Libra ryPath)</LibraryPath> | 166 <LibraryPath>$(ProjectDir)libadblockplus\build\x64\build\Release\lib;$(Libra ryPath)</LibraryPath> |
| 87 <OutDir>$(ProjectDir)build\ia32\$(Configuration)\</OutDir> | 167 <OutDir>$(ProjectDir)build\ia32\$(Configuration)\</OutDir> |
| 88 <IntDir>$(ProjectDir)build\ia32\$(Configuration)\</IntDir> | 168 <IntDir>$(ProjectDir)build\ia32\$(Configuration)\</IntDir> |
| 89 </PropertyGroup> | 169 </PropertyGroup> |
| 90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| x64'"> | 170 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| x64'"> |
| 91 <LinkIncremental>false</LinkIncremental> | 171 <LinkIncremental>false</LinkIncremental> |
| 92 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath> | 172 <IncludePath>$(ProjectDir)libadblockplus\include;$(ProjectDir)libadblockplus \third_party\v8\include;$(IncludePath)</IncludePath> |
| 93 <LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Release\lib;$(Libr aryPath)</LibraryPath> | 173 <LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Release\lib;$(Libr aryPath)</LibraryPath> |
|
Wladimir Palant
2013/06/05 09:54:05
Please define ADBLOCK_PLUS_PRODUCTION_MODE here (a
Felix Dahlke
2013/06/05 10:12:36
Where exactly? In this PropertyGroup?
Wladimir Palant
2013/06/05 10:29:08
My bad, wrong section - you fixed Release Producti
| |
| 94 <OutDir>$(ProjectDir)build\x64\$(Configuration)\</OutDir> | 174 <OutDir>$(ProjectDir)build\x64\$(Configuration)\</OutDir> |
| 95 <IntDir>$(ProjectDir)build\x64\$(Configuration)\</IntDir> | 175 <IntDir>$(ProjectDir)build\x64\$(Configuration)\</IntDir> |
| 96 </PropertyGroup> | 176 </PropertyGroup> |
| 97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|Win32'"> | 177 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|Win32'"> |
| 98 <ClCompile> | 178 <ClCompile> |
| 99 <PrecompiledHeader>Create</PrecompiledHeader> | 179 <PrecompiledHeader>Create</PrecompiledHeader> |
| 100 <WarningLevel>Level3</WarningLevel> | 180 <WarningLevel>Level3</WarningLevel> |
| 101 <Optimization>Disabled</Optimization> | 181 <Optimization>Disabled</Optimization> |
| 102 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions> | 182 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions> |
|
Wladimir Palant
2013/06/05 09:54:05
Please define ADBLOCK_PLUS_PRODUCTION_MODE here.
Felix Dahlke
2013/06/05 10:12:36
Done.
| |
| 103 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 183 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 104 </ClCompile> | 184 </ClCompile> |
| 105 <Link> | 185 <Link> |
| 106 <SubSystem>Windows</SubSystem> | 186 <SubSystem>Windows</SubSystem> |
| 107 <GenerateDebugInformation>true</GenerateDebugInformation> | 187 <GenerateDebugInformation>true</GenerateDebugInformation> |
| 108 <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;%(AdditionalDependencies)</ AdditionalDependencies> |
| 109 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> | 189 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> |
| 110 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> | 190 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> |
| 111 </Link> | 191 </Link> |
| 112 </ItemDefinitionGroup> | 192 </ItemDefinitionGroup> |
| 193 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|Wi n32'"> | |
| 194 <ClCompile> | |
| 195 <PrecompiledHeader>Create</PrecompiledHeader> | |
| 196 <WarningLevel>Level3</WarningLevel> | |
| 197 <Optimization>Disabled</Optimization> | |
| 198 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions> | |
|
Wladimir Palant
2013/06/05 09:54:05
Please define ADBLOCK_PLUS_TEST_MODE here.
Felix Dahlke
2013/06/05 10:12:36
Done.
| |
| 199 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| 200 </ClCompile> | |
| 201 <Link> | |
| 202 <SubSystem>Windows</SubSystem> | |
| 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> | |
| 205 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> | |
| 206 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> | |
| 207 </Link> | |
| 208 </ItemDefinitionGroup> | |
| 209 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| Win32'"> | |
| 210 <ClCompile> | |
| 211 <PrecompiledHeader>Create</PrecompiledHeader> | |
| 212 <WarningLevel>Level3</WarningLevel> | |
| 213 <Optimization>Disabled</Optimization> | |
| 214 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions> | |
|
Wladimir Palant
2013/06/05 09:54:05
Please define ADBLOCK_PLUS_TEST_MODE here.
Felix Dahlke
2013/06/05 10:12:36
Done.
| |
| 215 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| 216 </ClCompile> | |
| 217 <Link> | |
| 218 <SubSystem>Windows</SubSystem> | |
| 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> | |
| 221 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> | |
| 222 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> | |
| 223 </Link> | |
| 224 </ItemDefinitionGroup> | |
| 113 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|x64'"> | 225 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|x64'"> |
| 114 <ClCompile> | 226 <ClCompile> |
| 115 <PrecompiledHeader>Create</PrecompiledHeader> | 227 <PrecompiledHeader>Create</PrecompiledHeader> |
| 116 <WarningLevel>Level3</WarningLevel> | 228 <WarningLevel>Level3</WarningLevel> |
| 117 <Optimization>Disabled</Optimization> | 229 <Optimization>Disabled</Optimization> |
| 118 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions> | 230 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 119 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 231 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 120 </ClCompile> | 232 </ClCompile> |
| 121 <Link> | 233 <Link> |
| 234 <SubSystem>Windows</SubSystem> | |
| 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> | |
| 237 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> | |
| 238 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> | |
| 239 </Link> | |
| 240 </ItemDefinitionGroup> | |
| 241 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|x6 4'"> | |
| 242 <ClCompile> | |
| 243 <PrecompiledHeader>Create</PrecompiledHeader> | |
| 244 <WarningLevel>Level3</WarningLevel> | |
| 245 <Optimization>Disabled</Optimization> | |
| 246 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;%(Pr eprocessorDefinitions)</PreprocessorDefinitions> | |
| 247 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| 248 </ClCompile> | |
| 249 <Link> | |
| 250 <SubSystem>Windows</SubSystem> | |
| 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> | |
| 253 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> | |
| 254 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> | |
| 255 </Link> | |
| 256 </ItemDefinitionGroup> | |
| 257 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| x64'"> | |
| 258 <ClCompile> | |
| 259 <PrecompiledHeader>Create</PrecompiledHeader> | |
| 260 <WarningLevel>Level3</WarningLevel> | |
| 261 <Optimization>Disabled</Optimization> | |
| 262 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;%(Pr eprocessorDefinitions)</PreprocessorDefinitions> | |
| 263 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| 264 </ClCompile> | |
| 265 <Link> | |
| 122 <SubSystem>Windows</SubSystem> | 266 <SubSystem>Windows</SubSystem> |
| 123 <GenerateDebugInformation>true</GenerateDebugInformation> | 267 <GenerateDebugInformation>true</GenerateDebugInformation> |
| 124 <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;%(AdditionalDependencies)</ AdditionalDependencies> |
| 125 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> | 269 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> |
| 126 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> | 270 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> |
| 127 </Link> | 271 </Link> |
| 128 </ItemDefinitionGroup> | 272 </ItemDefinitionGroup> |
| 129 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|Win32'"> | 273 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|Win32'"> |
| 130 <ClCompile> | 274 <ClCompile> |
| 131 <WarningLevel>Level3</WarningLevel> | 275 <WarningLevel>Level3</WarningLevel> |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 146 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> | 290 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> |
| 147 </Link> | 291 </Link> |
| 148 </ItemDefinitionGroup> | 292 </ItemDefinitionGroup> |
| 149 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|x64'"> | 293 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|x64'"> |
| 150 <ClCompile> | 294 <ClCompile> |
| 151 <WarningLevel>Level3</WarningLevel> | 295 <WarningLevel>Level3</WarningLevel> |
| 152 <PrecompiledHeader>Create</PrecompiledHeader> | 296 <PrecompiledHeader>Create</PrecompiledHeader> |
| 153 <Optimization>MaxSpeed</Optimization> | 297 <Optimization>MaxSpeed</Optimization> |
| 154 <FunctionLevelLinking>true</FunctionLevelLinking> | 298 <FunctionLevelLinking>true</FunctionLevelLinking> |
| 155 <IntrinsicFunctions>true</IntrinsicFunctions> | 299 <IntrinsicFunctions>true</IntrinsicFunctions> |
| 156 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions> | 300 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 157 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 301 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 158 </ClCompile> | 302 </ClCompile> |
| 159 <Link> | 303 <Link> |
| 160 <SubSystem>Windows</SubSystem> | 304 <SubSystem>Windows</SubSystem> |
| 161 <GenerateDebugInformation>true</GenerateDebugInformation> | 305 <GenerateDebugInformation>true</GenerateDebugInformation> |
| 162 <EnableCOMDATFolding>true</EnableCOMDATFolding> | 306 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 163 <OptimizeReferences>true</OptimizeReferences> | 307 <OptimizeReferences>true</OptimizeReferences> |
| 164 <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;%(AdditionalDependencies)</ AdditionalDependencies> |
| 165 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> | 309 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> |
| 166 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> | 310 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 181 </ItemGroup> | 325 </ItemGroup> |
| 182 <ItemGroup> | 326 <ItemGroup> |
| 183 <ClInclude Include="src\engine\stdafx.h" /> | 327 <ClInclude Include="src\engine\stdafx.h" /> |
| 184 <ClInclude Include="src\shared\Communication.h" /> | 328 <ClInclude Include="src\shared\Communication.h" /> |
| 185 <ClInclude Include="src\shared\AutoHandle.h" /> | 329 <ClInclude Include="src\shared\AutoHandle.h" /> |
| 186 </ItemGroup> | 330 </ItemGroup> |
| 187 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 331 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 188 <ImportGroup Label="ExtensionTargets"> | 332 <ImportGroup Label="ExtensionTargets"> |
| 189 </ImportGroup> | 333 </ImportGroup> |
| 190 </Project> | 334 </Project> |
| OLD | NEW |