~ubuntu-branches/ubuntu/trusty/pango1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to build/win32/vs10/pangowin32.vcxproj

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-09 10:39:11 UTC
  • mfrom: (1.6.4) (63.3.30 sid)
  • Revision ID: package-import@ubuntu.com-20120309103911-0jpxqwnix351v3se
Tags: 1.29.5-1
* New upstream release.
  - Fix GI annotation syntax. Closes: #640855
* debian/control.in: Bump Build-Depends on libglib2.0-dev to (>= 2.31.0).
* debian/patches/00git_transfer_annotations.patch: Removed, merged upstream.
* Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.

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-9C1DF50B6C74}</ProjectGuid>
 
39
    <RootNamespace>pangowin32</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
      <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
126
      <PreprocessorDefinitions>_DEBUG;$(PangoDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
127
      <MinimalRebuild>true</MinimalRebuild>
 
128
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
129
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
130
      <PrecompiledHeader>
 
131
      </PrecompiledHeader>
 
132
      <WarningLevel>Level3</WarningLevel>
 
133
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 
134
    </ClCompile>
 
135
    <Link>
 
136
      <AdditionalDependencies>usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
137
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
138
      <ModuleDefinitionFile>..\..\..\pango\pangowin32.def</ModuleDefinitionFile>
 
139
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
140
      <SubSystem>Windows</SubSystem>
 
141
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
142
      <TargetMachine>MachineX86</TargetMachine>
 
143
    </Link>
 
144
  </ItemDefinitionGroup>
 
145
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
146
    <ClCompile>
 
147
      <Optimization>Disabled</Optimization>
 
148
      <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
149
      <PreprocessorDefinitions>_DEBUG;$(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
150
      <MinimalRebuild>true</MinimalRebuild>
 
151
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
152
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
153
      <PrecompiledHeader>
 
154
      </PrecompiledHeader>
 
155
      <WarningLevel>Level3</WarningLevel>
 
156
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 
157
    </ClCompile>
 
158
    <Link>
 
159
      <AdditionalDependencies>usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
160
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
161
      <ModuleDefinitionFile>..\..\..\pango\pangowin32.def</ModuleDefinitionFile>
 
162
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
163
      <SubSystem>Windows</SubSystem>
 
164
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
165
      <TargetMachine>MachineX86</TargetMachine>
 
166
    </Link>
 
167
  </ItemDefinitionGroup>
 
168
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_FC|Win32'">
 
169
    <ClCompile>
 
170
      <PreprocessorDefinitions>$(PangoDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
171
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
172
      <PrecompiledHeader>
 
173
      </PrecompiledHeader>
 
174
      <WarningLevel>Level3</WarningLevel>
 
175
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
176
    </ClCompile>
 
177
    <Link>
 
178
      <AdditionalDependencies>usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
179
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
180
      <ModuleDefinitionFile>..\..\..\pango\pangowin32.def</ModuleDefinitionFile>
 
181
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
182
      <SubSystem>Windows</SubSystem>
 
183
      <OptimizeReferences>true</OptimizeReferences>
 
184
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
185
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
186
      <TargetMachine>MachineX86</TargetMachine>
 
187
    </Link>
 
188
  </ItemDefinitionGroup>
 
189
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
190
    <ClCompile>
 
191
      <PreprocessorDefinitions>$(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
192
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
193
      <PrecompiledHeader>
 
194
      </PrecompiledHeader>
 
195
      <WarningLevel>Level3</WarningLevel>
 
196
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
197
    </ClCompile>
 
198
    <Link>
 
199
      <AdditionalDependencies>usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
200
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
201
      <ModuleDefinitionFile>..\..\..\pango\pangowin32.def</ModuleDefinitionFile>
 
202
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
203
      <SubSystem>Windows</SubSystem>
 
204
      <OptimizeReferences>true</OptimizeReferences>
 
205
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
206
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
207
      <TargetMachine>MachineX86</TargetMachine>
 
208
    </Link>
 
209
  </ItemDefinitionGroup>
 
210
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_FC|x64'">
 
211
    <ClCompile>
 
212
      <Optimization>Disabled</Optimization>
 
213
      <PreprocessorDefinitions>_DEBUG;$(PangoDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
214
      <MinimalRebuild>true</MinimalRebuild>
 
215
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
216
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
217
      <PrecompiledHeader>
 
218
      </PrecompiledHeader>
 
219
      <WarningLevel>Level3</WarningLevel>
 
220
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
221
    </ClCompile>
 
222
    <Link>
 
223
      <AdditionalDependencies>usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
224
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
225
      <ModuleDefinitionFile>..\..\..\pango\pangowin32.def</ModuleDefinitionFile>
 
226
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
227
      <SubSystem>Windows</SubSystem>
 
228
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
229
      <TargetMachine>MachineX64</TargetMachine>
 
230
    </Link>
 
231
  </ItemDefinitionGroup>
 
232
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
233
    <ClCompile>
 
234
      <Optimization>Disabled</Optimization>
 
235
      <PreprocessorDefinitions>_DEBUG;$(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
236
      <MinimalRebuild>true</MinimalRebuild>
 
237
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
238
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
239
      <PrecompiledHeader>
 
240
      </PrecompiledHeader>
 
241
      <WarningLevel>Level3</WarningLevel>
 
242
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
243
    </ClCompile>
 
244
    <Link>
 
245
      <AdditionalDependencies>usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
246
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
247
      <ModuleDefinitionFile>..\..\..\pango\pangowin32.def</ModuleDefinitionFile>
 
248
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
249
      <SubSystem>Windows</SubSystem>
 
250
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
251
      <TargetMachine>MachineX64</TargetMachine>
 
252
    </Link>
 
253
  </ItemDefinitionGroup>
 
254
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_FC|x64'">
 
255
    <ClCompile>
 
256
      <PreprocessorDefinitions>$(PangoDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
257
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
258
      <PrecompiledHeader>
 
259
      </PrecompiledHeader>
 
260
      <WarningLevel>Level3</WarningLevel>
 
261
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
262
    </ClCompile>
 
263
    <Link>
 
264
      <AdditionalDependencies>usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
265
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
266
      <ModuleDefinitionFile>..\..\..\pango\pangowin32.def</ModuleDefinitionFile>
 
267
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
268
      <SubSystem>Windows</SubSystem>
 
269
      <OptimizeReferences>true</OptimizeReferences>
 
270
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
271
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
272
      <TargetMachine>MachineX64</TargetMachine>
 
273
    </Link>
 
274
  </ItemDefinitionGroup>
 
275
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
276
    <ClCompile>
 
277
      <PreprocessorDefinitions>$(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
278
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
279
      <PrecompiledHeader>
 
280
      </PrecompiledHeader>
 
281
      <WarningLevel>Level3</WarningLevel>
 
282
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
283
    </ClCompile>
 
284
    <Link>
 
285
      <AdditionalDependencies>usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
286
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
287
      <ModuleDefinitionFile>..\..\..\pango\pangowin32.def</ModuleDefinitionFile>
 
288
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
289
      <SubSystem>Windows</SubSystem>
 
290
      <OptimizeReferences>true</OptimizeReferences>
 
291
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
292
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
293
      <TargetMachine>MachineX64</TargetMachine>
 
294
    </Link>
 
295
  </ItemDefinitionGroup>
 
296
  <ItemGroup>
 
297
    <ResourceCompile Include="..\..\..\pango\pangowin32.rc" />
 
298
  </ItemGroup>
 
299
  <ItemGroup>
 
300
    <ClCompile Include="..\..\..\modules\basic\basic-win32.c">
 
301
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug_FC|Win32'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
302
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
303
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug_FC|x64'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
304
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
305
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release_FC|Win32'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
306
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
307
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release_FC|x64'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
308
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
309
        </ClCompile>
 
310
    <ClCompile Include="..\..\..\pango\module-defs-win32.c" />
 
311
    <ClCompile Include="..\..\..\pango\pangowin32-fontcache.c" />
 
312
    <ClCompile Include="..\..\..\pango\pangowin32-fontmap.c" />
 
313
    <ClCompile Include="..\..\..\pango\pangowin32.c" />
 
314
  </ItemGroup>
 
315
  <ItemGroup>
 
316
    <ProjectReference Include="pango.vcxproj">
 
317
      <Project>{68cc80b9-7225-4fb5-b9ab-9c1df50b6c72}</Project>
 
318
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
319
    </ProjectReference>
 
320
  </ItemGroup>
 
321
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
322
  <ImportGroup Label="ExtensionTargets">
 
323
  </ImportGroup>
 
324
</Project>
 
 
b'\\ No newline at end of file'