~ubuntu-branches/ubuntu/oneiric/pango1.0/oneiric

« back to all changes in this revision

Viewing changes to build/win32/vs10/pango.vcxprojin

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-20 12:03:01 UTC
  • mfrom: (1.5.15 upstream)
  • Revision ID: package-import@ubuntu.com-20110920120301-ov37wuadawmy2099
Tags: 1.29.3+git20110916-0ubuntu1
* Update to current git HEAD, as this hasn't been released for quite some
  time, and we require some of the fixes for our PyGI progams:
  - Fix compilation on newer GLib versions
  - Fix double free after calling Pango.Context.get_font_description()
  - Fix missing GI transfer annotation for pango_layout_get_line_readonly()
  - build: Fix srcdir != builddir.
  - Add C include and exported packages information to GIRs
  - Some typo fixes in the docs
  - Win32 build fixes.
* Drop 13_fix_pango_annotation_from_git.patch, upstream now.
* debian/libpango1.0-doc.install.in: Install HTML documentation from source
  tree instead of install tree, as this doesn't work with a separate build
  directory.
* debian/rules: Remove pango/pango-enum-types.*, so that they get rebuilt in
  the separate build tree. Fixes missing enum gtypes in GIR.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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_FC|Win32">
 
5
      <Configuration>Debug_FC</Configuration>
 
6
      <Platform>Win32</Platform>
 
7
    </ProjectConfiguration>
 
8
    <ProjectConfiguration Include="Debug_FC|x64">
 
9
      <Configuration>Debug_FC</Configuration>
 
10
      <Platform>x64</Platform>
 
11
    </ProjectConfiguration>
 
12
    <ProjectConfiguration Include="Debug|Win32">
 
13
      <Configuration>Debug</Configuration>
 
14
      <Platform>Win32</Platform>
 
15
    </ProjectConfiguration>
 
16
    <ProjectConfiguration Include="Debug|x64">
 
17
      <Configuration>Debug</Configuration>
 
18
      <Platform>x64</Platform>
 
19
    </ProjectConfiguration>
 
20
    <ProjectConfiguration Include="Release_FC|Win32">
 
21
      <Configuration>Release_FC</Configuration>
 
22
      <Platform>Win32</Platform>
 
23
    </ProjectConfiguration>
 
24
    <ProjectConfiguration Include="Release_FC|x64">
 
25
      <Configuration>Release_FC</Configuration>
 
26
      <Platform>x64</Platform>
 
27
    </ProjectConfiguration>
 
28
    <ProjectConfiguration Include="Release|Win32">
 
29
      <Configuration>Release</Configuration>
 
30
      <Platform>Win32</Platform>
 
31
    </ProjectConfiguration>
 
32
    <ProjectConfiguration Include="Release|x64">
 
33
      <Configuration>Release</Configuration>
 
34
      <Platform>x64</Platform>
 
35
    </ProjectConfiguration>
 
36
  </ItemGroup>
 
37
  <PropertyGroup Label="Globals">
 
38
    <ProjectGuid>{68CC80B9-7225-4FB5-B9AB-9C1DF50B6C72}</ProjectGuid>
 
39
    <RootNamespace>pango</RootNamespace>
 
40
    <Keyword>Win32Proj</Keyword>
 
41
  </PropertyGroup>
 
42
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
43
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
44
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
45
    <CharacterSet>MultiByte</CharacterSet>
 
46
  </PropertyGroup>
 
47
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_FC|Win32'" Label="Configuration">
 
48
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
49
    <CharacterSet>MultiByte</CharacterSet>
 
50
  </PropertyGroup>
 
51
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
52
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
53
    <CharacterSet>MultiByte</CharacterSet>
 
54
  </PropertyGroup>
 
55
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_FC|Win32'" Label="Configuration">
 
56
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
57
    <CharacterSet>MultiByte</CharacterSet>
 
58
  </PropertyGroup>
 
59
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
60
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
61
    <CharacterSet>MultiByte</CharacterSet>
 
62
  </PropertyGroup>
 
63
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_FC|x64'" Label="Configuration">
 
64
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
65
    <CharacterSet>MultiByte</CharacterSet>
 
66
  </PropertyGroup>
 
67
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
68
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
69
    <CharacterSet>MultiByte</CharacterSet>
 
70
  </PropertyGroup>
 
71
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_FC|x64'" Label="Configuration">
 
72
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
73
    <CharacterSet>MultiByte</CharacterSet>
 
74
  </PropertyGroup>
 
75
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
76
  <ImportGroup Label="ExtensionSettings">
 
77
  </ImportGroup>
 
78
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 
79
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
80
    <Import Project="pango.props" />
 
81
  </ImportGroup>
 
82
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_FC|Win32'" Label="PropertySheets">
 
83
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
84
    <Import Project="pango.props" />
 
85
  </ImportGroup>
 
86
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 
87
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
88
    <Import Project="pango.props" />
 
89
  </ImportGroup>
 
90
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_FC|Win32'" Label="PropertySheets">
 
91
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
92
    <Import Project="pango.props" />
 
93
  </ImportGroup>
 
94
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 
95
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
96
    <Import Project="pango.props" />
 
97
  </ImportGroup>
 
98
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_FC|x64'" Label="PropertySheets">
 
99
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
100
    <Import Project="pango.props" />
 
101
  </ImportGroup>
 
102
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 
103
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
104
    <Import Project="pango.props" />
 
105
  </ImportGroup>
 
106
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_FC|x64'" Label="PropertySheets">
 
107
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
108
    <Import Project="pango.props" />
 
109
  </ImportGroup>
 
110
  <PropertyGroup Label="UserMacros" />
 
111
  <PropertyGroup>
 
112
    <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
 
113
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug_FC|Win32'">true</LinkIncremental>
 
114
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
 
115
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release_FC|Win32'">true</LinkIncremental>
 
116
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</LinkIncremental>
 
117
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug_FC|x64'">true</LinkIncremental>
 
118
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
 
119
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release_FC|x64'">true</LinkIncremental>
 
120
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</LinkIncremental>
 
121
  </PropertyGroup>
 
122
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_FC|Win32'">
 
123
    <ClCompile>
 
124
      <Optimization>Disabled</Optimization>
 
125
      <PreprocessorDefinitions>_DEBUG;$(PangoDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
126
      <MinimalRebuild>true</MinimalRebuild>
 
127
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
128
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
129
      <PrecompiledHeader>
 
130
      </PrecompiledHeader>
 
131
      <WarningLevel>Level3</WarningLevel>
 
132
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 
133
    </ClCompile>
 
134
    <Link>
 
135
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
136
      <ModuleDefinitionFile>..\..\..\pango\pango.def</ModuleDefinitionFile>
 
137
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
138
      <SubSystem>Windows</SubSystem>
 
139
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
140
      <TargetMachine>MachineX86</TargetMachine>
 
141
    </Link>
 
142
  </ItemDefinitionGroup>
 
143
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
144
    <ClCompile>
 
145
      <Optimization>Disabled</Optimization>
 
146
      <PreprocessorDefinitions>_DEBUG;$(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
147
      <MinimalRebuild>true</MinimalRebuild>
 
148
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
149
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
150
      <PrecompiledHeader>
 
151
      </PrecompiledHeader>
 
152
      <WarningLevel>Level3</WarningLevel>
 
153
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 
154
    </ClCompile>
 
155
    <Link>
 
156
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
157
      <ModuleDefinitionFile>..\..\..\pango\pango.def</ModuleDefinitionFile>
 
158
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
159
      <SubSystem>Windows</SubSystem>
 
160
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
161
      <TargetMachine>MachineX86</TargetMachine>
 
162
    </Link>
 
163
  </ItemDefinitionGroup>
 
164
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_FC|Win32'">
 
165
    <ClCompile>
 
166
      <PreprocessorDefinitions>$(PangoDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
167
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
168
      <PrecompiledHeader>
 
169
      </PrecompiledHeader>
 
170
      <WarningLevel>Level3</WarningLevel>
 
171
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
172
    </ClCompile>
 
173
    <Link>
 
174
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
175
      <ModuleDefinitionFile>..\..\..\pango\pango.def</ModuleDefinitionFile>
 
176
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
177
      <SubSystem>Windows</SubSystem>
 
178
      <OptimizeReferences>true</OptimizeReferences>
 
179
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
180
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
181
      <TargetMachine>MachineX86</TargetMachine>
 
182
    </Link>
 
183
  </ItemDefinitionGroup>
 
184
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
185
    <ClCompile>
 
186
      <PreprocessorDefinitions>$(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
187
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
188
      <PrecompiledHeader>
 
189
      </PrecompiledHeader>
 
190
      <WarningLevel>Level3</WarningLevel>
 
191
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
192
    </ClCompile>
 
193
    <Link>
 
194
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
195
      <ModuleDefinitionFile>..\..\..\pango\pango.def</ModuleDefinitionFile>
 
196
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
197
      <SubSystem>Windows</SubSystem>
 
198
      <OptimizeReferences>true</OptimizeReferences>
 
199
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
200
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
201
      <TargetMachine>MachineX86</TargetMachine>
 
202
    </Link>
 
203
  </ItemDefinitionGroup>
 
204
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_FC|x64'">
 
205
    <ClCompile>
 
206
      <Optimization>Disabled</Optimization>
 
207
      <PreprocessorDefinitions>_DEBUG;$(PangoDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
208
      <MinimalRebuild>true</MinimalRebuild>
 
209
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
210
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
211
      <PrecompiledHeader>
 
212
      </PrecompiledHeader>
 
213
      <WarningLevel>Level3</WarningLevel>
 
214
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
215
    </ClCompile>
 
216
    <Link>
 
217
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
218
      <ModuleDefinitionFile>..\..\..\pango\pango.def</ModuleDefinitionFile>
 
219
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
220
      <SubSystem>Windows</SubSystem>
 
221
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
222
      <TargetMachine>MachineX64</TargetMachine>
 
223
    </Link>
 
224
  </ItemDefinitionGroup>
 
225
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
226
    <ClCompile>
 
227
      <Optimization>Disabled</Optimization>
 
228
      <PreprocessorDefinitions>_DEBUG;$(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
229
      <MinimalRebuild>true</MinimalRebuild>
 
230
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
231
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
232
      <PrecompiledHeader>
 
233
      </PrecompiledHeader>
 
234
      <WarningLevel>Level3</WarningLevel>
 
235
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
236
    </ClCompile>
 
237
    <Link>
 
238
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
239
      <ModuleDefinitionFile>..\..\..\pango\pango.def</ModuleDefinitionFile>
 
240
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
241
      <SubSystem>Windows</SubSystem>
 
242
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
243
      <TargetMachine>MachineX64</TargetMachine>
 
244
    </Link>
 
245
  </ItemDefinitionGroup>
 
246
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_FC|x64'">
 
247
    <ClCompile>
 
248
      <PreprocessorDefinitions>$(PangoDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
249
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
250
      <PrecompiledHeader>
 
251
      </PrecompiledHeader>
 
252
      <WarningLevel>Level3</WarningLevel>
 
253
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
254
    </ClCompile>
 
255
    <Link>
 
256
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
257
      <ModuleDefinitionFile>..\..\..\pango\pango.def</ModuleDefinitionFile>
 
258
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
259
      <SubSystem>Windows</SubSystem>
 
260
      <OptimizeReferences>true</OptimizeReferences>
 
261
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
262
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
263
      <TargetMachine>MachineX64</TargetMachine>
 
264
    </Link>
 
265
  </ItemDefinitionGroup>
 
266
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
267
    <ClCompile>
 
268
      <PreprocessorDefinitions>$(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
269
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
270
      <PrecompiledHeader>
 
271
      </PrecompiledHeader>
 
272
      <WarningLevel>Level3</WarningLevel>
 
273
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
274
    </ClCompile>
 
275
    <Link>
 
276
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
277
      <ModuleDefinitionFile>..\..\..\pango\pango.def</ModuleDefinitionFile>
 
278
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
279
      <SubSystem>Windows</SubSystem>
 
280
      <OptimizeReferences>true</OptimizeReferences>
 
281
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
282
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
283
      <TargetMachine>MachineX64</TargetMachine>
 
284
    </Link>
 
285
  </ItemDefinitionGroup>
 
286
  <ItemGroup>
 
287
    <ResourceCompile Include="..\..\..\pango\pango.rc" />
 
288
  </ItemGroup>
 
289
  <ItemGroup>
 
290
    <ClCompile Include="..\..\..\modules\arabic\arabic-lang.c">
 
291
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug_FC|Win32'">PANGO_MODULE_PREFIX=_pango_arabic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
292
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug_FC|x64'">PANGO_MODULE_PREFIX=_pango_arabic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
293
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">PANGO_MODULE_PREFIX=_pango_arabic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
294
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">PANGO_MODULE_PREFIX=_pango_arabic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
295
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release_FC|Win32'">PANGO_MODULE_PREFIX=_pango_arabic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
296
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release_FC|x64'">PANGO_MODULE_PREFIX=_pango_arabic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
297
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">PANGO_MODULE_PREFIX=_pango_arabic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
298
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">PANGO_MODULE_PREFIX=_pango_arabic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
299
    </ClCompile>
 
300
    <ClCompile Include="..\..\..\modules\indic\indic-lang.c">
 
301
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug_FC|Win32'">PANGO_MODULE_PREFIX=_pango_indic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
302
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug_FC|x64'">PANGO_MODULE_PREFIX=_pango_indic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
303
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">PANGO_MODULE_PREFIX=_pango_indic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
304
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">PANGO_MODULE_PREFIX=_pango_indic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
305
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release_FC|Win32'">PANGO_MODULE_PREFIX=_pango_indic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
306
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release_FC|x64'">PANGO_MODULE_PREFIX=_pango_indic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
307
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">PANGO_MODULE_PREFIX=_pango_indic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
308
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">PANGO_MODULE_PREFIX=_pango_indic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
309
    </ClCompile>
 
310
#include "libpango.vs10.sourcefiles"
 
311
#include "mini-fribidi/libmini-fribidi.vs10.sourcefiles"
 
312
  </ItemGroup>
 
313
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
314
  <ImportGroup Label="ExtensionTargets">
 
315
  </ImportGroup>
 
316
</Project>
 
 
b'\\ No newline at end of file'