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-build-defines.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-build-defines.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-build-defines.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-build-defines.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>ffi.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 <DataExecutionPrevention>
93 </DataExecutionPrevention>
94 <TargetMachine>MachineX86</TargetMachine>
96 </ItemDefinitionGroup>
97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
99 <PreprocessorDefinitions>$(GObjectBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
100 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
103 <WarningLevel>Level3</WarningLevel>
104 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
107 <AdditionalDependencies>ffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
108 <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
109 <GenerateDebugInformation>true</GenerateDebugInformation>
110 <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
111 <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
112 <SubSystem>Windows</SubSystem>
113 <OptimizeReferences>true</OptimizeReferences>
114 <EnableCOMDATFolding>true</EnableCOMDATFolding>
115 <DataExecutionPrevention>
116 </DataExecutionPrevention>
117 <TargetMachine>MachineX86</TargetMachine>
119 </ItemDefinitionGroup>
120 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
122 <Optimization>Disabled</Optimization>
123 <PreprocessorDefinitions>_DEBUG;$(GObjectBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
124 <MinimalRebuild>true</MinimalRebuild>
125 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
126 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
129 <WarningLevel>Level3</WarningLevel>
130 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
133 <AdditionalDependencies>ffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
134 <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
135 <GenerateDebugInformation>true</GenerateDebugInformation>
136 <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
137 <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
138 <SubSystem>Windows</SubSystem>
139 <DataExecutionPrevention>
140 </DataExecutionPrevention>
141 <TargetMachine>MachineX64</TargetMachine>
143 </ItemDefinitionGroup>
144 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
146 <PreprocessorDefinitions>$(GObjectBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
147 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
150 <WarningLevel>Level3</WarningLevel>
151 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
154 <AdditionalDependencies>ffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
155 <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
156 <GenerateDebugInformation>true</GenerateDebugInformation>
157 <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
158 <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
159 <SubSystem>Windows</SubSystem>
160 <OptimizeReferences>true</OptimizeReferences>
161 <EnableCOMDATFolding>true</EnableCOMDATFolding>
162 <DataExecutionPrevention>
163 </DataExecutionPrevention>
164 <TargetMachine>MachineX64</TargetMachine>
166 </ItemDefinitionGroup>
168 #include "gobject.vs10.sourcefiles"
171 <ResourceCompile Include="..\..\gobject\gobject.rc" />
174 <ProjectReference Include="glib.vcxproj">
175 <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
176 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
178 <ProjectReference Include="gthread.vcxproj">
179 <Project>{c8afb8c3-fffd-460f-bc13-9ac25d7b117c}</Project>
180 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
183 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
184 <ImportGroup Label="ExtensionTargets">