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-gen-srcs.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-gen-srcs.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-gen-srcs.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-gen-srcs.props" />
68 <PropertyGroup Label="UserMacros" />
70 <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental>
71 <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental>
73 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
75 <Optimization>Disabled</Optimization>
76 <PreprocessorDefinitions>_DEBUG;$(GObjectBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
77 <MinimalRebuild>true</MinimalRebuild>
78 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
79 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
82 <WarningLevel>Level3</WarningLevel>
83 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
86 <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
87 <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
88 <GenerateDebugInformation>true</GenerateDebugInformation>
89 <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
90 <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
91 <SubSystem>Windows</SubSystem>
92 <RandomizedBaseAddress>false</RandomizedBaseAddress>
93 <DataExecutionPrevention>
94 </DataExecutionPrevention>
95 <TargetMachine>MachineX86</TargetMachine>
97 </ItemDefinitionGroup>
98 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
100 <PreprocessorDefinitions>$(GObjectBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
101 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
104 <WarningLevel>Level3</WarningLevel>
105 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
108 <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
109 <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
110 <GenerateDebugInformation>true</GenerateDebugInformation>
111 <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
112 <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
113 <SubSystem>Windows</SubSystem>
114 <OptimizeReferences>true</OptimizeReferences>
115 <EnableCOMDATFolding>true</EnableCOMDATFolding>
116 <RandomizedBaseAddress>false</RandomizedBaseAddress>
117 <DataExecutionPrevention>
118 </DataExecutionPrevention>
119 <TargetMachine>MachineX86</TargetMachine>
121 </ItemDefinitionGroup>
122 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
124 <Optimization>Disabled</Optimization>
125 <PreprocessorDefinitions>_DEBUG;$(GObjectBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
126 <MinimalRebuild>true</MinimalRebuild>
127 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
128 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
131 <WarningLevel>Level3</WarningLevel>
132 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
135 <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
136 <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
137 <GenerateDebugInformation>true</GenerateDebugInformation>
138 <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
139 <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
140 <SubSystem>Windows</SubSystem>
141 <RandomizedBaseAddress>false</RandomizedBaseAddress>
142 <DataExecutionPrevention>
143 </DataExecutionPrevention>
144 <TargetMachine>MachineX64</TargetMachine>
146 </ItemDefinitionGroup>
147 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
149 <PreprocessorDefinitions>$(GObjectBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
150 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
153 <WarningLevel>Level3</WarningLevel>
154 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
157 <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
158 <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
159 <GenerateDebugInformation>true</GenerateDebugInformation>
160 <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
161 <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
162 <SubSystem>Windows</SubSystem>
163 <OptimizeReferences>true</OptimizeReferences>
164 <EnableCOMDATFolding>true</EnableCOMDATFolding>
165 <RandomizedBaseAddress>false</RandomizedBaseAddress>
166 <DataExecutionPrevention>
167 </DataExecutionPrevention>
168 <TargetMachine>MachineX64</TargetMachine>
170 </ItemDefinitionGroup>
172 #include "gobject.vs10.sourcefiles"
175 <CustomBuild Include="..\..\gobject\glib-mkenums.in">
176 <Message Condition="'$(Configuration)'=='Debug'">Generating glib-mkenums...</Message>
177 <Command Condition="'$(Configuration)'=='Debug'">$(GenGLibMKEnums)</Command>
178 <Outputs Condition="'$(Configuration)'=='Debug'">..\..\gobject\glib-mkenums;%(Outputs)</Outputs>
179 <Message Condition="'$(Configuration)'=='Release'">Generating glib-mkenums...</Message>
180 <Command Condition="'$(Configuration)'=='Release'">$(GenGLibMKEnums)</Command>
181 <Outputs Condition="'$(Configuration)'=='Release'">..\..\gobject\glib-mkenums;%(Outputs)</Outputs>
185 <ResourceCompile Include="..\..\gobject\gobject.rc" />
188 <ProjectReference Include="glib.vcxproj">
189 <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
190 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
192 <ProjectReference Include="gthread.vcxproj">
193 <Project>{c8afb8c3-fffd-460f-bc13-9ac25d7b117c}</Project>
194 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
197 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
198 <ImportGroup Label="ExtensionTargets">