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>{F172EFFC-E30F-4593-809E-DB2024B1E753}</ProjectGuid>
23 <RootNamespace>gobject</RootNamespace>
24 <Keyword>Win32Proj</Keyword>
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 <WholeProgramOptimization>true</WholeProgramOptimization>
31 <PlatformToolset>v100</PlatformToolset>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34 <ConfigurationType>DynamicLibrary</ConfigurationType>
35 <CharacterSet>MultiByte</CharacterSet>
36 <PlatformToolset>v100</PlatformToolset>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39 <ConfigurationType>DynamicLibrary</ConfigurationType>
40 <CharacterSet>MultiByte</CharacterSet>
41 <WholeProgramOptimization>true</WholeProgramOptimization>
42 <PlatformToolset>v100</PlatformToolset>
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45 <ConfigurationType>DynamicLibrary</ConfigurationType>
46 <CharacterSet>MultiByte</CharacterSet>
47 <PlatformToolset>v100</PlatformToolset>
49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50 <ImportGroup Label="ExtensionSettings">
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54 <Import Project="glib.props" />
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 <Import Project="glib.props" />
60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 <Import Project="glib.props" />
64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66 <Import Project="glib.props" />
68 <PropertyGroup Label="UserMacros" />
70 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
71 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
73 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
75 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77 <Optimization>Disabled</Optimization>
78 <PreprocessorDefinitions>_DEBUG;GOBJECT_COMPILATION;DLL_EXPORT;G_LOG_DOMAIN="GLib-GObject";FFI_BUILDING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
79 <MinimalRebuild>true</MinimalRebuild>
80 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
81 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
84 <WarningLevel>Level3</WarningLevel>
85 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
88 <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
89 <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
90 <GenerateDebugInformation>true</GenerateDebugInformation>
91 <SubSystem>Windows</SubSystem>
92 <RandomizedBaseAddress>false</RandomizedBaseAddress>
93 <DataExecutionPrevention>
94 </DataExecutionPrevention>
95 <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
96 <TargetMachine>MachineX86</TargetMachine>
98 </ItemDefinitionGroup>
99 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
101 <WholeProgramOptimization>false</WholeProgramOptimization>
102 <PreprocessorDefinitions>GOBJECT_COMPILATION;DLL_EXPORT;G_LOG_DOMAIN="GLib-GObject";FFI_BUILDING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
106 <WarningLevel>Level3</WarningLevel>
107 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
110 <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
111 <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
112 <GenerateDebugInformation>true</GenerateDebugInformation>
113 <SubSystem>Windows</SubSystem>
114 <OptimizeReferences>true</OptimizeReferences>
115 <EnableCOMDATFolding>true</EnableCOMDATFolding>
116 <LinkTimeCodeGeneration>
117 </LinkTimeCodeGeneration>
118 <RandomizedBaseAddress>false</RandomizedBaseAddress>
119 <DataExecutionPrevention>
120 </DataExecutionPrevention>
121 <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
122 <TargetMachine>MachineX86</TargetMachine>
124 </ItemDefinitionGroup>
125 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
127 <Optimization>Disabled</Optimization>
128 <PreprocessorDefinitions>_DEBUG;GOBJECT_COMPILATION;DLL_EXPORT;G_LOG_DOMAIN="GLib-GObject";FFI_BUILDING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129 <MinimalRebuild>true</MinimalRebuild>
130 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
131 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
134 <WarningLevel>Level3</WarningLevel>
135 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
138 <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
139 <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
140 <GenerateDebugInformation>true</GenerateDebugInformation>
141 <SubSystem>Windows</SubSystem>
142 <RandomizedBaseAddress>false</RandomizedBaseAddress>
143 <DataExecutionPrevention>
144 </DataExecutionPrevention>
145 <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
146 <TargetMachine>MachineX64</TargetMachine>
148 </ItemDefinitionGroup>
149 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
151 <WholeProgramOptimization>false</WholeProgramOptimization>
152 <PreprocessorDefinitions>GOBJECT_COMPILATION;DLL_EXPORT;G_LOG_DOMAIN="GLib-GObject";FFI_BUILDING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
153 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
156 <WarningLevel>Level3</WarningLevel>
157 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
160 <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
161 <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
162 <GenerateDebugInformation>true</GenerateDebugInformation>
163 <SubSystem>Windows</SubSystem>
164 <OptimizeReferences>true</OptimizeReferences>
165 <EnableCOMDATFolding>true</EnableCOMDATFolding>
166 <LinkTimeCodeGeneration>
167 </LinkTimeCodeGeneration>
168 <RandomizedBaseAddress>false</RandomizedBaseAddress>
169 <DataExecutionPrevention>
170 </DataExecutionPrevention>
171 <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
172 <TargetMachine>MachineX64</TargetMachine>
174 </ItemDefinitionGroup>
176 #include "libgobject.vs10.sourcefiles"
179 <ResourceCompile Include="..\..\..\gobject\gobject.rc" />
182 <ProjectReference Include="glib.vcxproj">
183 <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
184 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
186 <ProjectReference Include="gthread.vcxproj">
187 <Project>{c8afb8c3-fffd-460f-bc13-9ac25d7b117c}</Project>
188 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
191 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
192 <ImportGroup Label="ExtensionTargets">