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

Side by Side Diff: PCbuild/_socket.vcxproj

Issue 13210: Support Visual Studio 2010
Patch Set: Created 1 year 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/_multiprocessing.vcxproj ('k') | PCbuild/_sqlite3.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>
157 </PropertyGroup> 151 </PropertyGroup>
158 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" > 152 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
159 <Link> 153 <Link>
160 <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDe pendencies> 154 <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDe pendencies>
161 <BaseAddress>0x1e1D0000</BaseAddress> 155 <BaseAddress>0x1e1D0000</BaseAddress>
162 </Link> 156 </Link>
163 </ItemDefinitionGroup> 157 </ItemDefinitionGroup>
164 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 158 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
165 <Midl> 159 <Midl>
166 <TargetEnvironment>X64</TargetEnvironment> 160 <TargetEnvironment>X64</TargetEnvironment>
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 <ItemGroup> 220 <ItemGroup>
227 <ProjectReference Include="pythoncore.vcxproj"> 221 <ProjectReference Include="pythoncore.vcxproj">
228 <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project> 222 <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
229 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 223 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
230 </ProjectReference> 224 </ProjectReference>
231 </ItemGroup> 225 </ItemGroup>
232 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 226 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
233 <ImportGroup Label="ExtensionTargets"> 227 <ImportGroup Label="ExtensionTargets">
234 </ImportGroup> 228 </ImportGroup>
235 </Project> 229 </Project>
OLDNEW
« no previous file with comments | « PCbuild/_multiprocessing.vcxproj ('k') | PCbuild/_sqlite3.vcxproj » ('j') | no next file with comments »

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7