blob: ca517daa028c32b019e0d66ecc94d09d96bdd077 [file] [log] [blame]
Brian Curtin4bca2862012-06-20 16:11:39 -05001<?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">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
Martin v. Löwis8ca5a842012-06-26 09:18:14 +020012 <ProjectConfiguration Include="PGInstrument|Win32">
13 <Configuration>PGInstrument</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="PGInstrument|x64">
17 <Configuration>PGInstrument</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="PGUpdate|Win32">
21 <Configuration>PGUpdate</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="PGUpdate|x64">
25 <Configuration>PGUpdate</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
Brian Curtin4bca2862012-06-20 16:11:39 -050028 <ProjectConfiguration Include="Release|Win32">
29 <Configuration>Release</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 </ItemGroup>
37 <PropertyGroup Label="Globals">
38 <ProjectGuid>{1D4B18D3-7C12-4ECB-9179-8531FF876CE6}</ProjectGuid>
39 <RootNamespace>pywlauncher</RootNamespace>
40 </PropertyGroup>
41 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
43 <ConfigurationType>Application</ConfigurationType>
44 <UseDebugLibraries>true</UseDebugLibraries>
45 <CharacterSet>Unicode</CharacterSet>
46 </PropertyGroup>
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
48 <ConfigurationType>Application</ConfigurationType>
49 <UseDebugLibraries>true</UseDebugLibraries>
50 <CharacterSet>Unicode</CharacterSet>
51 </PropertyGroup>
52 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
53 <ConfigurationType>Application</ConfigurationType>
54 <UseDebugLibraries>false</UseDebugLibraries>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
56 <CharacterSet>Unicode</CharacterSet>
57 </PropertyGroup>
58 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
59 <ConfigurationType>Application</ConfigurationType>
60 <UseDebugLibraries>false</UseDebugLibraries>
61 <WholeProgramOptimization>true</WholeProgramOptimization>
62 <CharacterSet>Unicode</CharacterSet>
63 </PropertyGroup>
64 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
65 <ImportGroup Label="ExtensionSettings">
66 </ImportGroup>
67 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69 <Import Project="pyproject.props" />
70 <Import Project="debug.props" />
71 </ImportGroup>
72 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
73 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
74 <Import Project="pyproject.props" />
75 <Import Project="debug.props" />
76 <Import Project="x64.props" />
77 </ImportGroup>
78 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
80 <Import Project="pyproject.props" />
81 <Import Project="release.props" />
82 </ImportGroup>
83 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
84 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
85 <Import Project="pyproject.props" />
86 <Import Project="release.props" />
87 <Import Project="x64.props" />
88 </ImportGroup>
89 <PropertyGroup Label="UserMacros" />
90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
91 <TargetName>pyw_d</TargetName>
92 </PropertyGroup>
93 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
94 <TargetName>pyw_d</TargetName>
95 </PropertyGroup>
96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
97 <TargetName>pyw</TargetName>
98 </PropertyGroup>
99 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
100 <TargetName>pyw</TargetName>
101 </PropertyGroup>
Martin v. Löwis8ca5a842012-06-26 09:18:14 +0200102 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'">
103 <TargetName>pyw</TargetName>
104 </PropertyGroup>
105 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'">
106 <TargetName>pyw</TargetName>
107 </PropertyGroup>
Brian Curtin4bca2862012-06-20 16:11:39 -0500108 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
109 <ClCompile>
110 <WarningLevel>Level3</WarningLevel>
111 <Optimization>Disabled</Optimization>
112 <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113 </ClCompile>
114 <Link>
115 <GenerateDebugInformation>true</GenerateDebugInformation>
116 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
117 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
118 <SubSystem>Windows</SubSystem>
119 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
120 </Link>
121 </ItemDefinitionGroup>
122 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
123 <ClCompile>
124 <WarningLevel>Level3</WarningLevel>
125 <Optimization>Disabled</Optimization>
126 <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127 </ClCompile>
128 <Link>
129 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
131 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
132 <SubSystem>Windows</SubSystem>
133 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
134 </Link>
135 </ItemDefinitionGroup>
136 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
137 <ClCompile>
138 <WarningLevel>Level3</WarningLevel>
139 <Optimization>MaxSpeed</Optimization>
140 <FunctionLevelLinking>true</FunctionLevelLinking>
141 <IntrinsicFunctions>true</IntrinsicFunctions>
142 <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143 </ClCompile>
144 <Link>
145 <GenerateDebugInformation>true</GenerateDebugInformation>
146 <EnableCOMDATFolding>true</EnableCOMDATFolding>
147 <OptimizeReferences>true</OptimizeReferences>
148 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
149 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
150 <SubSystem>Windows</SubSystem>
151 </Link>
152 </ItemDefinitionGroup>
153 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
154 <ClCompile>
155 <WarningLevel>Level3</WarningLevel>
156 <Optimization>MaxSpeed</Optimization>
157 <FunctionLevelLinking>true</FunctionLevelLinking>
158 <IntrinsicFunctions>true</IntrinsicFunctions>
159 <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
160 </ClCompile>
161 <Link>
162 <GenerateDebugInformation>true</GenerateDebugInformation>
163 <EnableCOMDATFolding>true</EnableCOMDATFolding>
164 <OptimizeReferences>true</OptimizeReferences>
165 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
166 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
167 <SubSystem>Windows</SubSystem>
168 </Link>
169 </ItemDefinitionGroup>
Martin v. Löwis8ca5a842012-06-26 09:18:14 +0200170 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'">
171 <Link>
172 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
173 </Link>
174 </ItemDefinitionGroup>
175 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'">
176 <Link>
177 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
178 </Link>
179 </ItemDefinitionGroup>
180 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'">
181 <Link>
182 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
183 </Link>
184 </ItemDefinitionGroup>
185 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'">
186 <Link>
187 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
188 </Link>
189 </ItemDefinitionGroup>
Brian Curtin4bca2862012-06-20 16:11:39 -0500190 <ItemGroup>
191 <ClCompile Include="..\PC\launcher.c" />
192 </ItemGroup>
193 <ItemGroup>
194 <None Include="..\PC\launcher.ico" />
195 </ItemGroup>
196 <ItemGroup>
197 <ResourceCompile Include="..\PC\pylauncher.rc" />
198 </ItemGroup>
199 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
200 <ImportGroup Label="ExtensionTargets">
201 </ImportGroup>
202</Project>