Imported Upstream version 1.2.4
[platform/upstream/json-glib.git] / build / win32 / vs15 / 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>MultiByte</CharacterSet>
30     <WholeProgramOptimization>true</WholeProgramOptimization>
31     <PlatformToolset>v141</PlatformToolset>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34     <ConfigurationType>Application</ConfigurationType>
35     <CharacterSet>MultiByte</CharacterSet>
36     <PlatformToolset>v141</PlatformToolset>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39     <ConfigurationType>Application</ConfigurationType>
40     <CharacterSet>MultiByte</CharacterSet>
41     <WholeProgramOptimization>true</WholeProgramOptimization>
42     <PlatformToolset>v141</PlatformToolset>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45     <ConfigurationType>Application</ConfigurationType>
46     <CharacterSet>MultiByte</CharacterSet>
47     <PlatformToolset>v141</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="json-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="json-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="json-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="json-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)'=='Debug|x64'">true</LinkIncremental>
72     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</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;%(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       <GenerateDebugInformation>true</GenerateDebugInformation>
89       <SubSystem>Console</SubSystem>
90       <TargetMachine>MachineX86</TargetMachine>
91     </Link>
92   </ItemDefinitionGroup>
93   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
94     <ClCompile>
95       <Optimization>Disabled</Optimization>
96       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97       <MinimalRebuild>true</MinimalRebuild>
98       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
99       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
100       <PrecompiledHeader>
101       </PrecompiledHeader>
102       <WarningLevel>Level3</WarningLevel>
103       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
104       <CompileAs>CompileAsC</CompileAs>
105     </ClCompile>
106     <Link>
107       <GenerateDebugInformation>true</GenerateDebugInformation>
108       <SubSystem>Console</SubSystem>
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>%(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       <GenerateDebugInformation>true</GenerateDebugInformation>
126       <SubSystem>Console</SubSystem>
127       <OptimizeReferences>true</OptimizeReferences>
128       <EnableCOMDATFolding>true</EnableCOMDATFolding>
129       <TargetMachine>MachineX86</TargetMachine>
130     </Link>
131   </ItemDefinitionGroup>
132   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
133     <ClCompile>
134       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
135       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
136       <PrecompiledHeader>
137       </PrecompiledHeader>
138       <WarningLevel>Level3</WarningLevel>
139       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
140       <CompileAs>CompileAsC</CompileAs>
141     </ClCompile>
142     <Link>
143       <GenerateDebugInformation>true</GenerateDebugInformation>
144       <SubSystem>Console</SubSystem>
145       <OptimizeReferences>true</OptimizeReferences>
146       <EnableCOMDATFolding>true</EnableCOMDATFolding>
147       <TargetMachine>MachineX64</TargetMachine>
148     </Link>
149   </ItemDefinitionGroup>
150   <ItemGroup>
151     <ClCompile Include="..\..\..\json-glib\tests\gvariant.c" />
152   </ItemGroup>
153   <ItemGroup>
154     <ProjectReference Include="json-glib.vcxproj">
155       <Project>{469db0a8-e33e-4112-a38c-52a168ecdc03}</Project>
156       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
157     </ProjectReference>
158   </ItemGroup>
159   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
160   <ImportGroup Label="ExtensionTargets">
161   </ImportGroup>
162 </Project>