| <?xml version="1.0" encoding="utf-8"?> | 
 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
 |   <ItemGroup Label="ProjectConfigurations"> | 
 |     <ProjectConfiguration Include="Debug|Win32"> | 
 |       <Configuration>Debug</Configuration> | 
 |       <Platform>Win32</Platform> | 
 |     </ProjectConfiguration> | 
 |     <ProjectConfiguration Include="Debug|x64"> | 
 |       <Configuration>Debug</Configuration> | 
 |       <Platform>x64</Platform> | 
 |     </ProjectConfiguration> | 
 |     <ProjectConfiguration Include="Release|Win32"> | 
 |       <Configuration>Release</Configuration> | 
 |       <Platform>Win32</Platform> | 
 |     </ProjectConfiguration> | 
 |     <ProjectConfiguration Include="Release|x64"> | 
 |       <Configuration>Release</Configuration> | 
 |       <Platform>x64</Platform> | 
 |     </ProjectConfiguration> | 
 |   </ItemGroup> | 
 |   <PropertyGroup Label="Globals"> | 
 |     <ProjectGuid>{D0403E9A-2B00-4FD3-B3DD-3C8F9CB9A338}</ProjectGuid> | 
 |     <RootNamespace>glibtool</RootNamespace> | 
 |     <Keyword>Win32Proj</Keyword> | 
 |   </PropertyGroup> | 
 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 
 |     <ConfigurationType>Application</ConfigurationType> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 |     <PlatformToolset>v100</PlatformToolset> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 
 |     <ConfigurationType>Application</ConfigurationType> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |     <PlatformToolset>v100</PlatformToolset> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 
 |     <ConfigurationType>Application</ConfigurationType> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 |     <PlatformToolset>v100</PlatformToolset> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 
 |     <ConfigurationType>Application</ConfigurationType> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |     <PlatformToolset>v100</PlatformToolset> | 
 |   </PropertyGroup> | 
 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
 |   <ImportGroup Label="ExtensionSettings"> | 
 |   </ImportGroup> | 
 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |     <Import Project="glib-build-defines.props" /> | 
 |   </ImportGroup> | 
 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |     <Import Project="glib-build-defines.props" /> | 
 |   </ImportGroup> | 
 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |     <Import Project="glib-build-defines.props" /> | 
 |   </ImportGroup> | 
 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |     <Import Project="glib-build-defines.props" /> | 
 |   </ImportGroup> | 
 |   <PropertyGroup Label="UserMacros" /> | 
 |   <PropertyGroup> | 
 |     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | 
 |     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | 
 |     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | 
 |     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | 
 |   </PropertyGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
 |     <ClCompile> | 
 |       <Optimization>Disabled</Optimization> | 
 |       <AdditionalIncludeDirectories>..\..\..\gio;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
 |       <PreprocessorDefinitions>_DEBUG;$(GioInBuildMacro);%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |       <MinimalRebuild>true</MinimalRebuild> | 
 |       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | 
 |       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 
 |       <PrecompiledHeader> | 
 |       </PrecompiledHeader> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <OutputFile>$(OutDir)gio.exe</OutputFile> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |       <SubSystem>Console</SubSystem> | 
 |       <ProgramDatabaseFile>$(OutDir)gio.pdb</ProgramDatabaseFile> | 
 |       <TargetMachine>MachineX86</TargetMachine> | 
 |     </Link> | 
 |   </ItemDefinitionGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
 |     <ClCompile> | 
 |       <Optimization>Disabled</Optimization> | 
 |       <AdditionalIncludeDirectories>..\..\..\gio;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
 |       <PreprocessorDefinitions>_DEBUG;$(GioInBuildMacro);%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |       <MinimalRebuild>true</MinimalRebuild> | 
 |       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | 
 |       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 
 |       <PrecompiledHeader> | 
 |       </PrecompiledHeader> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | 
 |       <CompileAs>CompileAsC</CompileAs> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <OutputFile>$(OutDir)gio.exe</OutputFile> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |       <SubSystem>Console</SubSystem> | 
 |       <RandomizedBaseAddress>false</RandomizedBaseAddress> | 
 |       <DataExecutionPrevention> | 
 |       </DataExecutionPrevention> | 
 |       <ProgramDatabaseFile>$(OutDir)gio.pdb</ProgramDatabaseFile> | 
 |       <TargetMachine>MachineX64</TargetMachine> | 
 |     </Link> | 
 |   </ItemDefinitionGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
 |     <ClCompile> | 
 |       <Optimization>MaxSpeed</Optimization> | 
 |       <IntrinsicFunctions>true</IntrinsicFunctions> | 
 |       <AdditionalIncludeDirectories>..\..\..\gio;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
 |       <PreprocessorDefinitions>$(GioInBuildMacro);%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | 
 |       <FunctionLevelLinking>true</FunctionLevelLinking> | 
 |       <PrecompiledHeader> | 
 |       </PrecompiledHeader> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <OutputFile>$(OutDir)gio.exe</OutputFile> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |       <SubSystem>Console</SubSystem> | 
 |       <OptimizeReferences>true</OptimizeReferences> | 
 |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
 |       <ProgramDatabaseFile>$(OutDir)gio.pdb</ProgramDatabaseFile> | 
 |       <TargetMachine>MachineX86</TargetMachine> | 
 |     </Link> | 
 |   </ItemDefinitionGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
 |     <ClCompile> | 
 |       <AdditionalIncludeDirectories>..\..\..\gio;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
 |       <PreprocessorDefinitions>$(GioInBuildMacro);%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | 
 |       <PrecompiledHeader> | 
 |       </PrecompiledHeader> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | 
 |       <CompileAs>CompileAsC</CompileAs> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <OutputFile>$(OutDir)gio.exe</OutputFile> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |       <SubSystem>Console</SubSystem> | 
 |       <OptimizeReferences>true</OptimizeReferences> | 
 |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
 |       <RandomizedBaseAddress>false</RandomizedBaseAddress> | 
 |       <DataExecutionPrevention> | 
 |       </DataExecutionPrevention> | 
 |       <ProgramDatabaseFile>$(OutDir)gio.pdb</ProgramDatabaseFile> | 
 |       <TargetMachine>MachineX64</TargetMachine> | 
 |     </Link> | 
 |   </ItemDefinitionGroup> | 
 |   <ItemGroup> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-cat.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-copy.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-info.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-list.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-mime.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-mkdir.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-monitor.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-mount.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-move.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-open.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-rename.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-remove.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-save.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-set.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-trash.c" /> | 
 |    <ClCompile Include="..\..\..\gio\gio-tool-tree.c" /> | 
 |   </ItemGroup> | 
 |   <ItemGroup> | 
 |     <ProjectReference Include="gio.vcxproj"> | 
 |       <Project>{f3d1583c-5613-4809-bd98-7cc1c1276f92}</Project> | 
 |       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | 
 |     </ProjectReference> | 
 |     <ProjectReference Include="glib.vcxproj"> | 
 |       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project> | 
 |       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | 
 |     </ProjectReference> | 
 |     <ProjectReference Include="gobject.vcxproj"> | 
 |       <Project>{f172effc-e30f-4593-809e-db2024b1e753}</Project> | 
 |       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | 
 |     </ProjectReference> | 
 |   </ItemGroup> | 
 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
 |   <ImportGroup Label="ExtensionTargets"> | 
 |   </ImportGroup> | 
 | </Project> |