1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
4
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
<SchemaVersion>2.0</SchemaVersion>
6
<ProjectGuid>d78837dc-bf31-4fc4-88a5-7f2fadafa795</ProjectGuid>
7
<ProjectHome>.</ProjectHome>
8
<StartupFile>setup.py</StartupFile>
11
<WorkingDirectory>.</WorkingDirectory>
12
<OutputPath>.</OutputPath>
14
<RootNamespace>setup</RootNamespace>
15
<LaunchProvider>Standard Python launcher</LaunchProvider>
16
<CommandLineArguments>bdist_wheel --plat-name=win-amd64 --python-tag=cp311</CommandLineArguments>
18
<InterpreterArguments />
19
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
20
<IsWindowsApplication>False</IsWindowsApplication>
21
<InterpreterId>Global|PythonCore|3.11</InterpreterId>
23
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
24
<DebugSymbols>true</DebugSymbols>
25
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
27
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
28
<DebugSymbols>true</DebugSymbols>
29
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
32
<Compile Include="setup.py" />
35
<InterpreterReference Include="Global|PythonCore|3.11" />
37
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
38
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />