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>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{F3D1583C-5613-4809-BD98-7CC1C1276F92}</ProjectGuid>
23 <RootNamespace>gio</RootNamespace>
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>v100</PlatformToolset>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33 <ConfigurationType>DynamicLibrary</ConfigurationType>
34 <CharacterSet>MultiByte</CharacterSet>
35 <PlatformToolset>v100</PlatformToolset>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
38 <ConfigurationType>DynamicLibrary</ConfigurationType>
39 <CharacterSet>MultiByte</CharacterSet>
40 <WholeProgramOptimization>true</WholeProgramOptimization>
41 <PlatformToolset>v100</PlatformToolset>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
44 <ConfigurationType>DynamicLibrary</ConfigurationType>
45 <CharacterSet>MultiByte</CharacterSet>
46 <PlatformToolset>v100</PlatformToolset>
48 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49 <ImportGroup Label="ExtensionSettings">
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" />
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" />
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" />
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" />
67 <PropertyGroup Label="UserMacros" />
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>
74 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
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>
84 <WarningLevel>Level3</WarningLevel>
85 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
86 <CompileAs>CompileAsC</CompileAs>
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>
100 </ItemDefinitionGroup>
101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
103 <AdditionalIncludeDirectories>..\..\gio;..\..\gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
104 <PreprocessorDefinitions>$(GioBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
105 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
108 <WarningLevel>Level3</WarningLevel>
109 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
110 <CompileAs>CompileAsC</CompileAs>
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>
126 </ItemDefinitionGroup>
127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
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>
137 <WarningLevel>Level3</WarningLevel>
138 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
139 <CompileAs>CompileAsC</CompileAs>
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>
153 </ItemDefinitionGroup>
154 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
156 <AdditionalIncludeDirectories>..\..\gio;..\..\gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
157 <PreprocessorDefinitions>$(GioBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
158 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
161 <WarningLevel>Level3</WarningLevel>
162 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
163 <CompileAs>CompileAsC</CompileAs>
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>
179 </ItemDefinitionGroup>
181 #include "gio.vs10.sourcefiles"
184 <CustomBuild Include="..\..\gio\gnetworking.h.win32">
185 <Message Condition="'$(Configuration)'=='Debug|Win32'">Copying gnetworking.h from gnetworking.h.win32...</Message>
186 <Command Condition="'$(Configuration)'=='Debug|Win32'">$(GenGNetworkingH)</Command>
187 <Outputs Condition="'$(Configuration)'=='Debug|Win32'">..\..\gio\gnetworking.h;%(Outputs)</Outputs>
188 <Message Condition="'$(Configuration)'=='Release'">Copying gnetworking.h from gnetworking.h.win32...</Message>
189 <Command Condition="'$(Configuration)'=='Release'">$(GenGNetworkingH)</Command>
190 <Outputs Condition="'$(Configuration)'=='Release'">..\..\gio\gnetworking.h;%(Outputs)</Outputs>
194 <ResourceCompile Include="..\..\gio\gio.rc" />
197 <ProjectReference Include="glib.vcxproj">
198 <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
199 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
201 <ProjectReference Include="gmodule.vcxproj">
202 <Project>{4214047c-f5c1-40b3-8369-5dced8c32770}</Project>
203 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
205 <ProjectReference Include="gobject.vcxproj">
206 <Project>{f172effc-e30f-4593-809e-db2024b1e753}</Project>
207 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
210 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
211 <ImportGroup Label="ExtensionTargets">