Visual C++ 2010 Project Files
[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   </PropertyGroup>
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33     <ConfigurationType>DynamicLibrary</ConfigurationType>
34     <CharacterSet>MultiByte</CharacterSet>
35   </PropertyGroup>
36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
37     <ConfigurationType>DynamicLibrary</ConfigurationType>
38     <CharacterSet>MultiByte</CharacterSet>
39     <WholeProgramOptimization>true</WholeProgramOptimization>
40   </PropertyGroup>
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42     <ConfigurationType>DynamicLibrary</ConfigurationType>
43     <CharacterSet>MultiByte</CharacterSet>
44   </PropertyGroup>
45   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46   <ImportGroup Label="ExtensionSettings">
47   </ImportGroup>
48   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50     <Import Project="glib.props" />
51   </ImportGroup>
52   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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)'=='Release|x64'" 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)'=='Debug|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   <PropertyGroup Label="UserMacros" />
65   <PropertyGroup>
66     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
67     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
68     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
69     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
70     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
71   </PropertyGroup>
72   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
73     <ClCompile>
74       <Optimization>Disabled</Optimization>
75       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;GOBJECT_COMPILATION;G_LOG_DOMAIN="Glib-GObject";%(PreprocessorDefinitions)</PreprocessorDefinitions>
76       <MinimalRebuild>true</MinimalRebuild>
77       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
78       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
79       <PrecompiledHeader>
80       </PrecompiledHeader>
81       <WarningLevel>Level3</WarningLevel>
82       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
83     </ClCompile>
84     <Link>
85       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
86       <ModuleDefinitionFile>$(IntDir)gobject.def</ModuleDefinitionFile>
87       <GenerateDebugInformation>true</GenerateDebugInformation>
88       <SubSystem>Windows</SubSystem>
89       <RandomizedBaseAddress>false</RandomizedBaseAddress>
90       <DataExecutionPrevention>
91       </DataExecutionPrevention>
92       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
93       <TargetMachine>MachineX86</TargetMachine>
94     </Link>
95   </ItemDefinitionGroup>
96   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
97     <ClCompile>
98       <WholeProgramOptimization>false</WholeProgramOptimization>
99       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;GOBJECT_COMPILATION;G_LOG_DOMAIN="Glib-GObject";%(PreprocessorDefinitions)</PreprocessorDefinitions>
100       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
101       <PrecompiledHeader>
102       </PrecompiledHeader>
103       <WarningLevel>Level3</WarningLevel>
104       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
105     </ClCompile>
106     <Link>
107       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
108       <ModuleDefinitionFile>$(IntDir)gobject.def</ModuleDefinitionFile>
109       <GenerateDebugInformation>true</GenerateDebugInformation>
110       <SubSystem>Windows</SubSystem>
111       <OptimizeReferences>true</OptimizeReferences>
112       <EnableCOMDATFolding>true</EnableCOMDATFolding>
113       <LinkTimeCodeGeneration>
114       </LinkTimeCodeGeneration>
115       <RandomizedBaseAddress>false</RandomizedBaseAddress>
116       <DataExecutionPrevention>
117       </DataExecutionPrevention>
118       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
119       <TargetMachine>MachineX86</TargetMachine>
120     </Link>
121   </ItemDefinitionGroup>
122   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
123     <ClCompile>
124       <Optimization>Disabled</Optimization>
125       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;GOBJECT_COMPILATION;G_LOG_DOMAIN="Glib-GObject";%(PreprocessorDefinitions)</PreprocessorDefinitions>
126       <MinimalRebuild>true</MinimalRebuild>
127       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
128       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
129       <PrecompiledHeader>
130       </PrecompiledHeader>
131       <WarningLevel>Level3</WarningLevel>
132       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
133     </ClCompile>
134     <Link>
135       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
136       <ModuleDefinitionFile>$(IntDir)gobject.def</ModuleDefinitionFile>
137       <GenerateDebugInformation>true</GenerateDebugInformation>
138       <SubSystem>Windows</SubSystem>
139       <RandomizedBaseAddress>false</RandomizedBaseAddress>
140       <DataExecutionPrevention>
141       </DataExecutionPrevention>
142       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
143       <TargetMachine>MachineX64</TargetMachine>
144     </Link>
145   </ItemDefinitionGroup>
146   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
147     <ClCompile>
148       <WholeProgramOptimization>false</WholeProgramOptimization>
149       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;GOBJECT_COMPILATION;G_LOG_DOMAIN="Glib-GObject";%(PreprocessorDefinitions)</PreprocessorDefinitions>
150       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
151       <PrecompiledHeader>
152       </PrecompiledHeader>
153       <WarningLevel>Level3</WarningLevel>
154       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
155     </ClCompile>
156     <Link>
157       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
158       <ModuleDefinitionFile>$(IntDir)gobject.def</ModuleDefinitionFile>
159       <GenerateDebugInformation>true</GenerateDebugInformation>
160       <SubSystem>Windows</SubSystem>
161       <OptimizeReferences>true</OptimizeReferences>
162       <EnableCOMDATFolding>true</EnableCOMDATFolding>
163       <LinkTimeCodeGeneration>
164       </LinkTimeCodeGeneration>
165       <RandomizedBaseAddress>false</RandomizedBaseAddress>
166       <DataExecutionPrevention>
167       </DataExecutionPrevention>
168       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
169       <TargetMachine>MachineX64</TargetMachine>
170     </Link>
171   </ItemDefinitionGroup>
172   <ItemGroup>
173 #include "libgobject.vs10.sourcefiles"
174   </ItemGroup>
175   <ItemGroup>
176     <ResourceCompile Include="..\..\..\gobject\gobject.rc" />
177   </ItemGroup>
178   <ItemGroup>
179     <CustomBuild Include="..\..\..\gobject\gobject.symbols">
180       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating gobject.def</Message>
181       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GlibGenerateGobjectDef)</Command>
182       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)gobject.def;%(Outputs)</Outputs>
183       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generating gobject.def</Message>
184       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GlibGenerateGobjectDef)</Command>
185       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)gobject.def;%(Outputs)</Outputs>
186       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating gobject.def</Message>
187       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GlibGenerateGobjectDef)</Command>
188       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)gobject.def;%(Outputs)</Outputs>
189       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generating gobject.def</Message>
190       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GlibGenerateGobjectDef)</Command>
191       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)gobject.def;%(Outputs)</Outputs>
192     </CustomBuild>
193   </ItemGroup>
194   <ItemGroup>
195     <ProjectReference Include="glib.vcxproj">
196       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
197       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
198     </ProjectReference>
199     <ProjectReference Include="gthread.vcxproj">
200       <Project>{c8afb8c3-fffd-460f-bc13-9ac25d7b117c}</Project>
201       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
202     </ProjectReference>
203   </ItemGroup>
204   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
205   <ImportGroup Label="ExtensionTargets">
206   </ImportGroup>
207 </Project>