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>{F4229CC3-873C-49AE-9729-DD308ED4CD4A}</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 | </PropertyGroup> |
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" Label="Configuration"> |
| 46 | <ConfigurationType>Application</ConfigurationType> |
| 47 | <UseOfMfc>false</UseOfMfc> |
| 48 | </PropertyGroup> |
| 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 50 | <ConfigurationType>Application</ConfigurationType> |
| 51 | <UseOfMfc>false</UseOfMfc> |
| 52 | </PropertyGroup> |
| 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 54 | <ConfigurationType>Application</ConfigurationType> |
| 55 | <UseOfMfc>false</UseOfMfc> |
| 56 | <CharacterSet>NotSet</CharacterSet> |
| 57 | </PropertyGroup> |
| 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" Label="Configuration"> |
| 59 | <ConfigurationType>Application</ConfigurationType> |
| 60 | <UseOfMfc>false</UseOfMfc> |
| 61 | </PropertyGroup> |
| 62 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" Label="Configuration"> |
| 63 | <ConfigurationType>Application</ConfigurationType> |
| 64 | <UseOfMfc>false</UseOfMfc> |
| 65 | </PropertyGroup> |
| 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 67 | <ConfigurationType>Application</ConfigurationType> |
| 68 | <UseOfMfc>false</UseOfMfc> |
| 69 | </PropertyGroup> |
| 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 71 | <ConfigurationType>Application</ConfigurationType> |
| 72 | <UseOfMfc>false</UseOfMfc> |
| 73 | </PropertyGroup> |
| 74 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 75 | <ImportGroup Label="ExtensionSettings"> |
| 76 | </ImportGroup> |
| 77 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" Label="PropertySheets"> |
| 78 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 79 | <Import Project="pyproject.props" /> |
| 80 | <Import Project="release.props" /> |
| 81 | <Import Project="pgupdate.props" /> |
| 82 | </ImportGroup> |
| 83 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" Label="PropertySheets"> |
| 84 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 85 | <Import Project="pyproject.props" /> |
| 86 | <Import Project="release.props" /> |
| 87 | <Import Project="pginstrument.props" /> |
| 88 | </ImportGroup> |
| 89 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 90 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 91 | <Import Project="pyproject.props" /> |
| 92 | <Import Project="release.props" /> |
| 93 | </ImportGroup> |
| 94 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 95 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 96 | <Import Project="pyproject.props" /> |
| 97 | <Import Project="debug.props" /> |
| 98 | </ImportGroup> |
| 99 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" Label="PropertySheets"> |
| 100 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 101 | <Import Project="pyproject.props" /> |
| 102 | <Import Project="x64.props" /> |
| 103 | <Import Project="release.props" /> |
| 104 | <Import Project="pgupdate.props" /> |
| 105 | </ImportGroup> |
| 106 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|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="pginstrument.props" /> |
| 112 | </ImportGroup> |
| 113 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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 | </ImportGroup> |
| 119 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 120 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 121 | <Import Project="pyproject.props" /> |
| 122 | <Import Project="x64.props" /> |
| 123 | <Import Project="debug.props" /> |
| 124 | </ImportGroup> |
| 125 | <PropertyGroup Label="UserMacros" /> |
| 126 | <PropertyGroup> |
| 127 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 128 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 129 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
| 130 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
| 131 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 132 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
| 133 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
| 134 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 135 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" /> |
| 136 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" /> |
| 137 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 138 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" /> |
| 139 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" /> |
| 140 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 141 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" /> |
| 142 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" /> |
| 143 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 144 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" /> |
| 145 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" /> |
| 146 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 147 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
| 148 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
| 149 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 150 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
| 151 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 152 | </PropertyGroup> |
| 153 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 154 | <ClCompile> |
| 155 | <Optimization>Disabled</Optimization> |
| 156 | <IntrinsicFunctions>false</IntrinsicFunctions> |
| 157 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 158 | <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 159 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 160 | <CompileAs>Default</CompileAs> |
| 161 | </ClCompile> |
| 162 | <ResourceCompile> |
| 163 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 164 | <Culture>0x0409</Culture> |
| 165 | </ResourceCompile> |
| 166 | <Link> |
| 167 | <OutputFile>$(OutDir)pythonw_d.exe</OutputFile> |
| 168 | <StackReserveSize>2000000</StackReserveSize> |
| 169 | <BaseAddress>0x1d000000</BaseAddress> |
| 170 | <TargetMachine>MachineX86</TargetMachine> |
| 171 | </Link> |
| 172 | </ItemDefinitionGroup> |
| 173 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 174 | <Midl> |
| 175 | <TargetEnvironment>X64</TargetEnvironment> |
| 176 | </Midl> |
| 177 | <ClCompile> |
| 178 | <Optimization>Disabled</Optimization> |
| 179 | <IntrinsicFunctions>false</IntrinsicFunctions> |
| 180 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 181 | <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 182 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 183 | <CompileAs>Default</CompileAs> |
| 184 | </ClCompile> |
| 185 | <ResourceCompile> |
| 186 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 187 | <Culture>0x0409</Culture> |
| 188 | </ResourceCompile> |
| 189 | <Link> |
| 190 | <OutputFile>$(OutDir)pythonw_d.exe</OutputFile> |
| 191 | <StackReserveSize>2000000</StackReserveSize> |
| 192 | <BaseAddress>0x1d000000</BaseAddress> |
| 193 | </Link> |
| 194 | </ItemDefinitionGroup> |
| 195 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 196 | <ClCompile> |
| 197 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 198 | <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 199 | <StringPooling>true</StringPooling> |
| 200 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 201 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 202 | <CompileAs>Default</CompileAs> |
| 203 | </ClCompile> |
| 204 | <ResourceCompile> |
| 205 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 206 | <Culture>0x0409</Culture> |
| 207 | </ResourceCompile> |
| 208 | <Link> |
| 209 | <OutputFile>$(OutDir)pythonw.exe</OutputFile> |
| 210 | <StackReserveSize>2000000</StackReserveSize> |
| 211 | <BaseAddress>0x1d000000</BaseAddress> |
| 212 | <TargetMachine>MachineX86</TargetMachine> |
| 213 | </Link> |
| 214 | </ItemDefinitionGroup> |
| 215 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 216 | <Midl> |
| 217 | <TargetEnvironment>X64</TargetEnvironment> |
| 218 | </Midl> |
| 219 | <ClCompile> |
| 220 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 221 | <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 222 | <StringPooling>true</StringPooling> |
| 223 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 224 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 225 | <CompileAs>Default</CompileAs> |
| 226 | </ClCompile> |
| 227 | <ResourceCompile> |
| 228 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 229 | <Culture>0x0409</Culture> |
| 230 | </ResourceCompile> |
| 231 | <Link> |
| 232 | <OutputFile>$(OutDir)pythonw.exe</OutputFile> |
| 233 | <StackReserveSize>2000000</StackReserveSize> |
| 234 | <BaseAddress>0x1d000000</BaseAddress> |
| 235 | </Link> |
| 236 | </ItemDefinitionGroup> |
| 237 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"> |
| 238 | <ClCompile> |
| 239 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 240 | <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 241 | <StringPooling>true</StringPooling> |
| 242 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 243 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 244 | <CompileAs>Default</CompileAs> |
| 245 | </ClCompile> |
| 246 | <ResourceCompile> |
| 247 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 248 | <Culture>0x0409</Culture> |
| 249 | </ResourceCompile> |
| 250 | <Link> |
| 251 | <OutputFile>$(OutDir)pythonw.exe</OutputFile> |
| 252 | <StackReserveSize>2000000</StackReserveSize> |
| 253 | <BaseAddress>0x1d000000</BaseAddress> |
| 254 | <ImportLibrary> |
| 255 | </ImportLibrary> |
| 256 | <TargetMachine>MachineX86</TargetMachine> |
| 257 | </Link> |
| 258 | </ItemDefinitionGroup> |
| 259 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'"> |
| 260 | <Midl> |
| 261 | <TargetEnvironment>X64</TargetEnvironment> |
| 262 | </Midl> |
| 263 | <ClCompile> |
| 264 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 265 | <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 266 | <StringPooling>true</StringPooling> |
| 267 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 268 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 269 | <CompileAs>Default</CompileAs> |
| 270 | </ClCompile> |
| 271 | <ResourceCompile> |
| 272 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 273 | <Culture>0x0409</Culture> |
| 274 | </ResourceCompile> |
| 275 | <Link> |
| 276 | <OutputFile>$(OutDir)pythonw.exe</OutputFile> |
| 277 | <StackReserveSize>2000000</StackReserveSize> |
| 278 | <BaseAddress>0x1d000000</BaseAddress> |
| 279 | <ImportLibrary> |
| 280 | </ImportLibrary> |
| 281 | <TargetMachine>MachineX64</TargetMachine> |
| 282 | </Link> |
| 283 | </ItemDefinitionGroup> |
| 284 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"> |
| 285 | <ClCompile> |
| 286 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 287 | <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 288 | <StringPooling>true</StringPooling> |
| 289 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 290 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 291 | <CompileAs>Default</CompileAs> |
| 292 | </ClCompile> |
| 293 | <ResourceCompile> |
| 294 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 295 | <Culture>0x0409</Culture> |
| 296 | </ResourceCompile> |
| 297 | <Link> |
| 298 | <OutputFile>$(OutDir)pythonw.exe</OutputFile> |
| 299 | <StackReserveSize>2000000</StackReserveSize> |
| 300 | <BaseAddress>0x1d000000</BaseAddress> |
| 301 | <ImportLibrary> |
| 302 | </ImportLibrary> |
| 303 | <TargetMachine>MachineX86</TargetMachine> |
| 304 | </Link> |
| 305 | </ItemDefinitionGroup> |
| 306 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'"> |
| 307 | <Midl> |
| 308 | <TargetEnvironment>X64</TargetEnvironment> |
| 309 | </Midl> |
| 310 | <ClCompile> |
| 311 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 312 | <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 313 | <StringPooling>true</StringPooling> |
| 314 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 315 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 316 | <CompileAs>Default</CompileAs> |
| 317 | </ClCompile> |
| 318 | <ResourceCompile> |
| 319 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 320 | <Culture>0x0409</Culture> |
| 321 | </ResourceCompile> |
| 322 | <Link> |
| 323 | <OutputFile>$(OutDir)pythonw.exe</OutputFile> |
| 324 | <StackReserveSize>2000000</StackReserveSize> |
| 325 | <BaseAddress>0x1d000000</BaseAddress> |
| 326 | <ImportLibrary> |
| 327 | </ImportLibrary> |
| 328 | <TargetMachine>MachineX64</TargetMachine> |
| 329 | </Link> |
| 330 | </ItemDefinitionGroup> |
| 331 | <ItemGroup> |
| 332 | <ResourceCompile Include="..\PC\python_exe.rc" /> |
| 333 | </ItemGroup> |
| 334 | <ItemGroup> |
| 335 | <ClCompile Include="..\PC\WinMain.c" /> |
| 336 | </ItemGroup> |
| 337 | <ItemGroup> |
| 338 | <ProjectReference Include="pythoncore.vcxproj"> |
| 339 | <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project> |
| 340 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| 341 | </ProjectReference> |
| 342 | </ItemGroup> |
| 343 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 344 | <ImportGroup Label="ExtensionTargets"> |
| 345 | </ImportGroup> |
| 346 | </Project> |