OLD | NEW |
(Empty) | |
| 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="Release Production|Win32"> |
| 9 <Configuration>Release Production</Configuration> |
| 10 <Platform>Win32</Platform> |
| 11 </ProjectConfiguration> |
| 12 </ItemGroup> |
| 13 <PropertyGroup Label="Globals"> |
| 14 <ProjectGuid>{9175DCD4-8960-4712-8FBC-B58E51EDEC9E}</ProjectGuid> |
| 15 <Keyword>Win32Proj</Keyword> |
| 16 <RootNamespace>AdblockPlusEngine</RootNamespace> |
| 17 </PropertyGroup> |
| 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|Wi
n32'" Label="Configuration"> |
| 20 <ConfigurationType>Application</ConfigurationType> |
| 21 <UseDebugLibraries>true</UseDebugLibraries> |
| 22 <PlatformToolset>v110</PlatformToolset> |
| 23 <CharacterSet>Unicode</CharacterSet> |
| 24 </PropertyGroup> |
| 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production|
Win32'" Label="Configuration"> |
| 26 <ConfigurationType>Application</ConfigurationType> |
| 27 <UseDebugLibraries>false</UseDebugLibraries> |
| 28 <PlatformToolset>v110</PlatformToolset> |
| 29 <WholeProgramOptimization>true</WholeProgramOptimization> |
| 30 <CharacterSet>Unicode</CharacterSet> |
| 31 </PropertyGroup> |
| 32 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 33 <ImportGroup Label="ExtensionSettings"> |
| 34 </ImportGroup> |
| 35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=
='Debug Production|Win32'"> |
| 36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit
ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local
AppDataPlatform" /> |
| 37 </ImportGroup> |
| 38 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=
='Release Production|Win32'"> |
| 39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit
ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local
AppDataPlatform" /> |
| 40 </ImportGroup> |
| 41 <PropertyGroup Label="UserMacros" /> |
| 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|Wi
n32'"> |
| 43 <LinkIncremental>true</LinkIncremental> |
| 44 <IncludePath>$(SolutionDir)..\libadblockplus\include;$(SolutionDir)..\libadb
lockplus\third_party\v8\include;$(IncludePath)</IncludePath> |
| 45 <LibraryPath>$(SolutionDir)..\libadblockplus\build\ia32\build\Debug\lib;$(Li
braryPath)</LibraryPath> |
| 46 <OutDir>$(SolutionDir)AdBlocker\$(Configuration)\</OutDir> |
| 47 </PropertyGroup> |
| 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production|
Win32'"> |
| 49 <LinkIncremental>false</LinkIncremental> |
| 50 <IncludePath>$(SolutionDir)..\libadblockplus\include;$(SolutionDir)..\libadb
lockplus\third_party\v8\include;$(IncludePath)</IncludePath> |
| 51 <LibraryPath>$(SolutionDir)..\libadblockplus\build\ia32\build\Release\lib;$(
LibraryPath)</LibraryPath> |
| 52 <OutDir>$(SolutionDir)AdBlocker\$(Configuration)\</OutDir> |
| 53 </PropertyGroup> |
| 54 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product
ion|Win32'"> |
| 55 <ClCompile> |
| 56 <PrecompiledHeader> |
| 57 </PrecompiledHeader> |
| 58 <WarningLevel>Level3</WarningLevel> |
| 59 <Optimization>Disabled</Optimization> |
| 60 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)<
/PreprocessorDefinitions> |
| 61 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 62 </ClCompile> |
| 63 <Link> |
| 64 <SubSystem>Windows</SubSystem> |
| 65 <GenerateDebugInformation>true</GenerateDebugInformation> |
| 66 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base.
lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</
AdditionalDependencies> |
| 67 <OutputFile>$(SolutionDir)AdBlocker\$(Configuration)\AdblockPlusEngine.exe
</OutputFile> |
| 68 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> |
| 69 </Link> |
| 70 </ItemDefinitionGroup> |
| 71 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ
ction|Win32'"> |
| 72 <ClCompile> |
| 73 <WarningLevel>Level3</WarningLevel> |
| 74 <PrecompiledHeader> |
| 75 </PrecompiledHeader> |
| 76 <Optimization>MaxSpeed</Optimization> |
| 77 <FunctionLevelLinking>true</FunctionLevelLinking> |
| 78 <IntrinsicFunctions>true</IntrinsicFunctions> |
| 79 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)<
/PreprocessorDefinitions> |
| 80 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 81 </ClCompile> |
| 82 <Link> |
| 83 <SubSystem>Windows</SubSystem> |
| 84 <GenerateDebugInformation>true</GenerateDebugInformation> |
| 85 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 86 <OptimizeReferences>true</OptimizeReferences> |
| 87 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base.
lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</
AdditionalDependencies> |
| 88 <OutputFile>$(SolutionDir)AdBlocker\$(Configuration)\AdblockPlusEngine.exe
</OutputFile> |
| 89 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> |
| 90 </Link> |
| 91 </ItemDefinitionGroup> |
| 92 <ItemGroup> |
| 93 <ClCompile Include="main.cpp" /> |
| 94 </ItemGroup> |
| 95 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 96 <ImportGroup Label="ExtensionTargets"> |
| 97 </ImportGroup> |
| 98 </Project> |
OLD | NEW |