Brian Curtin | 4bca286 | 2012-06-20 16:11:39 -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"> |
Paul Monson | 8a1657b | 2019-02-14 08:31:30 -0800 | [diff] [blame] | 4 | <ProjectConfiguration Include="Debug|ARM"> |
| 5 | <Configuration>Debug</Configuration> |
| 6 | <Platform>ARM</Platform> |
| 7 | </ProjectConfiguration> |
Paul Monson | f96e7fd | 2019-05-17 10:07:24 -0700 | [diff] [blame] | 8 | <ProjectConfiguration Include="Debug|ARM64"> |
| 9 | <Configuration>Debug</Configuration> |
| 10 | <Platform>ARM64</Platform> |
| 11 | </ProjectConfiguration> |
Brian Curtin | 4bca286 | 2012-06-20 16:11:39 -0500 | [diff] [blame] | 12 | <ProjectConfiguration Include="Debug|Win32"> |
| 13 | <Configuration>Debug</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="Debug|x64"> |
| 17 | <Configuration>Debug</Configuration> |
| 18 | <Platform>x64</Platform> |
| 19 | </ProjectConfiguration> |
Paul Monson | 8a1657b | 2019-02-14 08:31:30 -0800 | [diff] [blame] | 20 | <ProjectConfiguration Include="PGInstrument|ARM"> |
| 21 | <Configuration>PGInstrument</Configuration> |
| 22 | <Platform>ARM</Platform> |
| 23 | </ProjectConfiguration> |
Paul Monson | f96e7fd | 2019-05-17 10:07:24 -0700 | [diff] [blame] | 24 | <ProjectConfiguration Include="PGInstrument|ARM64"> |
| 25 | <Configuration>PGInstrument</Configuration> |
| 26 | <Platform>ARM64</Platform> |
| 27 | </ProjectConfiguration> |
Martin v. Löwis | 8ca5a84 | 2012-06-26 09:18:14 +0200 | [diff] [blame] | 28 | <ProjectConfiguration Include="PGInstrument|Win32"> |
| 29 | <Configuration>PGInstrument</Configuration> |
| 30 | <Platform>Win32</Platform> |
| 31 | </ProjectConfiguration> |
| 32 | <ProjectConfiguration Include="PGInstrument|x64"> |
| 33 | <Configuration>PGInstrument</Configuration> |
| 34 | <Platform>x64</Platform> |
| 35 | </ProjectConfiguration> |
Paul Monson | 8a1657b | 2019-02-14 08:31:30 -0800 | [diff] [blame] | 36 | <ProjectConfiguration Include="PGUpdate|ARM"> |
| 37 | <Configuration>PGUpdate</Configuration> |
| 38 | <Platform>ARM</Platform> |
| 39 | </ProjectConfiguration> |
Paul Monson | f96e7fd | 2019-05-17 10:07:24 -0700 | [diff] [blame] | 40 | <ProjectConfiguration Include="PGUpdate|ARM64"> |
| 41 | <Configuration>PGUpdate</Configuration> |
| 42 | <Platform>ARM64</Platform> |
| 43 | </ProjectConfiguration> |
Martin v. Löwis | 8ca5a84 | 2012-06-26 09:18:14 +0200 | [diff] [blame] | 44 | <ProjectConfiguration Include="PGUpdate|Win32"> |
| 45 | <Configuration>PGUpdate</Configuration> |
| 46 | <Platform>Win32</Platform> |
| 47 | </ProjectConfiguration> |
| 48 | <ProjectConfiguration Include="PGUpdate|x64"> |
| 49 | <Configuration>PGUpdate</Configuration> |
| 50 | <Platform>x64</Platform> |
| 51 | </ProjectConfiguration> |
Paul Monson | 8a1657b | 2019-02-14 08:31:30 -0800 | [diff] [blame] | 52 | <ProjectConfiguration Include="Release|ARM"> |
| 53 | <Configuration>Release</Configuration> |
| 54 | <Platform>ARM</Platform> |
| 55 | </ProjectConfiguration> |
Paul Monson | f96e7fd | 2019-05-17 10:07:24 -0700 | [diff] [blame] | 56 | <ProjectConfiguration Include="Release|ARM64"> |
| 57 | <Configuration>Release</Configuration> |
| 58 | <Platform>ARM64</Platform> |
| 59 | </ProjectConfiguration> |
Brian Curtin | 4bca286 | 2012-06-20 16:11:39 -0500 | [diff] [blame] | 60 | <ProjectConfiguration Include="Release|Win32"> |
| 61 | <Configuration>Release</Configuration> |
| 62 | <Platform>Win32</Platform> |
| 63 | </ProjectConfiguration> |
| 64 | <ProjectConfiguration Include="Release|x64"> |
| 65 | <Configuration>Release</Configuration> |
| 66 | <Platform>x64</Platform> |
| 67 | </ProjectConfiguration> |
| 68 | </ItemGroup> |
| 69 | <PropertyGroup Label="Globals"> |
| 70 | <ProjectGuid>{1D4B18D3-7C12-4ECB-9179-8531FF876CE6}</ProjectGuid> |
| 71 | <RootNamespace>pywlauncher</RootNamespace> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 72 | <TargetName>pyw</TargetName> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 73 | <SupportPGO>false</SupportPGO> |
Brian Curtin | 4bca286 | 2012-06-20 16:11:39 -0500 | [diff] [blame] | 74 | </PropertyGroup> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 75 | <Import Project="python.props" /> |
Brian Curtin | 4bca286 | 2012-06-20 16:11:39 -0500 | [diff] [blame] | 76 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 77 | <PropertyGroup Label="Configuration"> |
Brian Curtin | 4bca286 | 2012-06-20 16:11:39 -0500 | [diff] [blame] | 78 | <ConfigurationType>Application</ConfigurationType> |
Martin v. Löwis | 3234cc8 | 2012-08-24 15:06:50 +0200 | [diff] [blame] | 79 | <CharacterSet>Unicode</CharacterSet> |
| 80 | </PropertyGroup> |
Brian Curtin | 4bca286 | 2012-06-20 16:11:39 -0500 | [diff] [blame] | 81 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 82 | <ImportGroup Label="ExtensionSettings"> |
| 83 | </ImportGroup> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 84 | <PropertyGroup> |
| 85 | <MakeVersionInfoBeforeTarget>ClCompile</MakeVersionInfoBeforeTarget> |
| 86 | </PropertyGroup> |
| 87 | <ImportGroup Label="PropertySheets"> |
Brian Curtin | 4bca286 | 2012-06-20 16:11:39 -0500 | [diff] [blame] | 88 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 89 | <Import Project="pyproject.props" /> |
Martin v. Löwis | 3234cc8 | 2012-08-24 15:06:50 +0200 | [diff] [blame] | 90 | </ImportGroup> |
Brian Curtin | 4bca286 | 2012-06-20 16:11:39 -0500 | [diff] [blame] | 91 | <PropertyGroup Label="UserMacros" /> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 92 | <ItemDefinitionGroup> |
Brian Curtin | 4bca286 | 2012-06-20 16:11:39 -0500 | [diff] [blame] | 93 | <ClCompile> |
Brian Curtin | 4bca286 | 2012-06-20 16:11:39 -0500 | [diff] [blame] | 94 | <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 95 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
Brian Curtin | 4bca286 | 2012-06-20 16:11:39 -0500 | [diff] [blame] | 96 | </ClCompile> |
| 97 | <Link> |
Brian Curtin | 4bca286 | 2012-06-20 16:11:39 -0500 | [diff] [blame] | 98 | <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 99 | <SubSystem>Windows</SubSystem> |
| 100 | </Link> |
| 101 | </ItemDefinitionGroup> |
Brian Curtin | 4bca286 | 2012-06-20 16:11:39 -0500 | [diff] [blame] | 102 | <ItemGroup> |
| 103 | <ClCompile Include="..\PC\launcher.c" /> |
| 104 | </ItemGroup> |
| 105 | <ItemGroup> |
| 106 | <None Include="..\PC\launcher.ico" /> |
| 107 | </ItemGroup> |
| 108 | <ItemGroup> |
| 109 | <ResourceCompile Include="..\PC\pylauncher.rc" /> |
| 110 | </ItemGroup> |
| 111 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 112 | <ImportGroup Label="ExtensionTargets"> |
| 113 | </ImportGroup> |
Martin v. Löwis | 3234cc8 | 2012-08-24 15:06:50 +0200 | [diff] [blame] | 114 | </Project> |