Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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> | |
11 </ProjectConfiguration> | |
12 <ProjectConfiguration Include="Release Test|Win32"> | |
13 <Configuration>Release Test</Configuration> | |
14 <Platform>Win32</Platform> | 10 <Platform>Win32</Platform> |
15 </ProjectConfiguration> | 11 </ProjectConfiguration> |
Wladimir Palant
2013/05/16 11:52:16
Shouldn't there be a Debug Test configuration as w
Oleksandr
2013/05/16 13:23:22
Not necessary. Currently the Debug Test would buil
Wladimir Palant
2013/05/17 05:23:51
Then there shouldn't be a Release Test configurati
Felix Dahlke
2013/05/23 12:31:20
Done, removed ReleaseTest.
| |
16 </ItemGroup> | 12 </ItemGroup> |
17 <PropertyGroup Label="Globals"> | 13 <PropertyGroup Label="Globals"> |
18 <ProjectGuid>{9175DCD4-8960-4712-8FBC-B58E51EDEC9E}</ProjectGuid> | 14 <ProjectGuid>{9175DCD4-8960-4712-8FBC-B58E51EDEC9E}</ProjectGuid> |
19 <Keyword>Win32Proj</Keyword> | 15 <Keyword>Win32Proj</Keyword> |
20 <RootNamespace>AdblockPlusEngine</RootNamespace> | 16 <RootNamespace>AdblockPlusEngine</RootNamespace> |
21 </PropertyGroup> | 17 </PropertyGroup> |
22 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|Wi n32'" Label="Configuration"> | 19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|Wi n32'" Label="Configuration"> |
24 <ConfigurationType>Application</ConfigurationType> | 20 <ConfigurationType>Application</ConfigurationType> |
25 <UseDebugLibraries>true</UseDebugLibraries> | 21 <UseDebugLibraries>true</UseDebugLibraries> |
26 <PlatformToolset>v110</PlatformToolset> | 22 <PlatformToolset>v110</PlatformToolset> |
27 <CharacterSet>Unicode</CharacterSet> | 23 <CharacterSet>Unicode</CharacterSet> |
28 </PropertyGroup> | 24 </PropertyGroup> |
29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| Win32'" Label="Configuration"> | 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| Win32'" Label="Configuration"> |
30 <ConfigurationType>Application</ConfigurationType> | 26 <ConfigurationType>Application</ConfigurationType> |
31 <UseDebugLibraries>false</UseDebugLibraries> | 27 <UseDebugLibraries>false</UseDebugLibraries> |
32 <PlatformToolset>v110</PlatformToolset> | 28 <PlatformToolset>v110</PlatformToolset> |
33 <WholeProgramOptimization>true</WholeProgramOptimization> | 29 <WholeProgramOptimization>true</WholeProgramOptimization> |
34 <CharacterSet>Unicode</CharacterSet> | 30 <CharacterSet>Unicode</CharacterSet> |
35 </PropertyGroup> | 31 </PropertyGroup> |
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|Win32' " Label="Configuration"> | |
37 <ConfigurationType>Application</ConfigurationType> | |
38 <UseDebugLibraries>false</UseDebugLibraries> | |
39 <PlatformToolset>v110</PlatformToolset> | |
40 <WholeProgramOptimization>true</WholeProgramOptimization> | |
41 <CharacterSet>Unicode</CharacterSet> | |
42 </PropertyGroup> | |
43 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 32 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
44 <ImportGroup Label="ExtensionSettings"> | 33 <ImportGroup Label="ExtensionSettings"> |
45 </ImportGroup> | 34 </ImportGroup> |
46 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Debug Production|Win32'"> | 35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Debug Production|Win32'"> |
47 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> | 36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> |
48 </ImportGroup> | 37 </ImportGroup> |
49 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Release Production|Win32'"> | 38 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Release Production|Win32'"> |
50 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> | |
51 </ImportGroup> | |
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|Win32'" Label="PropertySheets"> | |
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> | 39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> |
54 </ImportGroup> | 40 </ImportGroup> |
55 <PropertyGroup Label="UserMacros" /> | 41 <PropertyGroup Label="UserMacros" /> |
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|Wi n32'"> | 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|Wi n32'"> |
57 <LinkIncremental>true</LinkIncremental> | 43 <LinkIncremental>true</LinkIncremental> |
58 <IncludePath>$(SolutionDir)..\libadblockplus\include;$(SolutionDir)..\libadb lockplus\third_party\v8\include;$(IncludePath)</IncludePath> | 44 <IncludePath>$(SolutionDir)..\libadblockplus\include;$(SolutionDir)..\libadb lockplus\third_party\v8\include;$(IncludePath)</IncludePath> |
59 <LibraryPath>$(SolutionDir)..\libadblockplus\build\ia32\build\Debug\lib;$(Li braryPath)</LibraryPath> | 45 <LibraryPath>$(SolutionDir)..\libadblockplus\build\ia32\build\Debug\lib;$(Li braryPath)</LibraryPath> |
60 <OutDir>$(SolutionDir)AdBlocker\$(Configuration)\</OutDir> | 46 <OutDir>$(SolutionDir)AdBlocker\$(Configuration)\</OutDir> |
61 </PropertyGroup> | 47 </PropertyGroup> |
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| Win32'"> | 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| Win32'"> |
63 <LinkIncremental>false</LinkIncremental> | |
64 <IncludePath>$(SolutionDir)..\libadblockplus\include;$(SolutionDir)..\libadb lockplus\third_party\v8\include;$(IncludePath)</IncludePath> | |
65 <LibraryPath>$(SolutionDir)..\libadblockplus\build\ia32\build\Release\lib;$( LibraryPath)</LibraryPath> | |
66 <OutDir>$(SolutionDir)AdBlocker\$(Configuration)\</OutDir> | |
67 </PropertyGroup> | |
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|Win32' "> | |
69 <LinkIncremental>false</LinkIncremental> | 49 <LinkIncremental>false</LinkIncremental> |
70 <IncludePath>$(SolutionDir)..\libadblockplus\include;$(SolutionDir)..\libadb lockplus\third_party\v8\include;$(IncludePath)</IncludePath> | 50 <IncludePath>$(SolutionDir)..\libadblockplus\include;$(SolutionDir)..\libadb lockplus\third_party\v8\include;$(IncludePath)</IncludePath> |
71 <LibraryPath>$(SolutionDir)..\libadblockplus\build\ia32\build\Release\lib;$( LibraryPath)</LibraryPath> | 51 <LibraryPath>$(SolutionDir)..\libadblockplus\build\ia32\build\Release\lib;$( LibraryPath)</LibraryPath> |
72 <OutDir>$(SolutionDir)AdBlocker\$(Configuration)\</OutDir> | 52 <OutDir>$(SolutionDir)AdBlocker\$(Configuration)\</OutDir> |
73 </PropertyGroup> | 53 </PropertyGroup> |
74 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|Win32'"> | 54 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|Win32'"> |
75 <ClCompile> | 55 <ClCompile> |
76 <PrecompiledHeader> | 56 <PrecompiledHeader> |
77 </PrecompiledHeader> | 57 </PrecompiledHeader> |
78 <WarningLevel>Level3</WarningLevel> | 58 <WarningLevel>Level3</WarningLevel> |
79 <Optimization>Disabled</Optimization> | 59 <Optimization>Disabled</Optimization> |
80 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions> | 60 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions> |
81 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 61 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
82 </ClCompile> | 62 </ClCompile> |
83 <Link> | 63 <Link> |
84 <SubSystem>Windows</SubSystem> | 64 <SubSystem>Windows</SubSystem> |
85 <GenerateDebugInformation>true</GenerateDebugInformation> | 65 <GenerateDebugInformation>true</GenerateDebugInformation> |
86 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies> | 66 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies> |
87 <OutputFile>$(SolutionDir)AdBlocker\Debug Production\AdblockPlusEngine.exe </OutputFile> | 67 <OutputFile>$(SolutionDir)AdBlocker\$(Configuration)\AdblockPlusEngine.exe </OutputFile> |
Wladimir Palant
2013/05/16 11:52:16
Change "Debug Production" into $(Configuration) he
Felix Dahlke
2013/05/23 12:31:20
Done.
| |
88 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> | 68 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> |
89 </Link> | 69 </Link> |
90 </ItemDefinitionGroup> | 70 </ItemDefinitionGroup> |
91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|Win32'"> | 71 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|Win32'"> |
92 <ClCompile> | 72 <ClCompile> |
93 <WarningLevel>Level3</WarningLevel> | 73 <WarningLevel>Level3</WarningLevel> |
94 <PrecompiledHeader> | 74 <PrecompiledHeader> |
95 </PrecompiledHeader> | 75 </PrecompiledHeader> |
96 <Optimization>MaxSpeed</Optimization> | 76 <Optimization>MaxSpeed</Optimization> |
97 <FunctionLevelLinking>true</FunctionLevelLinking> | 77 <FunctionLevelLinking>true</FunctionLevelLinking> |
98 <IntrinsicFunctions>true</IntrinsicFunctions> | 78 <IntrinsicFunctions>true</IntrinsicFunctions> |
99 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions> | 79 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions> |
100 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 80 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
101 </ClCompile> | 81 </ClCompile> |
102 <Link> | 82 <Link> |
103 <SubSystem>Windows</SubSystem> | 83 <SubSystem>Windows</SubSystem> |
104 <GenerateDebugInformation>true</GenerateDebugInformation> | 84 <GenerateDebugInformation>true</GenerateDebugInformation> |
105 <EnableCOMDATFolding>true</EnableCOMDATFolding> | 85 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
106 <OptimizeReferences>true</OptimizeReferences> | 86 <OptimizeReferences>true</OptimizeReferences> |
107 <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> |
108 <OutputFile>$(SolutionDir)AdBlocker\Release Test\AdblockPlusEngine.exe</Ou tputFile> | 88 <OutputFile>$(SolutionDir)AdBlocker\$(Configuration)\AdblockPlusEngine.exe </OutputFile> |
109 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> | |
110 </Link> | |
111 </ItemDefinitionGroup> | |
112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| Win32'"> | |
113 <ClCompile> | |
114 <WarningLevel>Level3</WarningLevel> | |
115 <PrecompiledHeader> | |
116 </PrecompiledHeader> | |
117 <Optimization>MaxSpeed</Optimization> | |
118 <FunctionLevelLinking>true</FunctionLevelLinking> | |
119 <IntrinsicFunctions>true</IntrinsicFunctions> | |
120 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions> | |
121 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
122 </ClCompile> | |
123 <Link> | |
124 <SubSystem>Windows</SubSystem> | |
125 <GenerateDebugInformation>true</GenerateDebugInformation> | |
126 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
127 <OptimizeReferences>true</OptimizeReferences> | |
128 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies> | |
129 <OutputFile>$(SolutionDir)AdBlocker\Release Test\AdblockPlusEngine.exe</Ou tputFile> | |
130 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> | 89 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> |
131 </Link> | 90 </Link> |
132 </ItemDefinitionGroup> | 91 </ItemDefinitionGroup> |
133 <ItemGroup> | 92 <ItemGroup> |
134 <ClCompile Include="main.cpp" /> | 93 <ClCompile Include="main.cpp" /> |
135 </ItemGroup> | 94 </ItemGroup> |
136 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 95 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
137 <ImportGroup Label="ExtensionTargets"> | 96 <ImportGroup Label="ExtensionTargets"> |
138 </ImportGroup> | 97 </ImportGroup> |
139 </Project> | 98 </Project> |
LEFT | RIGHT |