2014-11-06 17:13:23 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-04-13 15:04:55 +08:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
2014-11-06 17:13:23 +08:00
|
|
|
<PropertyGroup>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
<ProjectGuid>d78837dc-bf31-4fc4-88a5-7f2fadafa795</ProjectGuid>
|
|
|
|
<ProjectHome>.</ProjectHome>
|
|
|
|
<StartupFile>setup.py</StartupFile>
|
|
|
|
<SearchPath>
|
|
|
|
</SearchPath>
|
|
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
|
|
<OutputPath>.</OutputPath>
|
|
|
|
<Name>setup</Name>
|
|
|
|
<RootNamespace>setup</RootNamespace>
|
|
|
|
<LaunchProvider>Standard Python launcher</LaunchProvider>
|
2015-04-13 20:08:27 +08:00
|
|
|
<CommandLineArguments>bdist_zip --plat-name=win32</CommandLineArguments>
|
2014-11-06 17:13:23 +08:00
|
|
|
<InterpreterPath />
|
|
|
|
<InterpreterArguments />
|
|
|
|
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="setup.py" />
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
|
2018-04-16 03:16:04 +08:00
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
|
2014-11-06 17:13:23 +08:00
|
|
|
</Project>
|