Update Visual C++ 2010 Projects
[platform/upstream/glib.git] / build / win32 / vs10 / gsettings.vcxproj
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>{05041C63-F1C5-49BA-A7DE-61EBB5307EAA}</ProjectGuid>
23     <RootNamespace>gsettings</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>Application</ConfigurationType>
29     <CharacterSet>Unicode</CharacterSet>
30     <WholeProgramOptimization>true</WholeProgramOptimization>
31   </PropertyGroup>
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33     <ConfigurationType>Application</ConfigurationType>
34     <CharacterSet>Unicode</CharacterSet>
35   </PropertyGroup>
36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
37     <ConfigurationType>Application</ConfigurationType>
38     <CharacterSet>MultiByte</CharacterSet>
39     <WholeProgramOptimization>true</WholeProgramOptimization>
40   </PropertyGroup>
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42     <ConfigurationType>Application</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     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
67     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)\</IntDir>
68     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
69     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)\</IntDir>
70     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
71     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)\</IntDir>
72     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
73     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)\</IntDir>
74     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
75     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
76     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
77     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
78   </PropertyGroup>
79   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
80     <ClCompile>
81       <Optimization>Disabled</Optimization>
82       <AdditionalIncludeDirectories>..\..\..\gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
83       <PreprocessorDefinitions>_DEBUG;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
84       <MinimalRebuild>true</MinimalRebuild>
85       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
86       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
87       <PrecompiledHeader>
88       </PrecompiledHeader>
89       <WarningLevel>Level3</WarningLevel>
90       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
91     </ClCompile>
92     <Link>
93       <GenerateDebugInformation>true</GenerateDebugInformation>
94       <SubSystem>Console</SubSystem>
95       <TargetMachine>MachineX86</TargetMachine>
96     </Link>
97   </ItemDefinitionGroup>
98   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
99     <ClCompile>
100       <Optimization>Disabled</Optimization>
101       <AdditionalIncludeDirectories>..\..\..\gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
102       <PreprocessorDefinitions>DEBUG;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103       <MinimalRebuild>true</MinimalRebuild>
104       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
105       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
106       <PrecompiledHeader>
107       </PrecompiledHeader>
108       <WarningLevel>Level3</WarningLevel>
109       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
110       <CompileAs>CompileAsC</CompileAs>
111     </ClCompile>
112     <Link>
113       <GenerateDebugInformation>true</GenerateDebugInformation>
114       <SubSystem>Console</SubSystem>
115       <RandomizedBaseAddress>false</RandomizedBaseAddress>
116       <DataExecutionPrevention>
117       </DataExecutionPrevention>
118       <TargetMachine>MachineX64</TargetMachine>
119     </Link>
120   </ItemDefinitionGroup>
121   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
122     <ClCompile>
123       <Optimization>MaxSpeed</Optimization>
124       <IntrinsicFunctions>true</IntrinsicFunctions>
125       <AdditionalIncludeDirectories>..\..\..\gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
126       <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
128       <FunctionLevelLinking>true</FunctionLevelLinking>
129       <PrecompiledHeader>
130       </PrecompiledHeader>
131       <WarningLevel>Level3</WarningLevel>
132       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
133     </ClCompile>
134     <Link>
135       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
136       <GenerateDebugInformation>true</GenerateDebugInformation>
137       <SubSystem>Console</SubSystem>
138       <OptimizeReferences>true</OptimizeReferences>
139       <EnableCOMDATFolding>true</EnableCOMDATFolding>
140       <TargetMachine>MachineX86</TargetMachine>
141     </Link>
142   </ItemDefinitionGroup>
143   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
144     <ClCompile>
145       <AdditionalIncludeDirectories>..\..\..\gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
146       <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
147       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
148       <PrecompiledHeader>
149       </PrecompiledHeader>
150       <WarningLevel>Level3</WarningLevel>
151       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
152       <CompileAs>CompileAsC</CompileAs>
153     </ClCompile>
154     <Link>
155       <GenerateDebugInformation>true</GenerateDebugInformation>
156       <SubSystem>Console</SubSystem>
157       <OptimizeReferences>true</OptimizeReferences>
158       <EnableCOMDATFolding>true</EnableCOMDATFolding>
159       <RandomizedBaseAddress>false</RandomizedBaseAddress>
160       <DataExecutionPrevention>
161       </DataExecutionPrevention>
162       <TargetMachine>MachineX64</TargetMachine>
163     </Link>
164   </ItemDefinitionGroup>
165   <ItemGroup>
166     <ClCompile Include="..\..\..\gio\gsettings-tool.c" />
167   </ItemGroup>
168   <ItemGroup>
169     <ProjectReference Include="glib.vcxproj">
170       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
171       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
172     </ProjectReference>
173     <ProjectReference Include="gobject.vcxproj">
174       <Project>{f172effc-e30f-4593-809e-db2024b1e753}</Project>
175       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
176     </ProjectReference>
177         <ProjectReference Include="gio.vcxproj">
178       <Project>{f3d1583c-5613-4809-bd98-7cc1c1276f92}</Project>
179       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
180     </ProjectReference>
181   </ItemGroup>
182   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
183   <ImportGroup Label="ExtensionTargets">
184   </ImportGroup>
185 </Project>