<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <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> <CommandLineArguments>bdist_zip --plat-name=win32</CommandLineArguments> <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" /> </Project>