You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
3.6 KiB

  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|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="PGInstrument|ARM">
  17. <Configuration>PGInstrument</Configuration>
  18. <Platform>ARM</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="PGInstrument|Win32">
  21. <Configuration>PGInstrument</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="PGInstrument|x64">
  25. <Configuration>PGInstrument</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="PGUpdate|ARM">
  29. <Configuration>PGUpdate</Configuration>
  30. <Platform>ARM</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="PGUpdate|Win32">
  33. <Configuration>PGUpdate</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="PGUpdate|x64">
  37. <Configuration>PGUpdate</Configuration>
  38. <Platform>x64</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release|ARM">
  41. <Configuration>Release</Configuration>
  42. <Platform>ARM</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="Release|Win32">
  45. <Configuration>Release</Configuration>
  46. <Platform>Win32</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="Release|x64">
  49. <Configuration>Release</Configuration>
  50. <Platform>x64</Platform>
  51. </ProjectConfiguration>
  52. </ItemGroup>
  53. <PropertyGroup Label="Globals">
  54. <ProjectGuid>{A2697BD3-28C1-4AEC-9106-8B748639FD16}</ProjectGuid>
  55. <RootNamespace>_testbuffer</RootNamespace>
  56. <Keyword>Win32Proj</Keyword>
  57. <SupportPGO>false</SupportPGO>
  58. </PropertyGroup>
  59. <Import Project="python.props" />
  60. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  61. <PropertyGroup Label="Configuration">
  62. <ConfigurationType>DynamicLibrary</ConfigurationType>
  63. <CharacterSet>NotSet</CharacterSet>
  64. </PropertyGroup>
  65. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  66. <PropertyGroup>
  67. <TargetExt>.pyd</TargetExt>
  68. </PropertyGroup>
  69. <ImportGroup Label="ExtensionSettings">
  70. </ImportGroup>
  71. <ImportGroup Label="PropertySheets">
  72. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  73. <Import Project="pyproject.props" />
  74. </ImportGroup>
  75. <PropertyGroup Label="UserMacros" />
  76. <PropertyGroup>
  77. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <ClCompile Include="..\Modules\_testbuffer.c" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ResourceCompile Include="..\PC\python_nt.rc" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ProjectReference Include="pythoncore.vcxproj">
  87. <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  91. <ImportGroup Label="ExtensionTargets">
  92. </ImportGroup>
  93. </Project>