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

« back to all changes in this revision

Viewing changes to build/win32/vs12/pango.vcxproj

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2014-08-17 18:46:55 UTC
  • mfrom: (63.4.4 sid)
  • Revision ID: package-import@ubuntu.com-20140817184655-1lhzw5kss1r6hn5w
Tags: 1.36.6-1
* New upstream release.
* Refresh patches.
* Update install path for installed-tests.
* Bump Standards-Version to 3.9.5.
* Drop Suggests ttf-baekmuk and ttf-arphic-*. Those font packages have been
  renamed in the mean time and nobody seems to remember why they were added
  in the first place. (Closes: #741672, #711292)

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|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>{68CC80B9-7225-4FB5-B9AB-9C1DF50B6C72}</ProjectGuid>
 
23
    <RootNamespace>pango</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
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
30
    <CharacterSet>MultiByte</CharacterSet>
 
31
    <PlatformToolset>v120</PlatformToolset>
 
32
  </PropertyGroup>
 
33
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
34
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
35
    <CharacterSet>MultiByte</CharacterSet>
 
36
    <PlatformToolset>v120</PlatformToolset>
 
37
  </PropertyGroup>
 
38
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
39
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
40
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
41
    <CharacterSet>MultiByte</CharacterSet>
 
42
    <PlatformToolset>v120</PlatformToolset>
 
43
  </PropertyGroup>
 
44
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
45
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
46
    <CharacterSet>MultiByte</CharacterSet>
 
47
    <PlatformToolset>v120</PlatformToolset>
 
48
  </PropertyGroup>
 
49
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
50
  <ImportGroup Label="ExtensionSettings">
 
51
  </ImportGroup>
 
52
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 
53
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
54
    <Import Project="pango-build-defines.props" />
 
55
    <Import Project="pango-prebuild.props" />
 
56
  </ImportGroup>
 
57
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 
58
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
59
    <Import Project="pango-build-defines.props" />
 
60
    <Import Project="pango-prebuild.props" />
 
61
  </ImportGroup>
 
62
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 
63
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
64
    <Import Project="pango-build-defines.props" />
 
65
    <Import Project="pango-prebuild.props" />
 
66
  </ImportGroup>
 
67
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 
68
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
69
    <Import Project="pango-build-defines.props" />
 
70
    <Import Project="pango-prebuild.props" />
 
71
  </ImportGroup>
 
72
  <PropertyGroup Label="UserMacros" />
 
73
  <PropertyGroup>
 
74
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
 
75
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
 
76
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
 
77
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
 
78
  </PropertyGroup>
 
79
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
80
    <ClCompile>
 
81
      <Optimization>Disabled</Optimization>
 
82
      <PreprocessorDefinitions>_DEBUG;$(PangoDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
83
      <MinimalRebuild>true</MinimalRebuild>
 
84
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
85
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
86
      <PrecompiledHeader>
 
87
      </PrecompiledHeader>
 
88
      <WarningLevel>Level3</WarningLevel>
 
89
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 
90
    </ClCompile>
 
91
    <Link>
 
92
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
93
      <ModuleDefinitionFile>..\..\..\pango\pango.def</ModuleDefinitionFile>
 
94
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
95
      <SubSystem>Windows</SubSystem>
 
96
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
97
      <TargetMachine>MachineX86</TargetMachine>
 
98
    </Link>
 
99
  </ItemDefinitionGroup>
 
100
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
101
    <ClCompile>
 
102
      <PreprocessorDefinitions>$(PangoDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
103
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
104
      <PrecompiledHeader>
 
105
      </PrecompiledHeader>
 
106
      <WarningLevel>Level3</WarningLevel>
 
107
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
108
    </ClCompile>
 
109
    <Link>
 
110
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
111
      <ModuleDefinitionFile>..\..\..\pango\pango.def</ModuleDefinitionFile>
 
112
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
113
      <SubSystem>Windows</SubSystem>
 
114
      <OptimizeReferences>true</OptimizeReferences>
 
115
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
116
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).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;$(PangoDefines);%(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
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
134
      <ModuleDefinitionFile>..\..\..\pango\pango.def</ModuleDefinitionFile>
 
135
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
136
      <SubSystem>Windows</SubSystem>
 
137
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
138
      <TargetMachine>MachineX64</TargetMachine>
 
139
    </Link>
 
140
  </ItemDefinitionGroup>
 
141
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
142
    <ClCompile>
 
143
      <PreprocessorDefinitions>$(PangoDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
144
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
145
      <PrecompiledHeader>
 
146
      </PrecompiledHeader>
 
147
      <WarningLevel>Level3</WarningLevel>
 
148
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
149
    </ClCompile>
 
150
    <Link>
 
151
      <OutputFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).dll</OutputFile>
 
152
      <ModuleDefinitionFile>..\..\..\pango\pango.def</ModuleDefinitionFile>
 
153
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
154
      <SubSystem>Windows</SubSystem>
 
155
      <OptimizeReferences>true</OptimizeReferences>
 
156
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
157
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(PangoApiVersion).lib</ImportLibrary>
 
158
      <TargetMachine>MachineX64</TargetMachine>
 
159
    </Link>
 
160
  </ItemDefinitionGroup>
 
161
  <ItemGroup>
 
162
    <ResourceCompile Include="..\..\..\pango\pango.rc" />
 
163
  </ItemGroup>
 
164
  <ItemGroup>
 
165
    <ClCompile Include="..\..\..\modules\arabic\arabic-lang.c">
 
166
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">PANGO_MODULE_PREFIX=_pango_arabic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
167
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">PANGO_MODULE_PREFIX=_pango_arabic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
168
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">PANGO_MODULE_PREFIX=_pango_arabic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
169
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">PANGO_MODULE_PREFIX=_pango_arabic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
170
    </ClCompile>
 
171
    <ClCompile Include="..\..\..\modules\indic\indic-lang.c">
 
172
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">PANGO_MODULE_PREFIX=_pango_indic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
173
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">PANGO_MODULE_PREFIX=_pango_indic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
174
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">PANGO_MODULE_PREFIX=_pango_indic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
175
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">PANGO_MODULE_PREFIX=_pango_indic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
176
    </ClCompile>
 
177
 <ClCompile Include="..\..\..\pango\break.c" />
 
178
 <ClCompile Include="..\..\..\pango\ellipsize.c" />
 
179
 <ClCompile Include="..\..\..\pango\fonts.c" />
 
180
 <ClCompile Include="..\..\..\pango\glyphstring.c" />
 
181
 <ClCompile Include="..\..\..\pango\modules.c" />
 
182
 <ClCompile Include="..\..\..\pango\pango-attributes.c" />
 
183
 <ClCompile Include="..\..\..\pango\pango-bidi-type.c" />
 
184
 <ClCompile Include="..\..\..\pango\pango-color.c" />
 
185
 <ClCompile Include="..\..\..\pango\pango-context.c" />
 
186
 <ClCompile Include="..\..\..\pango\pango-coverage.c" />
 
187
 <ClCompile Include="..\..\..\pango\pango-engine.c" />
 
188
 <ClCompile Include="..\..\..\pango\pango-fontmap.c" />
 
189
 <ClCompile Include="..\..\..\pango\pango-fontset.c" />
 
190
 <ClCompile Include="..\..\..\pango\pango-glyph-item.c" />
 
191
 <ClCompile Include="..\..\..\pango\pango-gravity.c" />
 
192
 <ClCompile Include="..\..\..\pango\pango-item.c" />
 
193
 <ClCompile Include="..\..\..\pango\pango-language.c" />
 
194
 <ClCompile Include="..\..\..\pango\pango-layout.c" />
 
195
 <ClCompile Include="..\..\..\pango\pango-markup.c" />
 
196
 <ClCompile Include="..\..\..\pango\pango-matrix.c" />
 
197
 <ClCompile Include="..\..\..\pango\pango-renderer.c" />
 
198
 <ClCompile Include="..\..\..\pango\pango-script.c" />
 
199
 <ClCompile Include="..\..\..\pango\pango-tabs.c" />
 
200
 <ClCompile Include="..\..\..\pango\pango-utils.c" />
 
201
 <ClCompile Include="..\..\..\pango\reorder-items.c" />
 
202
 <ClCompile Include="..\..\..\pango\shape.c" />
 
203
 <ClCompile Include="..\..\..\pango\pango-enum-types.c" />
 
204
 <ClCompile Include="..\..\..\pango\module-defs-lang.c" />
 
205
   <ClCompile Include="..\..\..\pango\mini-fribidi\fribidi.c" />
 
206
   <ClCompile Include="..\..\..\pango\mini-fribidi\fribidi_char_type.c" />
 
207
   <ClCompile Include="..\..\..\pango\mini-fribidi\fribidi_types.c" />
 
208
  </ItemGroup>
 
209
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
210
  <ImportGroup Label="ExtensionTargets">
 
211
  </ImportGroup>
 
212
</Project>