MSVC 2010 Project Files: Split up the Property Sheets
[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-build-defines.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-build-defines.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-build-defines.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-build-defines.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;$(GObjectBuildDefines);%(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       <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>
97     </Link>
98   </ItemDefinitionGroup>
99   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
100     <ClCompile>
101       <WholeProgramOptimization>false</WholeProgramOptimization>
102       <PreprocessorDefinitions>$(GObjectBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
103       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
104       <PrecompiledHeader>
105       </PrecompiledHeader>
106       <WarningLevel>Level3</WarningLevel>
107       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
108     </ClCompile>
109     <Link>
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>
123     </Link>
124   </ItemDefinitionGroup>
125   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
126     <ClCompile>
127       <Optimization>Disabled</Optimization>
128       <PreprocessorDefinitions>_DEBUG;$(GObjectBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
129       <MinimalRebuild>true</MinimalRebuild>
130       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
131       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
132       <PrecompiledHeader>
133       </PrecompiledHeader>
134       <WarningLevel>Level3</WarningLevel>
135       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
136     </ClCompile>
137     <Link>
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>
147     </Link>
148   </ItemDefinitionGroup>
149   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
150     <ClCompile>
151       <WholeProgramOptimization>false</WholeProgramOptimization>
152       <PreprocessorDefinitions>$(GObjectBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
153       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
154       <PrecompiledHeader>
155       </PrecompiledHeader>
156       <WarningLevel>Level3</WarningLevel>
157       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
158     </ClCompile>
159     <Link>
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>
173     </Link>
174   </ItemDefinitionGroup>
175   <ItemGroup>
176 #include "libgobject.vs10.sourcefiles"
177   </ItemGroup>
178   <ItemGroup>
179     <ResourceCompile Include="..\..\..\gobject\gobject.rc" />
180   </ItemGroup>
181   <ItemGroup>
182     <ProjectReference Include="glib.vcxproj">
183       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
184       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
185     </ProjectReference>
186     <ProjectReference Include="gthread.vcxproj">
187       <Project>{c8afb8c3-fffd-460f-bc13-9ac25d7b117c}</Project>
188       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
189     </ProjectReference>
190   </ItemGroup>
191   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
192   <ImportGroup Label="ExtensionTargets">
193   </ImportGroup>
194 </Project>