Tizen 2.1 base
[platform/upstream/glib2.0.git] / build / win32 / vs10 / gio.vcxproj
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>{F3D1583C-5613-4809-BD98-7CC1C1276F92}</ProjectGuid>
23     <RootNamespace>gio</RootNamespace>
24   </PropertyGroup>
25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27     <ConfigurationType>DynamicLibrary</ConfigurationType>
28     <CharacterSet>MultiByte</CharacterSet>
29     <WholeProgramOptimization>true</WholeProgramOptimization>
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     <WholeProgramOptimization>true</WholeProgramOptimization>
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="glib.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="glib.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="glib.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="glib.props" />
62   </ImportGroup>
63   <PropertyGroup Label="UserMacros" />
64   <PropertyGroup>
65     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
66     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
67     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
68     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
69   </PropertyGroup>
70   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
71     <ClCompile>
72       <Optimization>Disabled</Optimization>
73       <AdditionalIncludeDirectories>../../../gio;../../../gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
74       <PreprocessorDefinitions>_DEBUG;G_LOG_DOMAIN="GLib-GIO";GIO_COMPILATION;DLL_EXPORT;GIO_MODULE_DIR="gio/modules";%(PreprocessorDefinitions)</PreprocessorDefinitions>
75       <MinimalRebuild>true</MinimalRebuild>
76       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
77       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
78       <PrecompiledHeader>
79       </PrecompiledHeader>
80       <WarningLevel>Level3</WarningLevel>
81       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
82       <CompileAs>CompileAsC</CompileAs>
83     </ClCompile>
84     <Link>
85       <AdditionalDependencies>zlib1d.lib;ws2_32.lib;shlwapi.lib;dnsapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
86       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
87       <ModuleDefinitionFile>$(IntDir)gio.def</ModuleDefinitionFile>
88       <GenerateDebugInformation>true</GenerateDebugInformation>
89       <SubSystem>Windows</SubSystem>
90       <RandomizedBaseAddress>false</RandomizedBaseAddress>
91       <DataExecutionPrevention>
92       </DataExecutionPrevention>
93       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
94       <TargetMachine>MachineX86</TargetMachine>
95     </Link>
96   </ItemDefinitionGroup>
97   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
98     <ClCompile>
99       <AdditionalIncludeDirectories>../../../gio;../../../gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
100       <PreprocessorDefinitions>G_LOG_DOMAIN="GLib-GIO";GIO_COMPILATION;DLL_EXPORT;GIO_MODULE_DIR="gio/modules";%(PreprocessorDefinitions)</PreprocessorDefinitions>
101       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
102       <PrecompiledHeader>
103       </PrecompiledHeader>
104       <WarningLevel>Level3</WarningLevel>
105       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
106       <CompileAs>CompileAsC</CompileAs>
107     </ClCompile>
108     <Link>
109       <AdditionalDependencies>zlib1.lib;ws2_32.lib;shlwapi.lib;dnsapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
110       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
111       <ModuleDefinitionFile>$(IntDir)gio.def</ModuleDefinitionFile>
112       <GenerateDebugInformation>true</GenerateDebugInformation>
113       <SubSystem>Windows</SubSystem>
114       <OptimizeReferences>true</OptimizeReferences>
115       <EnableCOMDATFolding>true</EnableCOMDATFolding>
116       <RandomizedBaseAddress>false</RandomizedBaseAddress>
117       <DataExecutionPrevention>
118       </DataExecutionPrevention>
119       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
120       <TargetMachine>MachineX86</TargetMachine>
121     </Link>
122   </ItemDefinitionGroup>
123   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
124     <ClCompile>
125       <Optimization>Disabled</Optimization>
126       <AdditionalIncludeDirectories>../../../gio;../../../gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
127       <PreprocessorDefinitions>_DEBUG;G_LOG_DOMAIN="GLib-GIO";GIO_COMPILATION;DLL_EXPORT;GIO_MODULE_DIR="gio/modules";%(PreprocessorDefinitions)</PreprocessorDefinitions>
128       <MinimalRebuild>true</MinimalRebuild>
129       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
130       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
131       <PrecompiledHeader>
132       </PrecompiledHeader>
133       <WarningLevel>Level3</WarningLevel>
134       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
135       <CompileAs>CompileAsC</CompileAs>
136     </ClCompile>
137     <Link>
138       <AdditionalDependencies>zlib1d.lib;ws2_32.lib;shlwapi.lib;dnsapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
139       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
140       <ModuleDefinitionFile>$(IntDir)gio.def</ModuleDefinitionFile>
141       <GenerateDebugInformation>true</GenerateDebugInformation>
142       <SubSystem>Windows</SubSystem>
143       <RandomizedBaseAddress>false</RandomizedBaseAddress>
144       <DataExecutionPrevention>
145       </DataExecutionPrevention>
146       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
147       <TargetMachine>MachineX64</TargetMachine>
148     </Link>
149   </ItemDefinitionGroup>
150   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
151     <ClCompile>
152       <AdditionalIncludeDirectories>../../../gio;../../../gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
153       <PreprocessorDefinitions>G_LOG_DOMAIN="GLib-GIO";GIO_COMPILATION;DLL_EXPORT;GIO_MODULE_DIR="gio/modules";%(PreprocessorDefinitions)</PreprocessorDefinitions>
154       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
155       <PrecompiledHeader>
156       </PrecompiledHeader>
157       <WarningLevel>Level3</WarningLevel>
158       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
159       <CompileAs>CompileAsC</CompileAs>
160     </ClCompile>
161     <Link>
162       <AdditionalDependencies>zlib1.lib;ws2_32.lib;shlwapi.lib;dnsapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
163       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
164       <ModuleDefinitionFile>$(IntDir)gio.def</ModuleDefinitionFile>
165       <GenerateDebugInformation>true</GenerateDebugInformation>
166       <SubSystem>Windows</SubSystem>
167       <OptimizeReferences>true</OptimizeReferences>
168       <EnableCOMDATFolding>true</EnableCOMDATFolding>
169       <RandomizedBaseAddress>false</RandomizedBaseAddress>
170       <DataExecutionPrevention>
171       </DataExecutionPrevention>
172       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
173       <TargetMachine>MachineX64</TargetMachine>
174     </Link>
175   </ItemDefinitionGroup>
176   <ItemGroup>
177     <ClCompile Include="..\..\..\gio\gaction.c" />
178     <ClCompile Include="..\..\..\gio\gactiongroup.c" />
179     <ClCompile Include="..\..\..\gio\gactiongroupexporter.c" />
180     <ClCompile Include="..\..\..\gio\gactionmap.c" />
181     <ClCompile Include="..\..\..\gio\gappinfo.c" />
182     <ClCompile Include="..\..\..\gio\gapplication.c" />
183     <ClCompile Include="..\..\..\gio\gapplicationcommandline.c" />
184     <ClCompile Include="..\..\..\gio\gapplicationimpl-dbus.c" />
185     <ClCompile Include="..\..\..\gio\gasynchelper.c" />
186     <ClCompile Include="..\..\..\gio\gasyncinitable.c" />
187     <ClCompile Include="..\..\..\gio\gasyncresult.c" />
188     <ClCompile Include="..\..\..\gio\gbufferedinputstream.c" />
189     <ClCompile Include="..\..\..\gio\gbufferedoutputstream.c" />
190     <ClCompile Include="..\..\..\gio\gcancellable.c" />
191     <ClCompile Include="..\..\..\gio\gcharsetconverter.c" />
192     <ClCompile Include="..\..\..\gio\gcontenttype.c" />
193     <ClCompile Include="..\..\..\gio\gconverter.c" />
194     <ClCompile Include="..\..\..\gio\gconverterinputstream.c" />
195     <ClCompile Include="..\..\..\gio\gconverteroutputstream.c" />
196     <ClCompile Include="..\..\..\gio\gcredentials.c" />
197     <ClCompile Include="..\..\..\gio\gdatainputstream.c" />
198     <ClCompile Include="..\..\..\gio\gdataoutputstream.c" />
199     <ClCompile Include="..\..\..\gio\gdbusactiongroup.c" />
200     <ClCompile Include="..\..\..\gio\gdbusaddress.c" />
201     <ClCompile Include="..\..\..\gio\gdbusauth.c" />
202     <ClCompile Include="..\..\..\gio\gdbusauthmechanismanon.c" />
203     <ClCompile Include="..\..\..\gio\gdbusauthmechanism.c" />
204     <ClCompile Include="..\..\..\gio\gdbusauthmechanismexternal.c" />
205     <ClCompile Include="..\..\..\gio\gdbusauthmechanismsha1.c" />
206     <ClCompile Include="..\..\..\gio\gdbusauthobserver.c" />
207     <ClCompile Include="..\..\..\gio\gdbusconnection.c" />
208     <ClCompile Include="..\..\..\gio\gdbusdaemon.c" />
209     <ClCompile Include="..\..\..\gio\gdbus-daemon-generated.c" />
210     <ClCompile Include="..\..\..\gio\gdbuserror.c" />
211     <ClCompile Include="..\..\..\gio\gdbusinterface.c" />
212     <ClCompile Include="..\..\..\gio\gdbusinterfaceskeleton.c" />
213     <ClCompile Include="..\..\..\gio\gdbusintrospection.c" />
214     <ClCompile Include="..\..\..\gio\gdbusmenumodel.c" />
215     <ClCompile Include="..\..\..\gio\gdbusmessage.c" />
216     <ClCompile Include="..\..\..\gio\gdbusmethodinvocation.c" />
217     <ClCompile Include="..\..\..\gio\gdbusnameowning.c" />
218     <ClCompile Include="..\..\..\gio\gdbusnamewatching.c" />
219     <ClCompile Include="..\..\..\gio\gdbusobject.c" />
220     <ClCompile Include="..\..\..\gio\gdbusobjectmanager.c" />
221     <ClCompile Include="..\..\..\gio\gdbusobjectmanagerclient.c" />
222     <ClCompile Include="..\..\..\gio\gdbusobjectmanagerserver.c" />
223     <ClCompile Include="..\..\..\gio\gdbusobjectproxy.c" />
224     <ClCompile Include="..\..\..\gio\gdbusobjectskeleton.c" />
225     <ClCompile Include="..\..\..\gio\gdbusprivate.c" />
226     <ClCompile Include="..\..\..\gio\gdbusproxy.c" />
227     <ClCompile Include="..\..\..\gio\gdbusserver.c" />
228     <ClCompile Include="..\..\..\gio\gdbusutils.c" />
229     <ClCompile Include="..\..\..\gio\gdelayedsettingsbackend.c" />
230     <ClCompile Include="..\..\..\gio\gdrive.c" />
231     <ClCompile Include="..\..\..\gio\gdummyfile.c" />
232     <ClCompile Include="..\..\..\gio\gdummyproxyresolver.c" />
233     <ClCompile Include="..\..\..\gio\gdummytlsbackend.c" />
234     <ClCompile Include="..\..\..\gio\gemblem.c" />
235     <ClCompile Include="..\..\..\gio\gemblemedicon.c" />
236     <ClCompile Include="..\..\..\gio\gfileattribute.c" />
237     <ClCompile Include="..\..\..\gio\gfile.c" />
238     <ClCompile Include="..\..\..\gio\gfiledescriptorbased.c" />
239     <ClCompile Include="..\..\..\gio\gfileenumerator.c" />
240     <ClCompile Include="..\..\..\gio\gfileicon.c" />
241     <ClCompile Include="..\..\..\gio\gfileinfo.c" />
242     <ClCompile Include="..\..\..\gio\gfileinputstream.c" />
243     <ClCompile Include="..\..\..\gio\gfileiostream.c" />
244     <ClCompile Include="..\..\..\gio\gfilemonitor.c" />
245     <ClCompile Include="..\..\..\gio\gfilenamecompleter.c" />
246     <ClCompile Include="..\..\..\gio\gfileoutputstream.c" />
247     <ClCompile Include="..\..\..\gio\gfilterinputstream.c" />
248     <ClCompile Include="..\..\..\gio\gfilteroutputstream.c" />
249     <ClCompile Include="..\..\..\gio\gicon.c" />
250     <ClCompile Include="..\..\..\gio\ginetaddress.c" />
251     <ClCompile Include="..\..\..\gio\ginetaddressmask.c" />
252     <ClCompile Include="..\..\..\gio\ginetsocketaddress.c" />
253     <ClCompile Include="..\..\..\gio\ginitable.c" />
254     <ClCompile Include="..\..\..\gio\ginputstream.c" />
255     <ClCompile Include="..\..\..\gio\gioenumtypes.c" />
256     <ClCompile Include="..\..\..\gio\gioerror.c" />
257     <ClCompile Include="..\..\..\gio\giomodule.c" />
258     <ClCompile Include="..\..\..\gio\gioscheduler.c" />
259     <ClCompile Include="..\..\..\gio\giostream.c" />
260     <ClCompile Include="..\..\..\gio\gkeyfilesettingsbackend.c" />
261     <ClCompile Include="..\..\..\gio\gloadableicon.c" />
262     <ClCompile Include="..\..\..\gio\glocaldirectorymonitor.c" />
263     <ClCompile Include="..\..\..\gio\glocalfile.c" />
264     <ClCompile Include="..\..\..\gio\glocalfileenumerator.c" />
265     <ClCompile Include="..\..\..\gio\glocalfileinfo.c" />
266     <ClCompile Include="..\..\..\gio\glocalfileinputstream.c" />
267     <ClCompile Include="..\..\..\gio\glocalfileiostream.c" />
268     <ClCompile Include="..\..\..\gio\glocalfilemonitor.c" />
269     <ClCompile Include="..\..\..\gio\glocalfileoutputstream.c" />
270     <ClCompile Include="..\..\..\gio\glocalvfs.c" />
271     <ClCompile Include="..\..\..\gio\gmemoryinputstream.c" />
272     <ClCompile Include="..\..\..\gio\gmemoryoutputstream.c" />
273     <ClCompile Include="..\..\..\gio\gmemorysettingsbackend.c" />
274     <ClCompile Include="..\..\..\gio\gmenu.c" />
275     <ClCompile Include="..\..\..\gio\gmenuexporter.c" />
276     <ClCompile Include="..\..\..\gio\gmenumodel.c" />
277     <ClCompile Include="..\..\..\gio\gmount.c" />
278     <ClCompile Include="..\..\..\gio\gmountoperation.c" />
279     <ClCompile Include="..\..\..\gio\gnativevolumemonitor.c" />
280     <ClCompile Include="..\..\..\gio\gnetworkaddress.c" />
281     <ClCompile Include="..\..\..\gio\gnetworkmonitorbase.c" />
282     <ClCompile Include="..\..\..\gio\gnetworkmonitor.c" />
283     <ClCompile Include="..\..\..\gio\gnetworkservice.c" />
284     <ClCompile Include="..\..\..\gio\gnullsettingsbackend.c" />
285     <ClCompile Include="..\..\..\gio\goutputstream.c" />
286     <ClCompile Include="..\..\..\gio\gpermission.c" />
287     <ClCompile Include="..\..\..\gio\gpollableinputstream.c" />
288     <ClCompile Include="..\..\..\gio\gpollableoutputstream.c" />
289     <ClCompile Include="..\..\..\gio\gpollfilemonitor.c" />
290     <ClCompile Include="..\..\..\gio\gproxyaddress.c" />
291     <ClCompile Include="..\..\..\gio\gproxyaddressenumerator.c" />
292     <ClCompile Include="..\..\..\gio\gproxy.c" />
293     <ClCompile Include="..\..\..\gio\gproxyresolver.c" />
294     <ClCompile Include="..\..\..\gio\gregistrysettingsbackend.c" />
295     <ClCompile Include="..\..\..\gio\gremoteactiongroup.c" />
296     <ClCompile Include="..\..\..\gio\gresolver.c" />
297     <ClCompile Include="..\..\..\gio\gresource.c" />
298     <ClCompile Include="..\..\..\gio\gresourcefile.c" />
299     <ClCompile Include="..\..\..\gio\gseekable.c" />
300     <ClCompile Include="..\..\..\gio\gsettingsbackend.c" />
301     <ClCompile Include="..\..\..\gio\gsettings.c" />
302     <ClCompile Include="..\..\..\gio\gsettings-mapping.c" />
303     <ClCompile Include="..\..\..\gio\gsettingsschema.c" />
304     <ClCompile Include="..\..\..\gio\gsimpleaction.c" />
305     <ClCompile Include="..\..\..\gio\gsimpleactiongroup.c" />
306     <ClCompile Include="..\..\..\gio\gsimpleasyncresult.c" />
307     <ClCompile Include="..\..\..\gio\gsimplepermission.c" />
308     <ClCompile Include="..\..\..\gio\gsocketaddress.c" />
309     <ClCompile Include="..\..\..\gio\gsocketaddressenumerator.c" />
310     <ClCompile Include="..\..\..\gio\gsocket.c" />
311     <ClCompile Include="..\..\..\gio\gsocketclient.c" />
312     <ClCompile Include="..\..\..\gio\gsocketconnectable.c" />
313     <ClCompile Include="..\..\..\gio\gsocketconnection.c" />
314     <ClCompile Include="..\..\..\gio\gsocketcontrolmessage.c" />
315     <ClCompile Include="..\..\..\gio\gsocketinputstream.c" />
316     <ClCompile Include="..\..\..\gio\gsocketlistener.c" />
317     <ClCompile Include="..\..\..\gio\gsocketoutputstream.c" />
318     <ClCompile Include="..\..\..\gio\gsocketservice.c" />
319     <ClCompile Include="..\..\..\gio\gsocks4aproxy.c" />
320     <ClCompile Include="..\..\..\gio\gsocks4proxy.c" />
321     <ClCompile Include="..\..\..\gio\gsocks5proxy.c" />
322     <ClCompile Include="..\..\..\gio\gsrvtarget.c" />
323     <ClCompile Include="..\..\..\gio\gtcpconnection.c" />
324     <ClCompile Include="..\..\..\gio\gtcpwrapperconnection.c" />
325     <ClCompile Include="..\..\..\gio\gthemedicon.c" />
326     <ClCompile Include="..\..\..\gio\gthreadedresolver.c" />
327     <ClCompile Include="..\..\..\gio\gthreadedsocketservice.c" />
328     <ClCompile Include="..\..\..\gio\gtlsbackend.c" />
329     <ClCompile Include="..\..\..\gio\gtlscertificate.c" />
330     <ClCompile Include="..\..\..\gio\gtlsclientconnection.c" />
331     <ClCompile Include="..\..\..\gio\gtlsconnection.c" />
332     <ClCompile Include="..\..\..\gio\gtlsdatabase.c" />
333     <ClCompile Include="..\..\..\gio\gtlsfiledatabase.c" />
334     <ClCompile Include="..\..\..\gio\gtlsinteraction.c" />
335     <ClCompile Include="..\..\..\gio\gtlspassword.c" />
336     <ClCompile Include="..\..\..\gio\gtlsserverconnection.c" />
337     <ClCompile Include="..\..\..\gio\gunionvolumemonitor.c" />
338     <ClCompile Include="..\..\..\gio\gvdb\gvdb-reader.c" />
339     <ClCompile Include="..\..\..\gio\gvfs.c" />
340     <ClCompile Include="..\..\..\gio\gvolume.c" />
341     <ClCompile Include="..\..\..\gio\gvolumemonitor.c" />
342     <ClCompile Include="..\..\..\gio\gwin32appinfo.c" />
343     <ClCompile Include="..\..\..\gio\gwin32inputstream.c" />
344     <ClCompile Include="..\..\..\gio\gwin32mount.c" />
345     <ClCompile Include="..\..\..\gio\gwin32outputstream.c" />
346     <ClCompile Include="..\..\..\gio\gwin32volumemonitor.c" />
347     <ClCompile Include="..\..\..\gio\gzlibcompressor.c" />
348     <ClCompile Include="..\..\..\gio\gzlibdecompressor.c" />
349     <ClCompile Include="..\..\..\gio\win32\gwin32directorymonitor.c" />
350     <ClCompile Include="..\..\..\gio\win32\gwinhttpfile.c" />
351     <ClCompile Include="..\..\..\gio\win32\gwinhttpfileinputstream.c" />
352     <ClCompile Include="..\..\..\gio\win32\gwinhttpfileoutputstream.c" />
353     <ClCompile Include="..\..\..\gio\win32\gwinhttpvfs.c" />
354   </ItemGroup>
355   <ItemGroup>
356     <ResourceCompile Include="..\..\..\gio\gio.rc" />
357   </ItemGroup>
358   <ItemGroup>
359     <CustomBuild Include="..\..\..\gio\gio.symbols">
360       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating gio.def</Message>
361       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GlibGenerateGioDef)</Command>
362       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)gio.def;%(Outputs)</Outputs>
363       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generating gio.def</Message>
364       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GlibGenerateGioDef)</Command>
365       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)gio.def;%(Outputs)</Outputs>
366       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating gio.def</Message>
367       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GlibGenerateGioDef)</Command>
368       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)gio.def;%(Outputs)</Outputs>
369       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generating gio.def</Message>
370       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GlibGenerateGioDef)</Command>
371       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)gio.def;%(Outputs)</Outputs>
372     </CustomBuild>
373   </ItemGroup>
374   <ItemGroup>
375     <ProjectReference Include="glib.vcxproj">
376       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
377       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
378     </ProjectReference>
379     <ProjectReference Include="gmodule.vcxproj">
380       <Project>{4214047c-f5c1-40b3-8369-5dced8c32770}</Project>
381       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
382     </ProjectReference>
383     <ProjectReference Include="gobject.vcxproj">
384       <Project>{f172effc-e30f-4593-809e-db2024b1e753}</Project>
385       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
386     </ProjectReference>
387   </ItemGroup>
388   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
389   <ImportGroup Label="ExtensionTargets">
390   </ImportGroup>
391 </Project>