Left: | ||
Right: |
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 <ProjectConfiguration Include="Release Test|Win32"> | |
13 <Configuration>Release Test</Configuration> | |
14 <Platform>Win32</Platform> | |
15 </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> | |
17 <PropertyGroup Label="Globals"> | |
18 <ProjectGuid>{9175DCD4-8960-4712-8FBC-B58E51EDEC9E}</ProjectGuid> | |
19 <Keyword>Win32Proj</Keyword> | |
20 <RootNamespace>AdblockPlusEngine</RootNamespace> | |
21 </PropertyGroup> | |
22 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|Wi n32'" Label="Configuration"> | |
24 <ConfigurationType>Application</ConfigurationType> | |
25 <UseDebugLibraries>true</UseDebugLibraries> | |
26 <PlatformToolset>v110</PlatformToolset> | |
27 <CharacterSet>Unicode</CharacterSet> | |
28 </PropertyGroup> | |
29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Production| Win32'" Label="Configuration"> | |
30 <ConfigurationType>Application</ConfigurationType> | |
31 <UseDebugLibraries>false</UseDebugLibraries> | |
32 <PlatformToolset>v110</PlatformToolset> | |
33 <WholeProgramOptimization>true</WholeProgramOptimization> | |
34 <CharacterSet>Unicode</CharacterSet> | |
35 </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" /> | |
44 <ImportGroup Label="ExtensionSettings"> | |
45 </ImportGroup> | |
46 <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" /> | |
48 </ImportGroup> | |
49 <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" /> | |
54 </ImportGroup> | |
55 <PropertyGroup Label="UserMacros" /> | |
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Production|Wi n32'"> | |
57 <LinkIncremental>true</LinkIncremental> | |
58 <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> | |
60 <OutDir>$(SolutionDir)AdBlocker\$(Configuration)\</OutDir> | |
61 </PropertyGroup> | |
62 <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> | |
70 <IncludePath>$(SolutionDir)..\libadblockplus\include;$(SolutionDir)..\libadb lockplus\third_party\v8\include;$(IncludePath)</IncludePath> | |
71 <LibraryPath>$(SolutionDir)..\libadblockplus\build\ia32\build\Release\lib;$( LibraryPath)</LibraryPath> | |
72 <OutDir>$(SolutionDir)AdBlocker\$(Configuration)\</OutDir> | |
73 </PropertyGroup> | |
74 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|Win32'"> | |
75 <ClCompile> | |
76 <PrecompiledHeader> | |
77 </PrecompiledHeader> | |
78 <WarningLevel>Level3</WarningLevel> | |
79 <Optimization>Disabled</Optimization> | |
80 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions> | |
81 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
82 </ClCompile> | |
83 <Link> | |
84 <SubSystem>Windows</SubSystem> | |
85 <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> | |
87 <OutputFile>$(SolutionDir)AdBlocker\Debug Production\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> | |
89 </Link> | |
90 </ItemDefinitionGroup> | |
91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|Win32'"> | |
92 <ClCompile> | |
93 <WarningLevel>Level3</WarningLevel> | |
94 <PrecompiledHeader> | |
95 </PrecompiledHeader> | |
96 <Optimization>MaxSpeed</Optimization> | |
97 <FunctionLevelLinking>true</FunctionLevelLinking> | |
98 <IntrinsicFunctions>true</IntrinsicFunctions> | |
99 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions> | |
100 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
101 </ClCompile> | |
102 <Link> | |
103 <SubSystem>Windows</SubSystem> | |
104 <GenerateDebugInformation>true</GenerateDebugInformation> | |
105 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
106 <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> | |
108 <OutputFile>$(SolutionDir)AdBlocker\Release Test\AdblockPlusEngine.exe</Ou tputFile> | |
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> | |
131 </Link> | |
132 </ItemDefinitionGroup> | |
133 <ItemGroup> | |
134 <ClCompile Include="main.cpp" /> | |
135 </ItemGroup> | |
136 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
137 <ImportGroup Label="ExtensionTargets"> | |
138 </ImportGroup> | |
139 </Project> | |
OLD | NEW |