Update Visual C++ README.txt
[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     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
67     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
68     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
69     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</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>_DEBUG;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(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       <GenerateDebugInformation>true</GenerateDebugInformation>
86       <SubSystem>Console</SubSystem>
87       <TargetMachine>MachineX86</TargetMachine>
88     </Link>
89   </ItemDefinitionGroup>
90   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
91     <ClCompile>
92       <Optimization>Disabled</Optimization>
93       <PreprocessorDefinitions>DEBUG;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94       <MinimalRebuild>true</MinimalRebuild>
95       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
96       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
97       <PrecompiledHeader>
98       </PrecompiledHeader>
99       <WarningLevel>Level3</WarningLevel>
100       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
101       <CompileAs>CompileAsC</CompileAs>
102     </ClCompile>
103     <Link>
104       <GenerateDebugInformation>true</GenerateDebugInformation>
105       <SubSystem>Console</SubSystem>
106       <RandomizedBaseAddress>false</RandomizedBaseAddress>
107       <DataExecutionPrevention>
108       </DataExecutionPrevention>
109       <TargetMachine>MachineX64</TargetMachine>
110     </Link>
111   </ItemDefinitionGroup>
112   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
113     <ClCompile>
114       <Optimization>MaxSpeed</Optimization>
115       <IntrinsicFunctions>true</IntrinsicFunctions>
116       <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
118       <FunctionLevelLinking>true</FunctionLevelLinking>
119       <PrecompiledHeader>
120       </PrecompiledHeader>
121       <WarningLevel>Level3</WarningLevel>
122       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
123     </ClCompile>
124     <Link>
125       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
126       <GenerateDebugInformation>true</GenerateDebugInformation>
127       <SubSystem>Console</SubSystem>
128       <OptimizeReferences>true</OptimizeReferences>
129       <EnableCOMDATFolding>true</EnableCOMDATFolding>
130       <TargetMachine>MachineX86</TargetMachine>
131     </Link>
132   </ItemDefinitionGroup>
133   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
134     <ClCompile>
135       <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
136       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
137       <PrecompiledHeader>
138       </PrecompiledHeader>
139       <WarningLevel>Level3</WarningLevel>
140       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
141       <CompileAs>CompileAsC</CompileAs>
142     </ClCompile>
143     <Link>
144       <GenerateDebugInformation>true</GenerateDebugInformation>
145       <SubSystem>Console</SubSystem>
146       <OptimizeReferences>true</OptimizeReferences>
147       <EnableCOMDATFolding>true</EnableCOMDATFolding>
148       <RandomizedBaseAddress>false</RandomizedBaseAddress>
149       <DataExecutionPrevention>
150       </DataExecutionPrevention>
151       <TargetMachine>MachineX64</TargetMachine>
152     </Link>
153   </ItemDefinitionGroup>
154   <ItemGroup>
155     <ClCompile Include="..\..\..\gio\gsettings-tool.c" />
156   </ItemGroup>
157   <ItemGroup>
158     <ProjectReference Include="glib.vcxproj">
159       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
160       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
161     </ProjectReference>
162     <ProjectReference Include="gobject.vcxproj">
163       <Project>{f172effc-e30f-4593-809e-db2024b1e753}</Project>
164       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
165     </ProjectReference>
166         <ProjectReference Include="gio.vcxproj">
167       <Project>{f3d1583c-5613-4809-bd98-7cc1c1276f92}</Project>
168       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
169     </ProjectReference>
170   </ItemGroup>
171   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
172   <ImportGroup Label="ExtensionTargets">
173   </ImportGroup>
174 </Project>