7b96bebb177ec339ea7f5e1cdb58257705801503
[platform/upstream/atk.git] / build / win32 / vs10 / atk.vcxprojin
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>Unicode</CharacterSet>
30     <WholeProgramOptimization>true</WholeProgramOptimization>
31   </PropertyGroup>
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33     <ConfigurationType>DynamicLibrary</ConfigurationType>
34     <CharacterSet>Unicode</CharacterSet>
35   </PropertyGroup>
36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
37     <ConfigurationType>DynamicLibrary</ConfigurationType>
38     <CharacterSet>MultiByte</CharacterSet>
39   </PropertyGroup>
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41     <ConfigurationType>DynamicLibrary</ConfigurationType>
42     <CharacterSet>MultiByte</CharacterSet>
43   </PropertyGroup>
44   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
45   <ImportGroup Label="ExtensionSettings">
46   </ImportGroup>
47   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
48     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
49     <Import Project="atk.props" />
50   </ImportGroup>
51   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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.props" />
54   </ImportGroup>
55   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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.props" />
58   </ImportGroup>
59   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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.props" />
62   </ImportGroup>
63   <PropertyGroup Label="UserMacros" />
64   <PropertyGroup>
65     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
66     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
67     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
68     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
69     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
70     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
71     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
72     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
73     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</LinkIncremental>
74   </PropertyGroup>
75   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76     <ClCompile>
77       <Optimization>Disabled</Optimization>
78       <PreprocessorDefinitions>_DEBUG;$(AtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
79       <MinimalRebuild>true</MinimalRebuild>
80       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
81       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
82       <PrecompiledHeader>
83       </PrecompiledHeader>
84       <WarningLevel>Level3</WarningLevel>
85       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
86     </ClCompile>
87     <PreLinkEvent>
88       <Command>$(GenerateAtkDef)</Command>
89     </PreLinkEvent>
90     <Link>
91       <OutputFile>$(OutDir)$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll</OutputFile>
92       <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
93       <ModuleDefinitionFile>..\..\..\atk\atk.def</ModuleDefinitionFile>
94       <GenerateDebugInformation>true</GenerateDebugInformation>
95       <SubSystem>Windows</SubSystem>
96       <ImportLibrary>$(OutDir)$(ProjectName)-$(AtkApiVersion).lib</ImportLibrary>
97       <TargetMachine>MachineX86</TargetMachine>
98     </Link>
99   </ItemDefinitionGroup>
100   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
101     <ClCompile>
102       <Optimization>MaxSpeed</Optimization>
103       <IntrinsicFunctions>true</IntrinsicFunctions>
104       <PreprocessorDefinitions>$(AtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
105       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
106       <FunctionLevelLinking>true</FunctionLevelLinking>
107       <PrecompiledHeader>
108       </PrecompiledHeader>
109       <WarningLevel>Level3</WarningLevel>
110       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
111     </ClCompile>
112     <PreLinkEvent>
113       <Command>$(GenerateAtkDef)</Command>
114     </PreLinkEvent>
115     <Link>
116       <OutputFile>$(OutDir)$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll</OutputFile>
117       <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
118       <ModuleDefinitionFile>..\..\..\atk\atk.def</ModuleDefinitionFile>
119       <GenerateDebugInformation>true</GenerateDebugInformation>
120       <SubSystem>Windows</SubSystem>
121       <OptimizeReferences>true</OptimizeReferences>
122       <EnableCOMDATFolding>true</EnableCOMDATFolding>
123       <ImportLibrary>$(OutDir)$(ProjectName)-$(AtkApiVersion).lib</ImportLibrary>
124       <TargetMachine>MachineX86</TargetMachine>
125     </Link>
126   </ItemDefinitionGroup>
127   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
128     <ClCompile>
129       <Optimization>Disabled</Optimization>
130       <PreprocessorDefinitions>_DEBUG;$(AtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
131       <MinimalRebuild>true</MinimalRebuild>
132       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
133       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
134       <PrecompiledHeader>
135       </PrecompiledHeader>
136       <WarningLevel>Level3</WarningLevel>
137       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
138     </ClCompile>
139     <PreLinkEvent>
140       <Command>$(GenerateAtkDef)</Command>
141     </PreLinkEvent>
142     <Link>
143       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
144       <OutputFile>$(OutDir)$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll</OutputFile>
145       <ModuleDefinitionFile>..\..\..\atk\atk.def</ModuleDefinitionFile>
146       <GenerateDebugInformation>true</GenerateDebugInformation>
147       <SubSystem>Windows</SubSystem>
148       <ImportLibrary>$(TargetDir)$(ProjectName)-$(AtkApiVersion).lib</ImportLibrary>
149       <TargetMachine>MachineX64</TargetMachine>
150     </Link>
151   </ItemDefinitionGroup>
152   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
153     <ClCompile>
154       <PreprocessorDefinitions>$(AtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
155       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
156       <PrecompiledHeader>
157       </PrecompiledHeader>
158       <WarningLevel>Level3</WarningLevel>
159       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
160     </ClCompile>
161     <PreLinkEvent>
162       <Command>$(GenerateAtkDef)</Command>
163     </PreLinkEvent>
164     <Link>
165       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
166       <OutputFile>$(OutDir)$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll</OutputFile>
167       <ModuleDefinitionFile>..\..\..\atk\atk.def</ModuleDefinitionFile>
168       <GenerateDebugInformation>true</GenerateDebugInformation>
169       <SubSystem>Windows</SubSystem>
170       <OptimizeReferences>true</OptimizeReferences>
171       <EnableCOMDATFolding>true</EnableCOMDATFolding>
172       <ImportLibrary>$(TargetDir)$(ProjectName)-$(AtkApiVersion).lib</ImportLibrary>
173       <TargetMachine>MachineX64</TargetMachine>
174     </Link>
175   </ItemDefinitionGroup>
176   <ItemGroup>
177 #include "libatk.vs10.sourcefiles"
178   </ItemGroup>
179   <ItemGroup>
180     <ResourceCompile Include="..\..\..\atk\atk.rc" />
181   </ItemGroup>
182   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
183   <ImportGroup Label="ExtensionTargets">
184   </ImportGroup>
185 </Project>