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