blob: 0c7664bf70b00e5fe44c21efe0e01876c0036809 [file] [log] [blame]
Steve Dower1c3de542018-12-10 08:11:21 -08001<?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 Monson8a1657b2019-02-14 08:31:30 -08004 <ProjectConfiguration Include="Debug|ARM">
5 <Configuration>Debug</Configuration>
6 <Platform>ARM</Platform>
7 </ProjectConfiguration>
Steve Dower1c3de542018-12-10 08:11:21 -08008 <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>
Paul Monson8a1657b2019-02-14 08:31:30 -080016 <ProjectConfiguration Include="PGInstrument|ARM">
17 <Configuration>PGInstrument</Configuration>
18 <Platform>ARM</Platform>
19 </ProjectConfiguration>
Steve Dower1c3de542018-12-10 08:11:21 -080020 <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>
Paul Monson8a1657b2019-02-14 08:31:30 -080028 <ProjectConfiguration Include="PGUpdate|ARM">
29 <Configuration>PGUpdate</Configuration>
30 <Platform>ARM</Platform>
31 </ProjectConfiguration>
Steve Dower1c3de542018-12-10 08:11:21 -080032 <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>
Paul Monson8a1657b2019-02-14 08:31:30 -080040 <ProjectConfiguration Include="Release|ARM">
41 <Configuration>Release</Configuration>
42 <Platform>ARM</Platform>
43 </ProjectConfiguration>
Steve Dower1c3de542018-12-10 08:11:21 -080044 <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>{FDB84CBB-2FB6-47C8-A2D6-091E0833239D}</ProjectGuid>
55 <RootNamespace>venvwlauncher</RootNamespace>
56 <TargetName>venvwlauncher</TargetName>
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>Application</ConfigurationType>
63 <CharacterSet>MultiByte</CharacterSet>
64 </PropertyGroup>
65 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
66 <ImportGroup Label="ExtensionSettings">
67 </ImportGroup>
68 <PropertyGroup>
69 <MakeVersionInfoBeforeTarget>ClCompile</MakeVersionInfoBeforeTarget>
70 </PropertyGroup>
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 <ItemDefinitionGroup>
77 <ClCompile>
78 <PreprocessorDefinitions>_WINDOWS;VENV_REDIRECT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
79 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
80 </ClCompile>
81 <ResourceCompile>
82 <PreprocessorDefinitions>PYW_ICON;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83 </ResourceCompile>
84 <Link>
85 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
86 <SubSystem>Windows</SubSystem>
87 </Link>
88 </ItemDefinitionGroup>
89 <ItemGroup>
90 <ClCompile Include="..\PC\launcher.c" />
91 </ItemGroup>
92 <ItemGroup>
93 <None Include="..\PC\launcher.ico" />
94 </ItemGroup>
95 <ItemGroup>
96 <ResourceCompile Include="..\PC\pylauncher.rc" />
97 </ItemGroup>
98 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
99 <ImportGroup Label="ExtensionTargets">
100 </ImportGroup>
101</Project>