Imported Upstream version 1.2.4
[platform/upstream/json-glib.git] / build / win32 / vs15 / serialize-simple.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>{27AFA4CD-917A-4155-9F61-025094A97933}</ProjectGuid>
23     <RootNamespace>serializesimple</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       <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
79       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
80       <MinimalRebuild>true</MinimalRebuild>
81       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
82       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
83       <PrecompiledHeader>
84       </PrecompiledHeader>
85       <WarningLevel>Level3</WarningLevel>
86       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
87       <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles>
88     </ClCompile>
89     <Link>
90       <GenerateDebugInformation>true</GenerateDebugInformation>
91       <SubSystem>Console</SubSystem>
92       <TargetMachine>MachineX86</TargetMachine>
93     </Link>
94   </ItemDefinitionGroup>
95   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
96     <ClCompile>
97       <Optimization>Disabled</Optimization>
98       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99       <MinimalRebuild>true</MinimalRebuild>
100       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
101       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
102       <PrecompiledHeader>
103       </PrecompiledHeader>
104       <WarningLevel>Level3</WarningLevel>
105       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
106       <CompileAs>CompileAsC</CompileAs>
107     </ClCompile>
108     <Link>
109       <GenerateDebugInformation>true</GenerateDebugInformation>
110       <SubSystem>Console</SubSystem>
111       <TargetMachine>MachineX64</TargetMachine>
112     </Link>
113   </ItemDefinitionGroup>
114   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
115     <PreBuildEvent>
116       <Command>
117       </Command>
118     </PreBuildEvent>
119     <ClCompile>
120       <Optimization>MaxSpeed</Optimization>
121       <IntrinsicFunctions>true</IntrinsicFunctions>
122       <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
123       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
124       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
125       <FunctionLevelLinking>true</FunctionLevelLinking>
126       <PrecompiledHeader>
127       </PrecompiledHeader>
128       <WarningLevel>Level3</WarningLevel>
129       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
130       <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles>
131     </ClCompile>
132     <Link>
133       <GenerateDebugInformation>true</GenerateDebugInformation>
134       <SubSystem>Console</SubSystem>
135       <OptimizeReferences>true</OptimizeReferences>
136       <EnableCOMDATFolding>true</EnableCOMDATFolding>
137       <TargetMachine>MachineX86</TargetMachine>
138     </Link>
139   </ItemDefinitionGroup>
140   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
141     <ClCompile>
142       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
143       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
144       <PrecompiledHeader>
145       </PrecompiledHeader>
146       <WarningLevel>Level3</WarningLevel>
147       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
148       <CompileAs>CompileAsC</CompileAs>
149     </ClCompile>
150     <Link>
151       <GenerateDebugInformation>true</GenerateDebugInformation>
152       <SubSystem>Console</SubSystem>
153       <OptimizeReferences>true</OptimizeReferences>
154       <EnableCOMDATFolding>true</EnableCOMDATFolding>
155       <TargetMachine>MachineX64</TargetMachine>
156     </Link>
157   </ItemDefinitionGroup>
158   <ItemGroup>
159     <ClCompile Include="..\..\..\json-glib\tests\serialize-simple.c" />
160   </ItemGroup>
161   <ItemGroup>
162     <ProjectReference Include="json-glib.vcxproj">
163       <Project>{469db0a8-e33e-4112-a38c-52a168ecdc03}</Project>
164       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
165     </ProjectReference>
166   </ItemGroup>
167   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
168   <ImportGroup Label="ExtensionTargets">
169   </ImportGroup>
170 </Project>