Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | <ProjectConfiguration Include="Debug|Win32"> |
| 5 | <Configuration>Debug</Configuration> |
| 6 | <Platform>Win32</Platform> |
| 7 | </ProjectConfiguration> |
| 8 | <ProjectConfiguration Include="Debug|x64"> |
| 9 | <Configuration>Debug</Configuration> |
| 10 | <Platform>x64</Platform> |
| 11 | </ProjectConfiguration> |
| 12 | <ProjectConfiguration Include="PGInstrument|Win32"> |
| 13 | <Configuration>PGInstrument</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="PGInstrument|x64"> |
| 17 | <Configuration>PGInstrument</Configuration> |
| 18 | <Platform>x64</Platform> |
| 19 | </ProjectConfiguration> |
| 20 | <ProjectConfiguration Include="PGUpdate|Win32"> |
| 21 | <Configuration>PGUpdate</Configuration> |
| 22 | <Platform>Win32</Platform> |
| 23 | </ProjectConfiguration> |
| 24 | <ProjectConfiguration Include="PGUpdate|x64"> |
| 25 | <Configuration>PGUpdate</Configuration> |
| 26 | <Platform>x64</Platform> |
| 27 | </ProjectConfiguration> |
| 28 | <ProjectConfiguration Include="Release|Win32"> |
| 29 | <Configuration>Release</Configuration> |
| 30 | <Platform>Win32</Platform> |
| 31 | </ProjectConfiguration> |
| 32 | <ProjectConfiguration Include="Release|x64"> |
| 33 | <Configuration>Release</Configuration> |
| 34 | <Platform>x64</Platform> |
| 35 | </ProjectConfiguration> |
| 36 | </ItemGroup> |
| 37 | <PropertyGroup Label="Globals"> |
| 38 | <ProjectGuid>{B11D750F-CD1F-4A96-85CE-E69A5C5259F9}</ProjectGuid> |
| 39 | </PropertyGroup> |
| 40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" Label="Configuration"> |
| 42 | <ConfigurationType>Application</ConfigurationType> |
| 43 | <UseOfMfc>false</UseOfMfc> |
| 44 | <CharacterSet>MultiByte</CharacterSet> |
| 45 | </PropertyGroup> |
| 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" Label="Configuration"> |
| 47 | <ConfigurationType>Application</ConfigurationType> |
| 48 | <UseOfMfc>false</UseOfMfc> |
| 49 | <CharacterSet>MultiByte</CharacterSet> |
| 50 | </PropertyGroup> |
| 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 52 | <ConfigurationType>Application</ConfigurationType> |
| 53 | <UseOfMfc>false</UseOfMfc> |
| 54 | <CharacterSet>NotSet</CharacterSet> |
| 55 | </PropertyGroup> |
| 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 57 | <ConfigurationType>Application</ConfigurationType> |
| 58 | <UseOfMfc>false</UseOfMfc> |
| 59 | <CharacterSet>MultiByte</CharacterSet> |
| 60 | </PropertyGroup> |
| 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" Label="Configuration"> |
| 62 | <ConfigurationType>Application</ConfigurationType> |
| 63 | <UseOfMfc>false</UseOfMfc> |
| 64 | <CharacterSet>MultiByte</CharacterSet> |
| 65 | </PropertyGroup> |
| 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" Label="Configuration"> |
| 67 | <ConfigurationType>Application</ConfigurationType> |
| 68 | <UseOfMfc>false</UseOfMfc> |
| 69 | <CharacterSet>MultiByte</CharacterSet> |
| 70 | </PropertyGroup> |
| 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 72 | <ConfigurationType>Application</ConfigurationType> |
| 73 | <UseOfMfc>false</UseOfMfc> |
| 74 | <CharacterSet>MultiByte</CharacterSet> |
| 75 | </PropertyGroup> |
| 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 77 | <ConfigurationType>Application</ConfigurationType> |
| 78 | <UseOfMfc>false</UseOfMfc> |
| 79 | <CharacterSet>MultiByte</CharacterSet> |
| 80 | </PropertyGroup> |
| 81 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 82 | <ImportGroup Label="ExtensionSettings"> |
| 83 | </ImportGroup> |
| 84 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" Label="PropertySheets"> |
| 85 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 86 | <Import Project="pyproject.props" /> |
| 87 | <Import Project="release.props" /> |
| 88 | <Import Project="pgupdate.props" /> |
| 89 | </ImportGroup> |
| 90 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" Label="PropertySheets"> |
| 91 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 92 | <Import Project="pyproject.props" /> |
| 93 | <Import Project="release.props" /> |
| 94 | <Import Project="pginstrument.props" /> |
| 95 | </ImportGroup> |
| 96 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 97 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 98 | <Import Project="pyproject.props" /> |
| 99 | <Import Project="debug.props" /> |
| 100 | </ImportGroup> |
| 101 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 102 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 103 | <Import Project="pyproject.props" /> |
| 104 | <Import Project="release.props" /> |
| 105 | </ImportGroup> |
| 106 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" Label="PropertySheets"> |
| 107 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 108 | <Import Project="pyproject.props" /> |
| 109 | <Import Project="x64.props" /> |
| 110 | <Import Project="release.props" /> |
| 111 | <Import Project="pgupdate.props" /> |
| 112 | </ImportGroup> |
| 113 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" Label="PropertySheets"> |
| 114 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 115 | <Import Project="pyproject.props" /> |
| 116 | <Import Project="x64.props" /> |
| 117 | <Import Project="release.props" /> |
| 118 | <Import Project="pginstrument.props" /> |
| 119 | </ImportGroup> |
| 120 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 121 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 122 | <Import Project="pyproject.props" /> |
| 123 | <Import Project="x64.props" /> |
| 124 | <Import Project="debug.props" /> |
| 125 | </ImportGroup> |
| 126 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 127 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 128 | <Import Project="pyproject.props" /> |
| 129 | <Import Project="x64.props" /> |
| 130 | <Import Project="release.props" /> |
| 131 | </ImportGroup> |
| 132 | <PropertyGroup Label="UserMacros" /> |
| 133 | <PropertyGroup> |
| 134 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 135 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 136 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
| 137 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
| 138 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 139 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
| 140 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
| 141 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 142 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" /> |
| 143 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" /> |
| 144 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 145 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" /> |
| 146 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" /> |
| 147 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 148 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" /> |
| 149 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" /> |
| 150 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 151 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" /> |
| 152 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" /> |
| 153 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 154 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
| 155 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
| 156 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 157 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
| 158 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 159 | </PropertyGroup> |
| 160 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 161 | <ClCompile> |
| 162 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 163 | <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 164 | <StringPooling>true</StringPooling> |
| 165 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 166 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 167 | <CompileAs>Default</CompileAs> |
| 168 | </ClCompile> |
| 169 | <ResourceCompile> |
| 170 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 171 | <Culture>0x0409</Culture> |
| 172 | </ResourceCompile> |
| 173 | <Link> |
| 174 | <OutputFile>$(OutDir)python.exe</OutputFile> |
| 175 | <SubSystem>Console</SubSystem> |
| 176 | <StackReserveSize>2000000</StackReserveSize> |
| 177 | <BaseAddress>0x1d000000</BaseAddress> |
| 178 | </Link> |
| 179 | </ItemDefinitionGroup> |
| 180 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 181 | <Midl> |
| 182 | <TargetEnvironment>X64</TargetEnvironment> |
| 183 | </Midl> |
| 184 | <ClCompile> |
| 185 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 186 | <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 187 | <StringPooling>true</StringPooling> |
| 188 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 189 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 190 | <CompileAs>Default</CompileAs> |
| 191 | </ClCompile> |
| 192 | <ResourceCompile> |
| 193 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 194 | <Culture>0x0409</Culture> |
| 195 | </ResourceCompile> |
| 196 | <Link> |
| 197 | <OutputFile>$(OutDir)python.exe</OutputFile> |
| 198 | <SubSystem>Console</SubSystem> |
| 199 | <StackReserveSize>2000000</StackReserveSize> |
| 200 | <BaseAddress>0x1d000000</BaseAddress> |
| 201 | </Link> |
| 202 | </ItemDefinitionGroup> |
| 203 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 204 | <ClCompile> |
| 205 | <Optimization>Disabled</Optimization> |
| 206 | <IntrinsicFunctions>false</IntrinsicFunctions> |
| 207 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 208 | <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 209 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 210 | <BrowseInformation>true</BrowseInformation> |
| 211 | <CompileAs>Default</CompileAs> |
| 212 | </ClCompile> |
| 213 | <ResourceCompile> |
| 214 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 215 | <Culture>0x0409</Culture> |
| 216 | <AdditionalIncludeDirectories>..\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 217 | </ResourceCompile> |
| 218 | <Link> |
| 219 | <OutputFile>$(OutDir)python_d.exe</OutputFile> |
| 220 | <SubSystem>Console</SubSystem> |
| 221 | <StackReserveSize>2000000</StackReserveSize> |
| 222 | <BaseAddress>0x1d000000</BaseAddress> |
| 223 | </Link> |
| 224 | </ItemDefinitionGroup> |
| 225 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 226 | <Midl> |
| 227 | <TargetEnvironment>X64</TargetEnvironment> |
| 228 | </Midl> |
| 229 | <ClCompile> |
| 230 | <Optimization>Disabled</Optimization> |
| 231 | <IntrinsicFunctions>false</IntrinsicFunctions> |
| 232 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 233 | <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 234 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 235 | <BrowseInformation>true</BrowseInformation> |
| 236 | <CompileAs>Default</CompileAs> |
| 237 | </ClCompile> |
| 238 | <ResourceCompile> |
| 239 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 240 | <Culture>0x0409</Culture> |
| 241 | <AdditionalIncludeDirectories>..\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 242 | </ResourceCompile> |
| 243 | <Link> |
| 244 | <OutputFile>$(OutDir)python_d.exe</OutputFile> |
| 245 | <SubSystem>Console</SubSystem> |
Victor Stinner | 24e33ac | 2013-07-07 02:49:07 +0200 | [diff] [blame] | 246 | <StackReserveSize>4194304</StackReserveSize> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 247 | <BaseAddress>0x1d000000</BaseAddress> |
| 248 | </Link> |
| 249 | </ItemDefinitionGroup> |
| 250 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"> |
| 251 | <ClCompile> |
| 252 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 253 | <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 254 | <StringPooling>true</StringPooling> |
| 255 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 256 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 257 | <CompileAs>Default</CompileAs> |
| 258 | </ClCompile> |
| 259 | <ResourceCompile> |
| 260 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 261 | <Culture>0x0409</Culture> |
| 262 | </ResourceCompile> |
| 263 | <Link> |
| 264 | <OutputFile>$(OutDir)python.exe</OutputFile> |
| 265 | <SubSystem>Console</SubSystem> |
| 266 | <StackReserveSize>2000000</StackReserveSize> |
| 267 | <BaseAddress>0x1d000000</BaseAddress> |
| 268 | <ImportLibrary> |
| 269 | </ImportLibrary> |
| 270 | </Link> |
| 271 | </ItemDefinitionGroup> |
| 272 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'"> |
| 273 | <Midl> |
| 274 | <TargetEnvironment>X64</TargetEnvironment> |
| 275 | </Midl> |
| 276 | <ClCompile> |
| 277 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 278 | <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 279 | <StringPooling>true</StringPooling> |
| 280 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 281 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 282 | <CompileAs>Default</CompileAs> |
| 283 | </ClCompile> |
| 284 | <ResourceCompile> |
| 285 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 286 | <Culture>0x0409</Culture> |
| 287 | </ResourceCompile> |
| 288 | <Link> |
| 289 | <OutputFile>$(OutDir)python.exe</OutputFile> |
| 290 | <SubSystem>Console</SubSystem> |
| 291 | <StackReserveSize>2000000</StackReserveSize> |
| 292 | <BaseAddress>0x1d000000</BaseAddress> |
| 293 | <ImportLibrary> |
| 294 | </ImportLibrary> |
| 295 | <TargetMachine>MachineX64</TargetMachine> |
| 296 | </Link> |
| 297 | </ItemDefinitionGroup> |
| 298 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"> |
| 299 | <ClCompile> |
| 300 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 301 | <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 302 | <StringPooling>true</StringPooling> |
| 303 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 304 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 305 | <CompileAs>Default</CompileAs> |
| 306 | </ClCompile> |
| 307 | <ResourceCompile> |
| 308 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 309 | <Culture>0x0409</Culture> |
| 310 | </ResourceCompile> |
| 311 | <Link> |
| 312 | <OutputFile>$(OutDir)python.exe</OutputFile> |
| 313 | <SubSystem>Console</SubSystem> |
| 314 | <StackReserveSize>2000000</StackReserveSize> |
| 315 | <BaseAddress>0x1d000000</BaseAddress> |
| 316 | <ImportLibrary> |
| 317 | </ImportLibrary> |
| 318 | </Link> |
| 319 | </ItemDefinitionGroup> |
| 320 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'"> |
| 321 | <Midl> |
| 322 | <TargetEnvironment>X64</TargetEnvironment> |
| 323 | </Midl> |
| 324 | <ClCompile> |
| 325 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 326 | <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 327 | <StringPooling>true</StringPooling> |
| 328 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 329 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 330 | <CompileAs>Default</CompileAs> |
| 331 | </ClCompile> |
| 332 | <ResourceCompile> |
| 333 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 334 | <Culture>0x0409</Culture> |
| 335 | </ResourceCompile> |
| 336 | <Link> |
| 337 | <OutputFile>$(OutDir)python.exe</OutputFile> |
| 338 | <SubSystem>Console</SubSystem> |
| 339 | <StackReserveSize>2000000</StackReserveSize> |
| 340 | <BaseAddress>0x1d000000</BaseAddress> |
| 341 | <ImportLibrary> |
| 342 | </ImportLibrary> |
| 343 | <TargetMachine>MachineX64</TargetMachine> |
| 344 | </Link> |
| 345 | </ItemDefinitionGroup> |
| 346 | <ItemGroup> |
| 347 | <None Include="..\PC\pycon.ico" /> |
| 348 | </ItemGroup> |
| 349 | <ItemGroup> |
| 350 | <ResourceCompile Include="..\PC\python_exe.rc" /> |
| 351 | </ItemGroup> |
| 352 | <ItemGroup> |
| 353 | <ClCompile Include="..\Modules\python.c" /> |
| 354 | </ItemGroup> |
| 355 | <ItemGroup> |
| 356 | <ProjectReference Include="pythoncore.vcxproj"> |
| 357 | <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project> |
| 358 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| 359 | </ProjectReference> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 360 | </ItemGroup> |
| 361 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 362 | <ImportGroup Label="ExtensionTargets"> |
| 363 | </ImportGroup> |
Brian Curtin | 445ad99 | 2012-12-23 16:53:21 -0600 | [diff] [blame] | 364 | </Project> |