blob: c97bb82c71b7e2268325ec57c5dd1ad378e070a2 [file] [log] [blame]
Brian Curtin765dd112012-06-20 15:37:24 -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>
Brian Curtind029e5d2012-06-20 15:55:04 -05008 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
Brian Curtin765dd112012-06-20 15:37:24 -050012 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
Brian Curtind029e5d2012-06-20 15:55:04 -050016 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
Brian Curtin765dd112012-06-20 15:37:24 -050020 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{7B2727B5-5A3F-40EE-A866-43A13CD31446}</ProjectGuid>
23 <RootNamespace>pylauncher</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>MultiByte</CharacterSet>
30 </PropertyGroup>
Brian Curtind029e5d2012-06-20 15:55:04 -050031 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
32 <ConfigurationType>Application</ConfigurationType>
33 <UseDebugLibraries>true</UseDebugLibraries>
34 <CharacterSet>MultiByte</CharacterSet>
35 </PropertyGroup>
Brian Curtin765dd112012-06-20 15:37:24 -050036 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
37 <ConfigurationType>Application</ConfigurationType>
38 <UseDebugLibraries>false</UseDebugLibraries>
39 <WholeProgramOptimization>true</WholeProgramOptimization>
40 <CharacterSet>MultiByte</CharacterSet>
41 </PropertyGroup>
Brian Curtind029e5d2012-06-20 15:55:04 -050042 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
43 <ConfigurationType>Application</ConfigurationType>
44 <UseDebugLibraries>false</UseDebugLibraries>
45 <WholeProgramOptimization>true</WholeProgramOptimization>
46 <CharacterSet>MultiByte</CharacterSet>
47 </PropertyGroup>
Brian Curtin765dd112012-06-20 15:37:24 -050048 <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>
Brian Curtind029e5d2012-06-20 15:55:04 -050056 <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>
Brian Curtin765dd112012-06-20 15:37:24 -050062 <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" />
Brian Curtina7de6122012-06-20 15:45:12 -050064 <Import Project="pyproject.props" />
65 <Import Project="release.props" />
Brian Curtin765dd112012-06-20 15:37:24 -050066 </ImportGroup>
Brian Curtind029e5d2012-06-20 15:55:04 -050067 <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>
Brian Curtin765dd112012-06-20 15:37:24 -050073 <PropertyGroup Label="UserMacros" />
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
75 <TargetName>py_d</TargetName>
76 </PropertyGroup>
Brian Curtind029e5d2012-06-20 15:55:04 -050077 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
78 <TargetName>py_d</TargetName>
79 </PropertyGroup>
Brian Curtina7de6122012-06-20 15:45:12 -050080 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
81 <TargetName>py</TargetName>
82 </PropertyGroup>
Brian Curtind029e5d2012-06-20 15:55:04 -050083 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
84 <TargetName>py</TargetName>
85 </PropertyGroup>
Brian Curtin765dd112012-06-20 15:37:24 -050086 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87 <ClCompile>
88 <WarningLevel>Level3</WarningLevel>
89 <Optimization>Disabled</Optimization>
90 <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91 </ClCompile>
92 <Link>
93 <GenerateDebugInformation>true</GenerateDebugInformation>
94 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
95 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
96 <SubSystem>Console</SubSystem>
Brian Curtind029e5d2012-06-20 15:55:04 -050097 <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>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105 </ClCompile>
106 <Link>
107 <GenerateDebugInformation>true</GenerateDebugInformation>
108 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
109 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
110 <SubSystem>Console</SubSystem>
111 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
Brian Curtin765dd112012-06-20 15:37:24 -0500112 </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>
Brian Curtina7de6122012-06-20 15:45:12 -0500120 <PreprocessorDefinitions>_CONSOLE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Brian Curtin765dd112012-06-20 15:37:24 -0500121 </ClCompile>
122 <Link>
123 <GenerateDebugInformation>true</GenerateDebugInformation>
124 <EnableCOMDATFolding>true</EnableCOMDATFolding>
125 <OptimizeReferences>true</OptimizeReferences>
Brian Curtina7de6122012-06-20 15:45:12 -0500126 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
127 <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
128 <SubSystem>Console</SubSystem>
Brian Curtin765dd112012-06-20 15:37:24 -0500129 </Link>
130 </ItemDefinitionGroup>
Brian Curtind029e5d2012-06-20 15:55:04 -0500131 <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>_CONSOLE;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>Console</SubSystem>
146 </Link>
147 </ItemDefinitionGroup>
Brian Curtin765dd112012-06-20 15:37:24 -0500148 <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>