Update Visual C++ README.txt
[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       <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
86       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
87       <ModuleDefinitionFile>$(IntDir)gobject.def</ModuleDefinitionFile>
88       <GenerateDebugInformation>true</GenerateDebugInformation>
89       <SubSystem>Windows</SubSystem>
90       <RandomizedBaseAddress>false</RandomizedBaseAddress>
91       <DataExecutionPrevention>
92       </DataExecutionPrevention>
93       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
94       <TargetMachine>MachineX86</TargetMachine>
95     </Link>
96   </ItemDefinitionGroup>
97   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
98     <ClCompile>
99       <WholeProgramOptimization>false</WholeProgramOptimization>
100       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;GOBJECT_COMPILATION;G_LOG_DOMAIN="Glib-GObject";%(PreprocessorDefinitions)</PreprocessorDefinitions>
101       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
102       <PrecompiledHeader>
103       </PrecompiledHeader>
104       <WarningLevel>Level3</WarningLevel>
105       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
106     </ClCompile>
107     <Link>
108       <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
109       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
110       <ModuleDefinitionFile>$(IntDir)gobject.def</ModuleDefinitionFile>
111       <GenerateDebugInformation>true</GenerateDebugInformation>
112       <SubSystem>Windows</SubSystem>
113       <OptimizeReferences>true</OptimizeReferences>
114       <EnableCOMDATFolding>true</EnableCOMDATFolding>
115       <LinkTimeCodeGeneration>
116       </LinkTimeCodeGeneration>
117       <RandomizedBaseAddress>false</RandomizedBaseAddress>
118       <DataExecutionPrevention>
119       </DataExecutionPrevention>
120       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
121       <TargetMachine>MachineX86</TargetMachine>
122     </Link>
123   </ItemDefinitionGroup>
124   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
125     <ClCompile>
126       <Optimization>Disabled</Optimization>
127       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;GOBJECT_COMPILATION;G_LOG_DOMAIN="Glib-GObject";%(PreprocessorDefinitions)</PreprocessorDefinitions>
128       <MinimalRebuild>true</MinimalRebuild>
129       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
130       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
131       <PrecompiledHeader>
132       </PrecompiledHeader>
133       <WarningLevel>Level3</WarningLevel>
134       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
135     </ClCompile>
136     <Link>
137       <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
138       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
139       <ModuleDefinitionFile>$(IntDir)gobject.def</ModuleDefinitionFile>
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>WIN32;NDEBUG;_WINDOWS;_USRDLL;GOBJECT_COMPILATION;G_LOG_DOMAIN="Glib-GObject";%(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       <ModuleDefinitionFile>$(IntDir)gobject.def</ModuleDefinitionFile>
163       <GenerateDebugInformation>true</GenerateDebugInformation>
164       <SubSystem>Windows</SubSystem>
165       <OptimizeReferences>true</OptimizeReferences>
166       <EnableCOMDATFolding>true</EnableCOMDATFolding>
167       <LinkTimeCodeGeneration>
168       </LinkTimeCodeGeneration>
169       <RandomizedBaseAddress>false</RandomizedBaseAddress>
170       <DataExecutionPrevention>
171       </DataExecutionPrevention>
172       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
173       <TargetMachine>MachineX64</TargetMachine>
174     </Link>
175   </ItemDefinitionGroup>
176   <ItemGroup>
177 #include "libgobject.vs10.sourcefiles"
178   </ItemGroup>
179   <ItemGroup>
180     <ResourceCompile Include="..\..\..\gobject\gobject.rc" />
181   </ItemGroup>
182   <ItemGroup>
183     <CustomBuild Include="..\..\..\gobject\gobject.symbols">
184       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating gobject.def</Message>
185       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GlibGenerateGobjectDef)</Command>
186       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)gobject.def;%(Outputs)</Outputs>
187       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generating gobject.def</Message>
188       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GlibGenerateGobjectDef)</Command>
189       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)gobject.def;%(Outputs)</Outputs>
190       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating gobject.def</Message>
191       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GlibGenerateGobjectDef)</Command>
192       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)gobject.def;%(Outputs)</Outputs>
193       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generating gobject.def</Message>
194       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GlibGenerateGobjectDef)</Command>
195       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)gobject.def;%(Outputs)</Outputs>
196     </CustomBuild>
197   </ItemGroup>
198   <ItemGroup>
199     <ProjectReference Include="glib.vcxproj">
200       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
201       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
202     </ProjectReference>
203     <ProjectReference Include="gthread.vcxproj">
204       <Project>{c8afb8c3-fffd-460f-bc13-9ac25d7b117c}</Project>
205       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
206     </ProjectReference>
207   </ItemGroup>
208   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
209   <ImportGroup Label="ExtensionTargets">
210   </ImportGroup>
211 </Project>