Visual C++ 2010 projects: Prepare support for VS2012
[platform/upstream/glib.git] / build / win32 / vs10 / gobject.vcxprojin
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>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectGuid>{F172EFFC-E30F-4593-809E-DB2024B1E753}</ProjectGuid>
23     <RootNamespace>gobject</RootNamespace>
24     <Keyword>Win32Proj</Keyword>
25   </PropertyGroup>
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>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34     <ConfigurationType>DynamicLibrary</ConfigurationType>
35     <CharacterSet>MultiByte</CharacterSet>
36     <PlatformToolset>v100</PlatformToolset>
37   </PropertyGroup>
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>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45     <ConfigurationType>DynamicLibrary</ConfigurationType>
46     <CharacterSet>MultiByte</CharacterSet>
47     <PlatformToolset>v100</PlatformToolset>
48   </PropertyGroup>
49   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50   <ImportGroup Label="ExtensionSettings">
51   </ImportGroup>
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" />
55   </ImportGroup>
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" />
59   </ImportGroup>
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" />
63   </ImportGroup>
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" />
67   </ImportGroup>
68   <PropertyGroup Label="UserMacros" />
69   <PropertyGroup>
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>
74   </PropertyGroup>
75   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76     <ClCompile>
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>
82       <PrecompiledHeader>
83       </PrecompiledHeader>
84       <WarningLevel>Level3</WarningLevel>
85       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
86     </ClCompile>
87     <Link>
88       <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
89       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
90       <ModuleDefinitionFile>$(IntDir)gobject.def</ModuleDefinitionFile>
91       <GenerateDebugInformation>true</GenerateDebugInformation>
92       <SubSystem>Windows</SubSystem>
93       <RandomizedBaseAddress>false</RandomizedBaseAddress>
94       <DataExecutionPrevention>
95       </DataExecutionPrevention>
96       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
97       <TargetMachine>MachineX86</TargetMachine>
98     </Link>
99   </ItemDefinitionGroup>
100   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
101     <ClCompile>
102       <WholeProgramOptimization>false</WholeProgramOptimization>
103       <PreprocessorDefinitions>GOBJECT_COMPILATION;DLL_EXPORT;G_LOG_DOMAIN="Glib-GObject";FFI_BUILDING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
104       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
105       <PrecompiledHeader>
106       </PrecompiledHeader>
107       <WarningLevel>Level3</WarningLevel>
108       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
109     </ClCompile>
110     <Link>
111       <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
112       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
113       <ModuleDefinitionFile>$(IntDir)gobject.def</ModuleDefinitionFile>
114       <GenerateDebugInformation>true</GenerateDebugInformation>
115       <SubSystem>Windows</SubSystem>
116       <OptimizeReferences>true</OptimizeReferences>
117       <EnableCOMDATFolding>true</EnableCOMDATFolding>
118       <LinkTimeCodeGeneration>
119       </LinkTimeCodeGeneration>
120       <RandomizedBaseAddress>false</RandomizedBaseAddress>
121       <DataExecutionPrevention>
122       </DataExecutionPrevention>
123       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
124       <TargetMachine>MachineX86</TargetMachine>
125     </Link>
126   </ItemDefinitionGroup>
127   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
128     <ClCompile>
129       <Optimization>Disabled</Optimization>
130       <PreprocessorDefinitions>_DEBUG;GOBJECT_COMPILATION;DLL_EXPORT;G_LOG_DOMAIN="Glib-GObject";FFI_BUILDING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131       <MinimalRebuild>true</MinimalRebuild>
132       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
133       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
134       <PrecompiledHeader>
135       </PrecompiledHeader>
136       <WarningLevel>Level3</WarningLevel>
137       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
138     </ClCompile>
139     <Link>
140       <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
141       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
142       <ModuleDefinitionFile>$(IntDir)gobject.def</ModuleDefinitionFile>
143       <GenerateDebugInformation>true</GenerateDebugInformation>
144       <SubSystem>Windows</SubSystem>
145       <RandomizedBaseAddress>false</RandomizedBaseAddress>
146       <DataExecutionPrevention>
147       </DataExecutionPrevention>
148       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
149       <TargetMachine>MachineX64</TargetMachine>
150     </Link>
151   </ItemDefinitionGroup>
152   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
153     <ClCompile>
154       <WholeProgramOptimization>false</WholeProgramOptimization>
155       <PreprocessorDefinitions>GOBJECT_COMPILATION;DLL_EXPORT;G_LOG_DOMAIN="Glib-GObject";FFI_BUILDING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
156       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
157       <PrecompiledHeader>
158       </PrecompiledHeader>
159       <WarningLevel>Level3</WarningLevel>
160       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
161     </ClCompile>
162     <Link>
163       <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
164       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
165       <ModuleDefinitionFile>$(IntDir)gobject.def</ModuleDefinitionFile>
166       <GenerateDebugInformation>true</GenerateDebugInformation>
167       <SubSystem>Windows</SubSystem>
168       <OptimizeReferences>true</OptimizeReferences>
169       <EnableCOMDATFolding>true</EnableCOMDATFolding>
170       <LinkTimeCodeGeneration>
171       </LinkTimeCodeGeneration>
172       <RandomizedBaseAddress>false</RandomizedBaseAddress>
173       <DataExecutionPrevention>
174       </DataExecutionPrevention>
175       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
176       <TargetMachine>MachineX64</TargetMachine>
177     </Link>
178   </ItemDefinitionGroup>
179   <ItemGroup>
180 #include "libgobject.vs10.sourcefiles"
181   </ItemGroup>
182   <ItemGroup>
183     <ResourceCompile Include="..\..\..\gobject\gobject.rc" />
184   </ItemGroup>
185   <ItemGroup>
186     <CustomBuild Include="..\..\..\gobject\gobject.symbols">
187       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating gobject.def</Message>
188       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GlibGenerateGobjectDef)</Command>
189       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)gobject.def;%(Outputs)</Outputs>
190       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generating gobject.def</Message>
191       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GlibGenerateGobjectDef)</Command>
192       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)gobject.def;%(Outputs)</Outputs>
193       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating gobject.def</Message>
194       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GlibGenerateGobjectDef)</Command>
195       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)gobject.def;%(Outputs)</Outputs>
196       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generating gobject.def</Message>
197       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GlibGenerateGobjectDef)</Command>
198       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)gobject.def;%(Outputs)</Outputs>
199     </CustomBuild>
200   </ItemGroup>
201   <ItemGroup>
202     <ProjectReference Include="glib.vcxproj">
203       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
204       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
205     </ProjectReference>
206     <ProjectReference Include="gthread.vcxproj">
207       <Project>{c8afb8c3-fffd-460f-bc13-9ac25d7b117c}</Project>
208       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
209     </ProjectReference>
210   </ItemGroup>
211   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
212   <ImportGroup Label="ExtensionTargets">
213   </ImportGroup>
214 </Project>