Initial Import
[profile/ivi/json-glib.git] / build / win32 / vs10 / gvariant.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>{AA52A332-735D-4177-8CA6-842018E60DED}</ProjectGuid>
23     <RootNamespace>gvariant</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="json-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="json-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="json-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="json-glib.props" />
63   </ImportGroup>
64   <PropertyGroup Label="UserMacros" />
65   <PropertyGroup>       
66     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
67     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
68     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
69     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
70   </PropertyGroup>
71   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
72     <ClCompile>
73       <Optimization>Disabled</Optimization>
74       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75       <MinimalRebuild>true</MinimalRebuild>
76       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
77       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
78       <PrecompiledHeader>
79       </PrecompiledHeader>
80       <WarningLevel>Level3</WarningLevel>
81       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
82     </ClCompile>
83     <Link>
84       <GenerateDebugInformation>true</GenerateDebugInformation>
85       <SubSystem>Console</SubSystem>
86       <TargetMachine>MachineX86</TargetMachine>
87     </Link>
88   </ItemDefinitionGroup>
89   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
90     <ClCompile>
91       <Optimization>Disabled</Optimization>
92       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
93       <MinimalRebuild>true</MinimalRebuild>
94       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
95       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
96       <PrecompiledHeader>
97       </PrecompiledHeader>
98       <WarningLevel>Level3</WarningLevel>
99       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
100       <CompileAs>CompileAsC</CompileAs>
101     </ClCompile>
102     <Link>
103       <GenerateDebugInformation>true</GenerateDebugInformation>
104       <SubSystem>Console</SubSystem>
105       <TargetMachine>MachineX64</TargetMachine>
106     </Link>
107   </ItemDefinitionGroup>
108   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
109     <ClCompile>
110       <Optimization>MaxSpeed</Optimization>
111       <IntrinsicFunctions>true</IntrinsicFunctions>
112       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
113       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
114       <FunctionLevelLinking>true</FunctionLevelLinking>
115       <PrecompiledHeader>
116       </PrecompiledHeader>
117       <WarningLevel>Level3</WarningLevel>
118       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
119     </ClCompile>
120     <Link>
121       <GenerateDebugInformation>true</GenerateDebugInformation>
122       <SubSystem>Console</SubSystem>
123       <OptimizeReferences>true</OptimizeReferences>
124       <EnableCOMDATFolding>true</EnableCOMDATFolding>
125       <TargetMachine>MachineX86</TargetMachine>
126     </Link>
127   </ItemDefinitionGroup>
128   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
129     <ClCompile>
130       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
131       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
132       <PrecompiledHeader>
133       </PrecompiledHeader>
134       <WarningLevel>Level3</WarningLevel>
135       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
136       <CompileAs>CompileAsC</CompileAs>
137     </ClCompile>
138     <Link>
139       <GenerateDebugInformation>true</GenerateDebugInformation>
140       <SubSystem>Console</SubSystem>
141       <OptimizeReferences>true</OptimizeReferences>
142       <EnableCOMDATFolding>true</EnableCOMDATFolding>
143       <TargetMachine>MachineX64</TargetMachine>
144     </Link>
145   </ItemDefinitionGroup>
146   <ItemGroup>
147     <ClCompile Include="..\..\..\json-glib\tests\gvariant.c" />
148   </ItemGroup>
149   <ItemGroup>
150     <ProjectReference Include="json-glib.vcxproj">
151       <Project>{469db0a8-e33e-4112-a38c-52a168ecdc03}</Project>
152       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
153     </ProjectReference>
154   </ItemGroup>
155   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
156   <ImportGroup Label="ExtensionTargets">
157   </ImportGroup>
158 </Project>