blob: 2df8a0c39f8b165aecf7b298d28bc03398532ffa [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>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{1D4B18D3-7C12-4ECB-9179-8531FF876CE6}</ProjectGuid>
23 <RootNamespace>pywlauncher</RootNamespace>
24 </PropertyGroup>
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27 <ConfigurationType>Application</ConfigurationType>
28 <UseDebugLibraries>true</UseDebugLibraries>
29 <CharacterSet>Unicode</CharacterSet>
30 </PropertyGroup>
31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
32 <ConfigurationType>Application</ConfigurationType>
33 <UseDebugLibraries>true</UseDebugLibraries>
34 <CharacterSet>Unicode</CharacterSet>
35 </PropertyGroup>
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
37 <ConfigurationType>Application</ConfigurationType>
38 <UseDebugLibraries>false</UseDebugLibraries>
39 <WholeProgramOptimization>true</WholeProgramOptimization>
40 <CharacterSet>Unicode</CharacterSet>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
43 <ConfigurationType>Application</ConfigurationType>
44 <UseDebugLibraries>false</UseDebugLibraries>
45 <WholeProgramOptimization>true</WholeProgramOptimization>
46 <CharacterSet>Unicode</CharacterSet>
47 </PropertyGroup>
48 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49 <ImportGroup Label="ExtensionSettings">
50 </ImportGroup>
51 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53 <Import Project="pyproject.props" />
54 <Import Project="debug.props" />
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 <Import Project="pyproject.props" />
59 <Import Project="debug.props" />
60 <Import Project="x64.props" />
61 </ImportGroup>
62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 <Import Project="pyproject.props" />
65 <Import Project="release.props" />
66 </ImportGroup>
67 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
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="release.props" />
71 <Import Project="x64.props" />
72 </ImportGroup>
73 <PropertyGroup Label="UserMacros" />
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
75 <TargetName>pyw_d</TargetName>
76 </PropertyGroup>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
78 <TargetName>pyw_d</TargetName>
79 </PropertyGroup>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
81 <TargetName>pyw</TargetName>
82 </PropertyGroup>
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
84 <TargetName>pyw</TargetName>
85 </PropertyGroup>
86 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87 <ClCompile>
88 <WarningLevel>Level3</WarningLevel>
89 <Optimization>Disabled</Optimization>
90 <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91 </ClCompile>
92 <Link>
93 <GenerateDebugInformation>true</GenerateDebugInformation>
94 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
95 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
96 <SubSystem>Windows</SubSystem>
97 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
98 </Link>
99 </ItemDefinitionGroup>
100 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
101 <ClCompile>
102 <WarningLevel>Level3</WarningLevel>
103 <Optimization>Disabled</Optimization>
104 <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105 </ClCompile>
106 <Link>
107 <GenerateDebugInformation>true</GenerateDebugInformation>
108 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
109 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
110 <SubSystem>Windows</SubSystem>
111 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
112 </Link>
113 </ItemDefinitionGroup>
114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
115 <ClCompile>
116 <WarningLevel>Level3</WarningLevel>
117 <Optimization>MaxSpeed</Optimization>
118 <FunctionLevelLinking>true</FunctionLevelLinking>
119 <IntrinsicFunctions>true</IntrinsicFunctions>
120 <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
121 </ClCompile>
122 <Link>
123 <GenerateDebugInformation>true</GenerateDebugInformation>
124 <EnableCOMDATFolding>true</EnableCOMDATFolding>
125 <OptimizeReferences>true</OptimizeReferences>
126 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
127 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
128 <SubSystem>Windows</SubSystem>
129 </Link>
130 </ItemDefinitionGroup>
131 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
132 <ClCompile>
133 <WarningLevel>Level3</WarningLevel>
134 <Optimization>MaxSpeed</Optimization>
135 <FunctionLevelLinking>true</FunctionLevelLinking>
136 <IntrinsicFunctions>true</IntrinsicFunctions>
137 <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138 </ClCompile>
139 <Link>
140 <GenerateDebugInformation>true</GenerateDebugInformation>
141 <EnableCOMDATFolding>true</EnableCOMDATFolding>
142 <OptimizeReferences>true</OptimizeReferences>
143 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
144 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
145 <SubSystem>Windows</SubSystem>
146 </Link>
147 </ItemDefinitionGroup>
148 <ItemGroup>
149 <ClCompile Include="..\PC\launcher.c" />
150 </ItemGroup>
151 <ItemGroup>
152 <None Include="..\PC\launcher.ico" />
153 </ItemGroup>
154 <ItemGroup>
155 <ResourceCompile Include="..\PC\pylauncher.rc" />
156 </ItemGroup>
157 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
158 <ImportGroup Label="ExtensionTargets">
159 </ImportGroup>
160</Project>