Visual C++ Projects: Split the Property Sheets
[atk.git] / build / win32 / vs10 / atk.vcxprojin
blobb2fc326d575ab701a20ae45d98e7dea88548c5a3
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">
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>{86EACD59-F69F-4AAD-854B-AA03D5447360}</ProjectGuid>
23     <RootNamespace>atk</RootNamespace>
24     <Keyword>Win32Proj</Keyword>
25   </PropertyGroup>
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
28     <ConfigurationType>DynamicLibrary</ConfigurationType>
29     <CharacterSet>MultiByte</CharacterSet>
30     <WholeProgramOptimization>true</WholeProgramOptimization>
31     <PlatformToolset>v100</PlatformToolset>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34     <ConfigurationType>DynamicLibrary</ConfigurationType>
35     <CharacterSet>MultiByte</CharacterSet>
36     <PlatformToolset>v100</PlatformToolset>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39     <ConfigurationType>DynamicLibrary</ConfigurationType>
40     <CharacterSet>MultiByte</CharacterSet>
41     <PlatformToolset>v100</PlatformToolset>
42   </PropertyGroup>
43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
44     <ConfigurationType>DynamicLibrary</ConfigurationType>
45     <CharacterSet>MultiByte</CharacterSet>
46     <PlatformToolset>v100</PlatformToolset>
47   </PropertyGroup>
48   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49   <ImportGroup Label="ExtensionSettings">
50   </ImportGroup>
51   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
52     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53     <Import Project="atk-gen-src.props" />
54   </ImportGroup>
55   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
56     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57     <Import Project="atk-gen-src.props" />
58   </ImportGroup>
59   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61     <Import Project="atk-gen-src.props" />
62   </ImportGroup>
63   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65     <Import Project="atk-gen-src.props" />
66   </ImportGroup>
67   <PropertyGroup Label="UserMacros" />
68   <PropertyGroup>
69     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
70     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
71     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
72     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</LinkIncremental>
73   </PropertyGroup>
74   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
75     <ClCompile>
76       <Optimization>Disabled</Optimization>
77       <PreprocessorDefinitions>_DEBUG;$(AtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
78       <MinimalRebuild>true</MinimalRebuild>
79       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
80       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
81       <PrecompiledHeader>
82       </PrecompiledHeader>
83       <WarningLevel>Level3</WarningLevel>
84       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
85     </ClCompile>
86     <Link>
87       <OutputFile>$(OutDir)$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll</OutputFile>
88       <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
89       <ModuleDefinitionFile>$(IntDir)\atk.def</ModuleDefinitionFile>
90       <GenerateDebugInformation>true</GenerateDebugInformation>
91       <SubSystem>Windows</SubSystem>
92       <ImportLibrary>$(OutDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
93       <TargetMachine>MachineX86</TargetMachine>
94     </Link>
95   </ItemDefinitionGroup>
96   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
97     <ClCompile>
98       <Optimization>MaxSpeed</Optimization>
99       <IntrinsicFunctions>true</IntrinsicFunctions>
100       <PreprocessorDefinitions>$(AtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
101       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
102       <FunctionLevelLinking>true</FunctionLevelLinking>
103       <PrecompiledHeader>
104       </PrecompiledHeader>
105       <WarningLevel>Level3</WarningLevel>
106       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
107     </ClCompile>
108     <Link>
109       <OutputFile>$(OutDir)$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll</OutputFile>
110       <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
111       <ModuleDefinitionFile>$(IntDir)\atk.def</ModuleDefinitionFile>
112       <GenerateDebugInformation>true</GenerateDebugInformation>
113       <SubSystem>Windows</SubSystem>
114       <OptimizeReferences>true</OptimizeReferences>
115       <EnableCOMDATFolding>true</EnableCOMDATFolding>
116       <ImportLibrary>$(OutDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
117       <TargetMachine>MachineX86</TargetMachine>
118     </Link>
119   </ItemDefinitionGroup>
120   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
121     <ClCompile>
122       <Optimization>Disabled</Optimization>
123       <PreprocessorDefinitions>_DEBUG;$(AtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
124       <MinimalRebuild>true</MinimalRebuild>
125       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
126       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
127       <PrecompiledHeader>
128       </PrecompiledHeader>
129       <WarningLevel>Level3</WarningLevel>
130       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
131     </ClCompile>
132     <Link>
133       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
134       <OutputFile>$(OutDir)$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll</OutputFile>
135       <ModuleDefinitionFile>$(IntDir)\atk.def</ModuleDefinitionFile>
136       <GenerateDebugInformation>true</GenerateDebugInformation>
137       <SubSystem>Windows</SubSystem>
138       <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
139       <TargetMachine>MachineX64</TargetMachine>
140     </Link>
141   </ItemDefinitionGroup>
142   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
143     <ClCompile>
144       <PreprocessorDefinitions>$(AtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
145       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
146       <PrecompiledHeader>
147       </PrecompiledHeader>
148       <WarningLevel>Level3</WarningLevel>
149       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
150     </ClCompile>
151     <Link>
152       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
153       <OutputFile>$(OutDir)$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll</OutputFile>
154       <ModuleDefinitionFile>$(IntDir)\atk.def</ModuleDefinitionFile>
155       <GenerateDebugInformation>true</GenerateDebugInformation>
156       <SubSystem>Windows</SubSystem>
157       <OptimizeReferences>true</OptimizeReferences>
158       <EnableCOMDATFolding>true</EnableCOMDATFolding>
159       <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
160       <TargetMachine>MachineX64</TargetMachine>
161     </Link>
162   </ItemDefinitionGroup>
163   <ItemGroup>
164 #include "libatk.vs10.sourcefiles"
165   </ItemGroup>
166   <ItemGroup>
167     <CustomBuild Include="..\..\..\config.h.win32">
168       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Copying config.h from config.h.win32...</Message>
169       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GenConfigH)</Command>
170       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\..\config.h;%(Outputs)</Outputs>
171       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Copying config.h from config.h.win32...</Message>
172       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GenConfigH)</Command>
173       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\..\config.h;%(Outputs)</Outputs>
174       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Copying config.h from config.h.win32...</Message>
175       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GenConfigH)</Command>
176       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\config.h;%(Outputs)</Outputs>
177       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Copying config.h from config.h.win32...</Message>
178       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GenConfigH)</Command>
179       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\..\config.h;%(Outputs)</Outputs>
180     </CustomBuild>
181     <CustomBuild Include="..\..\..\atk\atkmarshal.list">
182       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating Marshalling Sources...</Message>
183       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GenMarshalSrc)</Command>
184       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\..\atk\atkmarshal.h;..\..\..\atk\atkmarshal.c;%(Outputs)</Outputs>
185       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generating Marshalling Sources...</Message>
186       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GenMarshalSrc)</Command>
187       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\..\atk\atkmarshal.h;..\..\..\atk\atkmarshal.c;%(Outputs)</Outputs>
188       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating Marshalling Sources...</Message>
189       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GenMarshalSrc)</Command>
190       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\atk\atkmarshal.h;..\..\..\atk\atkmarshal.c;%(Outputs)</Outputs>
191       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generating Marshalling Sources...</Message>
192       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GenMarshalSrc)</Command>
193       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\..\atk\atkmarshal.h;..\..\..\atk\atkmarshal.c;%(Outputs)</Outputs>
194     </CustomBuild>
195     <CustomBuild Include="..\..\..\atk\atk.symbols">
196       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating atk.def...</Message>
197       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GenerateAtkDef)</Command>
198       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)atk.def;%(Outputs)</Outputs>
199       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generating atk.def...</Message>
200       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GenerateAtkDef)</Command>
201       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)atk.def;%(Outputs)</Outputs>
202       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating atk.def...</Message>
203       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GenerateAtkDef)</Command>
204       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)atk.def;%(Outputs)</Outputs>
205       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generating atk.def...</Message>
206       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GenerateAtkDef)</Command>
207       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)atk.def;%(Outputs)</Outputs>
208     </CustomBuild>
209   </ItemGroup>
210   <ItemGroup>
211     <ResourceCompile Include="..\..\..\atk\atk.rc" />
212   </ItemGroup>
213   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
214   <ImportGroup Label="ExtensionTargets">
215   </ImportGroup>
216 </Project>