"Initial commit to Gerrit"
[profile/ivi/cogl.git] / build / win32 / vs10 / cogl-pango.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>{FE5ABD0F-91E8-4AA5-9C1C-408427D5F768}</ProjectGuid>
23                 <RootNamespace>coglpango</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="cogl.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="cogl.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="cogl.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="cogl.props" />
62         </ImportGroup>
63         <PropertyGroup Label="UserMacros" />
64         <PropertyGroup>
65                 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
66                 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
67                 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
68                 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</LinkIncremental>
69         </PropertyGroup>
70         <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
71                 <PreBuildEvent>
72                         <Command>$(PreBuildCmd)</Command>
73                 </PreBuildEvent>
74                 <ClCompile>
75                         <Optimization>Disabled</Optimization>
76                         <PreprocessorDefinitions>$(DebugLibBuildDefines);$(CoglPangoBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
77                         <MinimalRebuild>true</MinimalRebuild>
78                         <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
79                         <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
80                         <PrecompiledHeader>
81                         </PrecompiledHeader>
82                         <WarningLevel>Level3</WarningLevel>
83                         <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
84                 </ClCompile>
85                 <PreLinkEvent>
86                         <Command>$(GenerateCoglPangoDef)</Command>
87                 </PreLinkEvent>
88                 <Link>
89                         <AdditionalDependencies>pangocairo-1.0.lib;pango-1.0.lib;cairo.lib;%(AdditionalDependencies)</AdditionalDependencies>
90                         <OutputFile>$(OutDir)$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll</OutputFile>
91                         <ModuleDefinitionFile>..\..\..\cogl-pango\cogl-pango.def</ModuleDefinitionFile>
92                         <ImportLibrary>$(TargetDir)$(ProjectName)-$(CoglApiVersion).lib</ImportLibrary>
93                         <GenerateDebugInformation>true</GenerateDebugInformation>
94                         <SubSystem>Windows</SubSystem>
95                         <TargetMachine>MachineX86</TargetMachine>
96                 </Link>
97         </ItemDefinitionGroup>
98         <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
99                 <PreBuildEvent>
100                         <Command>$(PreBuildCmd)</Command>
101                 </PreBuildEvent>
102                 <ClCompile>
103                         <Optimization>Disabled</Optimization>
104                         <PreprocessorDefinitions>$(DebugLibBuildDefines);$(CoglPangoBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
105                         <MinimalRebuild>true</MinimalRebuild>
106                         <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
107                         <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
108                         <PrecompiledHeader>
109                         </PrecompiledHeader>
110                         <WarningLevel>Level3</WarningLevel>
111                         <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
112                 </ClCompile>
113                 <PreLinkEvent>
114                         <Command>$(GenerateCoglPangoDef)</Command>
115                 </PreLinkEvent>
116                 <Link>
117                         <AdditionalDependencies>pangocairo-1.0.lib;pango-1.0.lib;cairo.lib;%(AdditionalDependencies)</AdditionalDependencies>
118                         <OutputFile>$(OutDir)$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll</OutputFile>
119                         <ModuleDefinitionFile>..\..\..\cogl-pango\cogl-pango.def</ModuleDefinitionFile>
120                         <ImportLibrary>$(TargetDir)$(ProjectName)-$(CoglApiVersion).lib</ImportLibrary>
121                         <GenerateDebugInformation>true</GenerateDebugInformation>
122                         <SubSystem>Windows</SubSystem>
123                         <TargetMachine>MachineX64</TargetMachine>
124                 </Link>
125         </ItemDefinitionGroup>
126         <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
127                 <PreBuildEvent>
128                         <Command>$(PreBuildCmd)</Command>
129                 </PreBuildEvent>
130                 <ClCompile>
131                         <Optimization>MaxSpeed</Optimization>
132                         <IntrinsicFunctions>true</IntrinsicFunctions>
133                         <PreprocessorDefinitions>$(ReleaseLibBuildDefines);$(CoglPangoBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
134                         <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
135                         <FunctionLevelLinking>true</FunctionLevelLinking>
136                         <PrecompiledHeader>
137                         </PrecompiledHeader>
138                         <WarningLevel>Level3</WarningLevel>
139                         <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
140                 </ClCompile>
141                 <PreLinkEvent>
142                         <Command>$(GenerateCoglPangoDef)</Command>
143                 </PreLinkEvent>
144                 <Link>
145                         <AdditionalDependencies>pangocairo-1.0.lib;pango-1.0.lib;cairo.lib;%(AdditionalDependencies)</AdditionalDependencies>
146                         <OutputFile>$(OutDir)$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll</OutputFile>
147                         <ModuleDefinitionFile>..\..\..\cogl-pango\cogl-pango.def</ModuleDefinitionFile>
148                         <ImportLibrary>$(TargetDir)$(ProjectName)-$(CoglApiVersion).lib</ImportLibrary>
149                         <GenerateDebugInformation>true</GenerateDebugInformation>
150                         <SubSystem>Windows</SubSystem>
151                         <OptimizeReferences>true</OptimizeReferences>
152                         <EnableCOMDATFolding>true</EnableCOMDATFolding>
153                         <TargetMachine>MachineX86</TargetMachine>
154                 </Link>
155         </ItemDefinitionGroup>
156         <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
157                 <PreBuildEvent>
158                         <Command>$(PreBuildCmd)</Command>
159                 </PreBuildEvent>
160                 <ClCompile>
161                         <PreprocessorDefinitions>$(ReleaseLibBuildDefines);$(CoglPangoBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
162                         <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
163                         <PrecompiledHeader>
164                         </PrecompiledHeader>
165                         <WarningLevel>Level3</WarningLevel>
166                         <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
167                 </ClCompile>
168                 <PreLinkEvent>
169                         <Command>$(GenerateCoglPangoDef)</Command>
170                 </PreLinkEvent>
171                 <Link>
172                         <AdditionalDependencies>pangocairo-1.0.lib;pango-1.0.lib;cairo.lib;%(AdditionalDependencies)</AdditionalDependencies>
173                         <OutputFile>$(OutDir)$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll</OutputFile>
174                         <ModuleDefinitionFile>..\..\..\cogl-pango\cogl-pango.def</ModuleDefinitionFile>
175                         <ImportLibrary>$(TargetDir)$(ProjectName)-$(CoglApiVersion).lib</ImportLibrary>
176                         <GenerateDebugInformation>true</GenerateDebugInformation>
177                         <SubSystem>Windows</SubSystem>
178                         <OptimizeReferences>true</OptimizeReferences>
179                         <EnableCOMDATFolding>true</EnableCOMDATFolding>
180                         <TargetMachine>MachineX64</TargetMachine>
181                 </Link>
182         </ItemDefinitionGroup>
183         <ItemGroup>
184 #include "coglpango.vs10.sourcefiles"
185         </ItemGroup>
186         <ItemGroup>
187                 <ResourceCompile Include="..\..\..\cogl-pango\cogl-pango.rc" />
188         </ItemGroup>
189         <ItemGroup>
190                 <ProjectReference Include="cogl.vcxproj">
191                         <Project>{f3a80987-5411-43db-a23b-06f2076e1206}</Project>
192                         <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
193                 </ProjectReference>
194         </ItemGroup>
195         <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
196         <ImportGroup Label="ExtensionTargets">
197         </ImportGroup>
198 </Project>