~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-08 20:30:15 UTC
  • mfrom: (1.14.10 upstream)
  • Revision ID: package-import@ubuntu.com-20110908203015-hmdoq5jt1bl50nq3
Tags: 2.24.6-0ubuntu1
* debian/watch: Look for bz2 tarballs, and restrict to GTK 2 versions.
* New upstream bug fix release.
* Drop 094_git_fileselector_error.patch, include_m4_dir.patch: Included
  upstream.
* 003_gdk.pc_privates.patch, 009_gtk-export-filechooser.patch: Unfuzz.
* debian/libgail-doc.install, debian/libgtk2.0-doc.install.in: Install
  documentation from the source tree, as it's not being installed any more.

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>{FC5AADB5-95CD-4BF0-BA8B-0C16FE7073F5}</ProjectGuid>
 
23
    <RootNamespace>gtk</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>MultiByte</CharacterSet>
 
30
  </PropertyGroup>
 
31
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
32
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
33
    <CharacterSet>MultiByte</CharacterSet>
 
34
  </PropertyGroup>
 
35
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
36
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
37
    <CharacterSet>MultiByte</CharacterSet>
 
38
  </PropertyGroup>
 
39
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
40
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
41
    <CharacterSet>MultiByte</CharacterSet>
 
42
  </PropertyGroup>
 
43
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
44
  <ImportGroup Label="ExtensionSettings">
 
45
  </ImportGroup>
 
46
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 
47
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
48
    <Import Project="gtk+.props" />
 
49
  </ImportGroup>
 
50
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 
51
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
52
    <Import Project="gtk+.props" />
 
53
  </ImportGroup>
 
54
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 
55
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
56
    <Import Project="gtk+.props" />
 
57
  </ImportGroup>
 
58
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 
59
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
60
    <Import Project="gtk+.props" />
 
61
  </ImportGroup>
 
62
  <PropertyGroup Label="UserMacros" />
 
63
  <PropertyGroup>
 
64
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 
65
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
 
66
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</LinkIncremental>
 
67
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
 
68
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</LinkIncremental>
 
69
  </PropertyGroup>
 
70
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
71
    <ClCompile>
 
72
      <Optimization>Disabled</Optimization>
 
73
      <AdditionalIncludeDirectories>..\..\..\gdk;..\..\..\gtk;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
74
      <PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
75
      <MinimalRebuild>true</MinimalRebuild>
 
76
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
77
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
78
      <PrecompiledHeader>
 
79
      </PrecompiledHeader>
 
80
      <WarningLevel>Level3</WarningLevel>
 
81
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 
82
    </ClCompile>
 
83
    <Link>
 
84
      <AdditionalDependencies>atk-1.0.lib;pangowin32-1.0.lib;imm32.lib;winspool.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
85
      <OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll</OutputFile>
 
86
      <ModuleDefinitionFile>$(IntDir)gtk.def</ModuleDefinitionFile>
 
87
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
88
      <SubSystem>Windows</SubSystem>
 
89
      <ImportLibrary>$(TargetDir)$(ProjectName)-win32-$(GtkApiVersion).lib</ImportLibrary>
 
90
      <TargetMachine>MachineX86</TargetMachine>
 
91
    </Link>
 
92
  </ItemDefinitionGroup>
 
93
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
94
    <ClCompile>
 
95
      <AdditionalIncludeDirectories>..\..\..\gdk;..\..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
96
      <PreprocessorDefinitions>$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
97
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
98
      <PrecompiledHeader>
 
99
      </PrecompiledHeader>
 
100
      <WarningLevel>Level3</WarningLevel>
 
101
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
102
    </ClCompile>
 
103
    <Link>
 
104
      <AdditionalDependencies>atk-1.0.lib;pangowin32-1.0.lib;imm32.lib;winspool.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
105
      <OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll</OutputFile>
 
106
      <ModuleDefinitionFile>$(IntDir)gtk.def</ModuleDefinitionFile>
 
107
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
108
      <SubSystem>Windows</SubSystem>
 
109
      <OptimizeReferences>true</OptimizeReferences>
 
110
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
111
      <ImportLibrary>$(TargetDir)$(ProjectName)-win32-$(GtkApiVersion).lib</ImportLibrary>
 
112
      <TargetMachine>MachineX86</TargetMachine>
 
113
    </Link>
 
114
  </ItemDefinitionGroup>
 
115
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
116
    <ClCompile>
 
117
      <Optimization>Disabled</Optimization>
 
118
      <AdditionalIncludeDirectories>..\..\..\gdk;..\..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
119
      <PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
120
      <MinimalRebuild>true</MinimalRebuild>
 
121
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
122
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
123
      <PrecompiledHeader>
 
124
      </PrecompiledHeader>
 
125
      <WarningLevel>Level3</WarningLevel>
 
126
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
127
    </ClCompile>
 
128
    <Link>
 
129
      <AdditionalDependencies>atk-1.0.lib;pangowin32-1.0.lib;imm32.lib;winspool.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
130
      <OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll</OutputFile>
 
131
      <ModuleDefinitionFile>$(IntDir)gtk.def</ModuleDefinitionFile>
 
132
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
133
      <SubSystem>Windows</SubSystem>
 
134
      <ImportLibrary>$(TargetDir)$(ProjectName)-win32-$(GtkApiVersion).lib</ImportLibrary>
 
135
      <TargetMachine>MachineX64</TargetMachine>
 
136
    </Link>
 
137
  </ItemDefinitionGroup>
 
138
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
139
    <ClCompile>
 
140
      <AdditionalIncludeDirectories>..\..\..\gdk;..\..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
141
      <PreprocessorDefinitions>$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
142
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
143
      <PrecompiledHeader>
 
144
      </PrecompiledHeader>
 
145
      <WarningLevel>Level3</WarningLevel>
 
146
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
147
    </ClCompile>
 
148
    <Link>
 
149
      <AdditionalDependencies>atk-1.0.lib;pangowin32-1.0.lib;imm32.lib;winspool.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
150
      <OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll</OutputFile>
 
151
      <ModuleDefinitionFile>$(IntDir)gtk.def</ModuleDefinitionFile>
 
152
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
153
      <SubSystem>Windows</SubSystem>
 
154
      <OptimizeReferences>true</OptimizeReferences>
 
155
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
156
      <ImportLibrary>$(TargetDir)$(ProjectName)-win32-$(GtkApiVersion).lib</ImportLibrary>
 
157
      <TargetMachine>MachineX64</TargetMachine>
 
158
    </Link>
 
159
  </ItemDefinitionGroup>
 
160
  <ItemGroup>
 
161
    <CustomBuild Include="..\..\..\gdk\gtk.symbols">
 
162
      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating gtk.def</Message>
 
163
      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GtkGenerateGtkDef)</Command>
 
164
      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)gtk.def;%(Outputs)</Outputs>
 
165
      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generating gtk.def</Message>
 
166
      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GtkGenerateGtkDefW64)</Command>
 
167
      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)gtk.def;%(Outputs)</Outputs>
 
168
      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating gtk.def</Message>
 
169
      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GtkGenerateGtkDef)</Command>
 
170
      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)gtk.def;%(Outputs)</Outputs>
 
171
      <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generating gtk.def</Message>
 
172
      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GtkGenerateGtkDefW64)</Command>
 
173
      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)gtk.def;%(Outputs)</Outputs>
 
174
    </CustomBuild>
 
175
  </ItemGroup>
 
176
  <ItemGroup>
 
177
    <ResourceCompile Include="..\..\..\gtk\gtk-win32.rc" />
 
178
  </ItemGroup>
 
179
  <ItemGroup>
 
180
   <ClCompile Include="..\..\..\gtk\gtkquery.c" />
 
181
   <ClCompile Include="..\..\..\gtk\gtksearchengine.c" />
 
182
   <ClCompile Include="..\..\..\gtk\gtksearchenginesimple.c" />
 
183
   <ClCompile Include="..\..\..\gtk\fnmatch.c" />
 
184
   <ClCompile Include="..\..\..\gtk\gtkaboutdialog.c" />
 
185
   <ClCompile Include="..\..\..\gtk\gtkaccelgroup.c" />
 
186
   <ClCompile Include="..\..\..\gtk\gtkaccellabel.c" />
 
187
   <ClCompile Include="..\..\..\gtk\gtkaccelmap.c" />
 
188
   <ClCompile Include="..\..\..\gtk\gtkaccessible.c" />
 
189
   <ClCompile Include="..\..\..\gtk\gtkaction.c" />
 
190
   <ClCompile Include="..\..\..\gtk\gtkactiongroup.c" />
 
191
   <ClCompile Include="..\..\..\gtk\gtkactivatable.c" />
 
192
   <ClCompile Include="..\..\..\gtk\gtkadjustment.c" />
 
193
   <ClCompile Include="..\..\..\gtk\gtkalignment.c" />
 
194
   <ClCompile Include="..\..\..\gtk\gtkarrow.c" />
 
195
   <ClCompile Include="..\..\..\gtk\gtkaspectframe.c" />
 
196
   <ClCompile Include="..\..\..\gtk\gtkassistant.c" />
 
197
   <ClCompile Include="..\..\..\gtk\gtkbbox.c" />
 
198
   <ClCompile Include="..\..\..\gtk\gtkbin.c" />
 
199
   <ClCompile Include="..\..\..\gtk\gtkbindings.c" />
 
200
   <ClCompile Include="..\..\..\gtk\gtkbox.c" />
 
201
   <ClCompile Include="..\..\..\gtk\gtkbuildable.c" />
 
202
   <ClCompile Include="..\..\..\gtk\gtkbuilder.c" />
 
203
   <ClCompile Include="..\..\..\gtk\gtkbuilderparser.c" />
 
204
   <ClCompile Include="..\..\..\gtk\gtkbutton.c" />
 
205
   <ClCompile Include="..\..\..\gtk\gtkcalendar.c" />
 
206
   <ClCompile Include="..\..\..\gtk\gtkcelleditable.c" />
 
207
   <ClCompile Include="..\..\..\gtk\gtkcelllayout.c" />
 
208
   <ClCompile Include="..\..\..\gtk\gtkcellrenderer.c" />
 
209
   <ClCompile Include="..\..\..\gtk\gtkcellrendereraccel.c" />
 
210
   <ClCompile Include="..\..\..\gtk\gtkcellrenderercombo.c" />
 
211
   <ClCompile Include="..\..\..\gtk\gtkcellrendererpixbuf.c" />
 
212
   <ClCompile Include="..\..\..\gtk\gtkcellrendererprogress.c" />
 
213
   <ClCompile Include="..\..\..\gtk\gtkcellrendererspin.c" />
 
214
   <ClCompile Include="..\..\..\gtk\gtkcellrendererspinner.c" />
 
215
   <ClCompile Include="..\..\..\gtk\gtkcellrenderertext.c" />
 
216
   <ClCompile Include="..\..\..\gtk\gtkcellrenderertoggle.c" />
 
217
   <ClCompile Include="..\..\..\gtk\gtkcellview.c" />
 
218
   <ClCompile Include="..\..\..\gtk\gtkcheckbutton.c" />
 
219
   <ClCompile Include="..\..\..\gtk\gtkcheckmenuitem.c" />
 
220
   <ClCompile Include="..\..\..\gtk\gtkcolorbutton.c" />
 
221
   <ClCompile Include="..\..\..\gtk\gtkcolorsel.c" />
 
222
   <ClCompile Include="..\..\..\gtk\gtkcolorseldialog.c" />
 
223
   <ClCompile Include="..\..\..\gtk\gtkcombobox.c" />
 
224
   <ClCompile Include="..\..\..\gtk\gtkcomboboxentry.c" />
 
225
   <ClCompile Include="..\..\..\gtk\gtkcomboboxtext.c" />
 
226
   <ClCompile Include="..\..\..\gtk\gtkcontainer.c" />
 
227
   <ClCompile Include="..\..\..\gtk\gtkdialog.c" />
 
228
   <ClCompile Include="..\..\..\gtk\gtkdrawingarea.c" />
 
229
   <ClCompile Include="..\..\..\gtk\gtkeditable.c" />
 
230
   <ClCompile Include="..\..\..\gtk\gtkentry.c" />
 
231
   <ClCompile Include="..\..\..\gtk\gtkentrybuffer.c" />
 
232
   <ClCompile Include="..\..\..\gtk\gtkentrycompletion.c" />
 
233
   <ClCompile Include="..\..\..\gtk\gtkeventbox.c" />
 
234
   <ClCompile Include="..\..\..\gtk\gtkexpander.c" />
 
235
   <ClCompile Include="..\..\..\gtk\gtkfilechooser.c" />
 
236
   <ClCompile Include="..\..\..\gtk\gtkfilechooserbutton.c" />
 
237
   <ClCompile Include="..\..\..\gtk\gtkfilechooserdefault.c" />
 
238
   <ClCompile Include="..\..\..\gtk\gtkfilechooserdialog.c" />
 
239
   <ClCompile Include="..\..\..\gtk\gtkfilechooserembed.c" />
 
240
   <ClCompile Include="..\..\..\gtk\gtkfilechooserentry.c" />
 
241
   <ClCompile Include="..\..\..\gtk\gtkfilechoosersettings.c" />
 
242
   <ClCompile Include="..\..\..\gtk\gtkfilechooserutils.c" />
 
243
   <ClCompile Include="..\..\..\gtk\gtkfilechooserwidget.c" />
 
244
   <ClCompile Include="..\..\..\gtk\gtkfilefilter.c" />
 
245
   <ClCompile Include="..\..\..\gtk\gtkfilesystem.c" />
 
246
   <ClCompile Include="..\..\..\gtk\gtkfilesystemmodel.c" />
 
247
   <ClCompile Include="..\..\..\gtk\gtkfixed.c" />
 
248
   <ClCompile Include="..\..\..\gtk\gtkfontbutton.c" />
 
249
   <ClCompile Include="..\..\..\gtk\gtkfontsel.c" />
 
250
   <ClCompile Include="..\..\..\gtk\gtkframe.c" />
 
251
   <ClCompile Include="..\..\..\gtk\gtkgc.c" />
 
252
   <ClCompile Include="..\..\..\gtk\gtkhandlebox.c" />
 
253
   <ClCompile Include="..\..\..\gtk\gtkhbbox.c" />
 
254
   <ClCompile Include="..\..\..\gtk\gtkhbox.c" />
 
255
   <ClCompile Include="..\..\..\gtk\gtkhpaned.c" />
 
256
   <ClCompile Include="..\..\..\gtk\gtkhruler.c" />
 
257
   <ClCompile Include="..\..\..\gtk\gtkhscale.c" />
 
258
   <ClCompile Include="..\..\..\gtk\gtkhscrollbar.c" />
 
259
   <ClCompile Include="..\..\..\gtk\gtkhseparator.c" />
 
260
   <ClCompile Include="..\..\..\gtk\gtkhsv.c" />
 
261
   <ClCompile Include="..\..\..\gtk\gtkiconcache.c" />
 
262
   <ClCompile Include="..\..\..\gtk\gtkiconcachevalidator.c" />
 
263
   <ClCompile Include="..\..\..\gtk\gtkiconfactory.c" />
 
264
   <ClCompile Include="..\..\..\gtk\gtkicontheme.c" />
 
265
   <ClCompile Include="..\..\..\gtk\gtkiconview.c" />
 
266
   <ClCompile Include="..\..\..\gtk\gtkimage.c" />
 
267
   <ClCompile Include="..\..\..\gtk\gtkimagemenuitem.c" />
 
268
   <ClCompile Include="..\..\..\gtk\gtkimcontext.c" />
 
269
   <ClCompile Include="..\..\..\gtk\gtkimcontextsimple.c" />
 
270
   <ClCompile Include="..\..\..\gtk\gtkimmodule.c" />
 
271
   <ClCompile Include="..\..\..\gtk\gtkimmulticontext.c" />
 
272
   <ClCompile Include="..\..\..\gtk\gtkinfobar.c" />
 
273
   <ClCompile Include="..\..\..\gtk\gtkinputdialog.c" />
 
274
   <ClCompile Include="..\..\..\gtk\gtkinvisible.c" />
 
275
   <ClCompile Include="..\..\..\gtk\gtkitem.c" />
 
276
   <ClCompile Include="..\..\..\gtk\gtkkeyhash.c" />
 
277
   <ClCompile Include="..\..\..\gtk\gtklabel.c" />
 
278
   <ClCompile Include="..\..\..\gtk\gtklayout.c" />
 
279
   <ClCompile Include="..\..\..\gtk\gtklinkbutton.c" />
 
280
   <ClCompile Include="..\..\..\gtk\gtkliststore.c" />
 
281
   <ClCompile Include="..\..\..\gtk\gtkmain.c" />
 
282
   <ClCompile Include="..\..\..\gtk\gtkmarshal.c" />
 
283
   <ClCompile Include="..\..\..\gtk\gtkmarshalers.c" />
 
284
   <ClCompile Include="..\..\..\gtk\gtkmenu.c" />
 
285
   <ClCompile Include="..\..\..\gtk\gtkmenubar.c" />
 
286
   <ClCompile Include="..\..\..\gtk\gtkmenuitem.c" />
 
287
   <ClCompile Include="..\..\..\gtk\gtkmenushell.c" />
 
288
   <ClCompile Include="..\..\..\gtk\gtkmenutoolbutton.c" />
 
289
   <ClCompile Include="..\..\..\gtk\gtkmessagedialog.c" />
 
290
   <ClCompile Include="..\..\..\gtk\gtkmisc.c" />
 
291
   <ClCompile Include="..\..\..\gtk\gtkmnemonichash.c" />
 
292
   <ClCompile Include="..\..\..\gtk\gtkmodules.c" />
 
293
   <ClCompile Include="..\..\..\gtk\gtkmountoperation.c" />
 
294
   <ClCompile Include="..\..\..\gtk\gtknotebook.c" />
 
295
   <ClCompile Include="..\..\..\gtk\gtkobject.c" />
 
296
   <ClCompile Include="..\..\..\gtk\gtkoffscreenwindow.c" />
 
297
   <ClCompile Include="..\..\..\gtk\gtkorientable.c" />
 
298
   <ClCompile Include="..\..\..\gtk\gtkpagesetup.c" />
 
299
   <ClCompile Include="..\..\..\gtk\gtkpaned.c" />
 
300
   <ClCompile Include="..\..\..\gtk\gtkpango.c" />
 
301
   <ClCompile Include="..\..\..\gtk\gtkpapersize.c" />
 
302
   <ClCompile Include="..\..\..\gtk\gtkpathbar.c" />
 
303
   <ClCompile Include="..\..\..\gtk\gtkplug.c" />
 
304
   <ClCompile Include="..\..\..\gtk\gtkprintcontext.c" />
 
305
   <ClCompile Include="..\..\..\gtk\gtkprintoperation.c" />
 
306
   <ClCompile Include="..\..\..\gtk\gtkprintoperationpreview.c" />
 
307
   <ClCompile Include="..\..\..\gtk\gtkprintsettings.c" />
 
308
   <ClCompile Include="..\..\..\gtk\gtkprintutils.c" />
 
309
   <ClCompile Include="..\..\..\gtk\gtkprogressbar.c" />
 
310
   <ClCompile Include="..\..\..\gtk\gtkradioaction.c" />
 
311
   <ClCompile Include="..\..\..\gtk\gtkradiobutton.c" />
 
312
   <ClCompile Include="..\..\..\gtk\gtkradiomenuitem.c" />
 
313
   <ClCompile Include="..\..\..\gtk\gtkradiotoolbutton.c" />
 
314
   <ClCompile Include="..\..\..\gtk\gtkrange.c" />
 
315
   <ClCompile Include="..\..\..\gtk\gtkrbtree.c" />
 
316
   <ClCompile Include="..\..\..\gtk\gtkrc.c" />
 
317
   <ClCompile Include="..\..\..\gtk\gtkrecentaction.c" />
 
318
   <ClCompile Include="..\..\..\gtk\gtkrecentchooserdefault.c" />
 
319
   <ClCompile Include="..\..\..\gtk\gtkrecentchooserdialog.c" />
 
320
   <ClCompile Include="..\..\..\gtk\gtkrecentchoosermenu.c" />
 
321
   <ClCompile Include="..\..\..\gtk\gtkrecentchooserwidget.c" />
 
322
   <ClCompile Include="..\..\..\gtk\gtkrecentchooserutils.c" />
 
323
   <ClCompile Include="..\..\..\gtk\gtkrecentchooser.c" />
 
324
   <ClCompile Include="..\..\..\gtk\gtkrecentfilter.c" />
 
325
   <ClCompile Include="..\..\..\gtk\gtkrecentmanager.c" />
 
326
   <ClCompile Include="..\..\..\gtk\gtkruler.c" />
 
327
   <ClCompile Include="..\..\..\gtk\gtkscale.c" />
 
328
   <ClCompile Include="..\..\..\gtk\gtkscalebutton.c" />
 
329
   <ClCompile Include="..\..\..\gtk\gtkscrollbar.c" />
 
330
   <ClCompile Include="..\..\..\gtk\gtkscrolledwindow.c" />
 
331
   <ClCompile Include="..\..\..\gtk\gtkselection.c" />
 
332
   <ClCompile Include="..\..\..\gtk\gtkseparator.c" />
 
333
   <ClCompile Include="..\..\..\gtk\gtkseparatormenuitem.c" />
 
334
   <ClCompile Include="..\..\..\gtk\gtkseparatortoolitem.c" />
 
335
   <ClCompile Include="..\..\..\gtk\gtksettings.c" />
 
336
   <ClCompile Include="..\..\..\gtk\gtksizegroup.c" />
 
337
   <ClCompile Include="..\..\..\gtk\gtkshow.c" />
 
338
   <ClCompile Include="..\..\..\gtk\gtksocket.c" />
 
339
   <ClCompile Include="..\..\..\gtk\gtkspinbutton.c" />
 
340
   <ClCompile Include="..\..\..\gtk\gtkspinner.c" />
 
341
   <ClCompile Include="..\..\..\gtk\gtkstatusbar.c" />
 
342
   <ClCompile Include="..\..\..\gtk\gtkstatusicon.c" />
 
343
   <ClCompile Include="..\..\..\gtk\gtkstock.c" />
 
344
   <ClCompile Include="..\..\..\gtk\gtkstyle.c" />
 
345
   <ClCompile Include="..\..\..\gtk\gtktable.c" />
 
346
   <ClCompile Include="..\..\..\gtk\gtktearoffmenuitem.c" />
 
347
   <ClCompile Include="..\..\..\gtk\gtktestutils.c" />
 
348
   <ClCompile Include="..\..\..\gtk\gtktextbtree.c" />
 
349
   <ClCompile Include="..\..\..\gtk\gtktextbuffer.c" />
 
350
   <ClCompile Include="..\..\..\gtk\gtktextbufferrichtext.c" />
 
351
   <ClCompile Include="..\..\..\gtk\gtktextbufferserialize.c" />
 
352
   <ClCompile Include="..\..\..\gtk\gtktextchild.c" />
 
353
   <ClCompile Include="..\..\..\gtk\gtktextdisplay.c" />
 
354
   <ClCompile Include="..\..\..\gtk\gtktextiter.c" />
 
355
   <ClCompile Include="..\..\..\gtk\gtktextlayout.c" />
 
356
   <ClCompile Include="..\..\..\gtk\gtktextmark.c" />
 
357
   <ClCompile Include="..\..\..\gtk\gtktextsegment.c" />
 
358
   <ClCompile Include="..\..\..\gtk\gtktexttag.c" />
 
359
   <ClCompile Include="..\..\..\gtk\gtktexttagtable.c" />
 
360
   <ClCompile Include="..\..\..\gtk\gtktexttypes.c" />
 
361
   <ClCompile Include="..\..\..\gtk\gtktextutil.c" />
 
362
   <ClCompile Include="..\..\..\gtk\gtktextview.c" />
 
363
   <ClCompile Include="..\..\..\gtk\gtkthemes.c" />
 
364
   <ClCompile Include="..\..\..\gtk\gtktoggleaction.c" />
 
365
   <ClCompile Include="..\..\..\gtk\gtktogglebutton.c" />
 
366
   <ClCompile Include="..\..\..\gtk\gtktoggletoolbutton.c" />
 
367
   <ClCompile Include="..\..\..\gtk\gtktoolbar.c" />
 
368
   <ClCompile Include="..\..\..\gtk\gtktoolbutton.c" />
 
369
   <ClCompile Include="..\..\..\gtk\gtktoolitem.c" />
 
370
   <ClCompile Include="..\..\..\gtk\gtktoolitemgroup.c" />
 
371
   <ClCompile Include="..\..\..\gtk\gtktoolpalette.c" />
 
372
   <ClCompile Include="..\..\..\gtk\gtktoolshell.c" />
 
373
   <ClCompile Include="..\..\..\gtk\gtktooltip.c" />
 
374
   <ClCompile Include="..\..\..\gtk\gtktreedatalist.c" />
 
375
   <ClCompile Include="..\..\..\gtk\gtktreednd.c" />
 
376
   <ClCompile Include="..\..\..\gtk\gtktreemodel.c" />
 
377
   <ClCompile Include="..\..\..\gtk\gtktreemodelfilter.c" />
 
378
   <ClCompile Include="..\..\..\gtk\gtktreemodelsort.c" />
 
379
   <ClCompile Include="..\..\..\gtk\gtktreeselection.c" />
 
380
   <ClCompile Include="..\..\..\gtk\gtktreesortable.c" />
 
381
   <ClCompile Include="..\..\..\gtk\gtktreestore.c" />
 
382
   <ClCompile Include="..\..\..\gtk\gtktreeview.c" />
 
383
   <ClCompile Include="..\..\..\gtk\gtktreeviewcolumn.c" />
 
384
   <ClCompile Include="..\..\..\gtk\gtktypebuiltins.c" />
 
385
   <ClCompile Include="..\..\..\gtk\gtktypeutils.c" />
 
386
   <ClCompile Include="..\..\..\gtk\gtkuimanager.c" />
 
387
   <ClCompile Include="..\..\..\gtk\gtkvbbox.c" />
 
388
   <ClCompile Include="..\..\..\gtk\gtkvbox.c" />
 
389
   <ClCompile Include="..\..\..\gtk\gtkvolumebutton.c" />
 
390
   <ClCompile Include="..\..\..\gtk\gtkviewport.c" />
 
391
   <ClCompile Include="..\..\..\gtk\gtkvpaned.c" />
 
392
   <ClCompile Include="..\..\..\gtk\gtkvruler.c" />
 
393
   <ClCompile Include="..\..\..\gtk\gtkvscale.c" />
 
394
   <ClCompile Include="..\..\..\gtk\gtkvscrollbar.c" />
 
395
   <ClCompile Include="..\..\..\gtk\gtkvseparator.c" />
 
396
   <ClCompile Include="..\..\..\gtk\gtkwidget.c" />
 
397
   <ClCompile Include="..\..\..\gtk\gtkwindow-decorate.c" />
 
398
   <ClCompile Include="..\..\..\gtk\gtkwindow.c" />
 
399
   <ClCompile Include="..\..\..\gtk\gtkclipboard.c" />
 
400
   <ClCompile Include="..\..\..\gtk\gtkdnd.c" />
 
401
   <ClCompile Include="..\..\..\gtk\gtktext.c" />
 
402
   <ClCompile Include="..\..\..\gtk\gtktree.c" />
 
403
   <ClCompile Include="..\..\..\gtk\gtktreeitem.c" />
 
404
   <ClCompile Include="..\..\..\gtk\gtkclist.c" />
 
405
   <ClCompile Include="..\..\..\gtk\gtkcombo.c" />
 
406
   <ClCompile Include="..\..\..\gtk\gtkctree.c" />
 
407
   <ClCompile Include="..\..\..\gtk\gtkcurve.c" />
 
408
   <ClCompile Include="..\..\..\gtk\gtkfilesel.c" />
 
409
   <ClCompile Include="..\..\..\gtk\gtkgamma.c" />
 
410
   <ClCompile Include="..\..\..\gtk\gtkitemfactory.c" />
 
411
   <ClCompile Include="..\..\..\gtk\gtklist.c" />
 
412
   <ClCompile Include="..\..\..\gtk\gtklistitem.c" />
 
413
   <ClCompile Include="..\..\..\gtk\gtkoldeditable.c" />
 
414
   <ClCompile Include="..\..\..\gtk\gtkoptionmenu.c" />
 
415
   <ClCompile Include="..\..\..\gtk\gtkpixmap.c" />
 
416
   <ClCompile Include="..\..\..\gtk\gtkpreview.c" />
 
417
   <ClCompile Include="..\..\..\gtk\gtkprogress.c" />
 
418
   <ClCompile Include="..\..\..\gtk\gtksignal.c" />
 
419
   <ClCompile Include="..\..\..\gtk\gtktipsquery.c" />
 
420
   <ClCompile Include="..\..\..\gtk\gtktooltips.c" />
 
421
   <ClCompile Include="..\..\..\gtk\gtkprint-win32.c" />
 
422
   <ClCompile Include="..\..\..\gtk\gtkprintoperation-win32.c" />
 
423
   <ClCompile Include="..\..\..\gtk\gtkplug-win32.c" />
 
424
   <ClCompile Include="..\..\..\gtk\gtksocket-win32.c" />
 
425
   <ClCompile Include="..\..\..\gtk\gtkwin32embed.c" />
 
426
   <ClCompile Include="..\..\..\gtk\gtkwin32embedwidget.c" />
 
427
   <ClCompile Include="..\..\..\gtk\gtkmountoperation-stub.c" />
 
428
    <ClCompile Include="..\..\..\modules\input\gtkimcontextime.c" />
 
429
    <ClCompile Include="..\..\..\modules\input\gtkimcontextmultipress.c" />
 
430
    <ClCompile Include="..\..\..\modules\input\gtkimcontextthai.c" />
 
431
    <ClCompile Include="..\..\..\modules\input\imam-et.c" />
 
432
    <ClCompile Include="..\..\..\modules\input\imcedilla.c" />
 
433
    <ClCompile Include="..\..\..\modules\input\imcyrillic-translit.c" />
 
434
    <ClCompile Include="..\..\..\modules\input\imime.c" />
 
435
    <ClCompile Include="..\..\..\modules\input\iminuktitut.c" />
 
436
    <ClCompile Include="..\..\..\modules\input\imipa.c" />
 
437
    <ClCompile Include="..\..\..\modules\input\immultipress.c" />
 
438
    <ClCompile Include="..\..\..\modules\input\imthai.c" />
 
439
    <ClCompile Include="..\..\..\modules\input\imti-er.c" />
 
440
    <ClCompile Include="..\..\..\modules\input\imti-et.c" />
 
441
    <ClCompile Include="..\..\..\modules\input\imviqr.c" />
 
442
    <ClCompile Include="..\..\..\modules\input\thai-charprop.c" />
 
443
  </ItemGroup>
 
444
  <ItemGroup>
 
445
    <ProjectReference Include="gdk.vcxproj">
 
446
      <Project>{fc5aadb5-95cd-4bf0-ba8b-0c16fe7073f7}</Project>
 
447
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
448
    </ProjectReference>
 
449
  </ItemGroup>
 
450
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
451
  <ImportGroup Label="ExtensionTargets">
 
452
  </ImportGroup>
 
453
</Project>