Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(21)

Side by Side Diff: PCbuild/_msi.vcxproj

Issue 14843: support define_macros / undef_macros in setup.cfg
Patch Set: Created 11 months, 2 weeks ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « PCbuild/_lzma.vcxproj ('k') | PCbuild/_multiprocessing.vcxproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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|Win32"> 4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration> 5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform> 6 <Platform>Win32</Platform>
7 </ProjectConfiguration> 7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64"> 8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration> 9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform> 10 <Platform>x64</Platform>
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGUp date|Win32'" /> 141 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGUp date|Win32'" />
142 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x6 4'">AllRules.ruleset</CodeAnalysisRuleSet> 142 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x6 4'">AllRules.ruleset</CodeAnalysisRuleSet>
143 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64' " /> 143 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64' " />
144 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGUp date|x64'" /> 144 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGUp date|x64'" />
145 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win 32'">AllRules.ruleset</CodeAnalysisRuleSet> 145 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win 32'">AllRules.ruleset</CodeAnalysisRuleSet>
146 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32 '" /> 146 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32 '" />
147 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Rele ase|Win32'" /> 147 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Rele ase|Win32'" />
148 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64 '">AllRules.ruleset</CodeAnalysisRuleSet> 148 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64 '">AllRules.ruleset</CodeAnalysisRuleSet>
149 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 149 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
150 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Rele ase|x64'" /> 150 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Rele ase|x64'" />
151 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.pyd< /TargetExt>
152 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.pyd</T argetExt>
153 <TargetExt Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'">.pyd</ TargetExt>
154 <TargetExt Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'">.pyd </TargetExt>
155 <TargetExt Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"> .pyd</TargetExt>
156 <TargetExt Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'">.p yd</TargetExt>
151 </PropertyGroup> 157 </PropertyGroup>
152 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" > 158 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
153 <Link> 159 <Link>
154 <AdditionalDependencies>fci.lib;msi.lib;rpcrt4.lib;%(AdditionalDependencie s)</AdditionalDependencies> 160 <AdditionalDependencies>fci.lib;msi.lib;rpcrt4.lib;%(AdditionalDependencie s)</AdditionalDependencies>
155 <BaseAddress>0x1D160000</BaseAddress> 161 <BaseAddress>0x1D160000</BaseAddress>
156 </Link> 162 </Link>
157 </ItemDefinitionGroup> 163 </ItemDefinitionGroup>
158 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 164 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
159 <Midl> 165 <Midl>
160 <TargetEnvironment>X64</TargetEnvironment> 166 <TargetEnvironment>X64</TargetEnvironment>
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 <ItemGroup> 223 <ItemGroup>
218 <ProjectReference Include="pythoncore.vcxproj"> 224 <ProjectReference Include="pythoncore.vcxproj">
219 <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project> 225 <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
220 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 226 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
221 </ProjectReference> 227 </ProjectReference>
222 </ItemGroup> 228 </ItemGroup>
223 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 229 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
224 <ImportGroup Label="ExtensionTargets"> 230 <ImportGroup Label="ExtensionTargets">
225 </ImportGroup> 231 </ImportGroup>
226 </Project> 232 </Project>
OLDNEW
« no previous file with comments | « PCbuild/_lzma.vcxproj ('k') | PCbuild/_multiprocessing.vcxproj » ('j') | no next file with comments »

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7