1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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
+ <ItemGroup >
22
+ <ClInclude Include =" include\JsonSerializer.h" />
23
+ <ClInclude Include =" include\json\autolink.h" />
24
+ <ClInclude Include =" include\json\config.h" />
25
+ <ClInclude Include =" include\json\features.h" />
26
+ <ClInclude Include =" include\json\forwards.h" />
27
+ <ClInclude Include =" include\json\json.hpp" />
28
+ <ClInclude Include =" include\json\reader.h" />
29
+ <ClInclude Include =" include\json\value.h" />
30
+ <ClInclude Include =" include\json\writer.h" />
31
+ <ClInclude Include =" src\lib_json\json_tool.h" />
32
+ </ItemGroup >
33
+ <ItemGroup >
34
+ <ClCompile Include =" src\lib_json\json_reader.cpp" />
35
+ <ClCompile Include =" src\lib_json\json_value.cpp" />
36
+ <ClCompile Include =" src\lib_json\json_writer.cpp" />
37
+ </ItemGroup >
38
+ <ItemGroup >
39
+ <None Include =" src\lib_json\json_valueiterator.inl" />
40
+ </ItemGroup >
41
+ <PropertyGroup Label =" Globals" >
42
+ <ProjectGuid >{8B925520-1F2F-496F-BDF3-A49BB386846F}</ProjectGuid >
43
+ <Keyword >Win32Proj</Keyword >
44
+ <RootNamespace >JsonCpp</RootNamespace >
45
+ <WindowsTargetPlatformVersion >10.0.17763.0</WindowsTargetPlatformVersion >
46
+ </PropertyGroup >
47
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
48
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
49
+ <ConfigurationType >StaticLibrary</ConfigurationType >
50
+ <UseDebugLibraries >true</UseDebugLibraries >
51
+ <CharacterSet >Unicode</CharacterSet >
52
+ <PlatformToolset >v141</PlatformToolset >
53
+ </PropertyGroup >
54
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
55
+ <ConfigurationType >StaticLibrary</ConfigurationType >
56
+ <UseDebugLibraries >true</UseDebugLibraries >
57
+ <CharacterSet >Unicode</CharacterSet >
58
+ <PlatformToolset >v141</PlatformToolset >
59
+ </PropertyGroup >
60
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
61
+ <ConfigurationType >StaticLibrary</ConfigurationType >
62
+ <UseDebugLibraries >false</UseDebugLibraries >
63
+ <WholeProgramOptimization >true</WholeProgramOptimization >
64
+ <CharacterSet >Unicode</CharacterSet >
65
+ <PlatformToolset >v141</PlatformToolset >
66
+ </PropertyGroup >
67
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
68
+ <ConfigurationType >StaticLibrary</ConfigurationType >
69
+ <UseDebugLibraries >false</UseDebugLibraries >
70
+ <WholeProgramOptimization >true</WholeProgramOptimization >
71
+ <CharacterSet >Unicode</CharacterSet >
72
+ <PlatformToolset >v141</PlatformToolset >
73
+ </PropertyGroup >
74
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
75
+ <ImportGroup Label =" ExtensionSettings" >
76
+ </ImportGroup >
77
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
79
+ </ImportGroup >
80
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
81
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
82
+ </ImportGroup >
83
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
84
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
85
+ </ImportGroup >
86
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
87
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
88
+ </ImportGroup >
89
+ <PropertyGroup Label =" UserMacros" />
90
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
91
+ <OutDir >$(SolutionDir)lib\$(Configuration)_$(PlatformShortName)\$(ProjectName)\</OutDir >
92
+ <IntDir >$(SolutionDir)build\$(Configuration)_$(PlatformShortName)\$(ProjectName)\</IntDir >
93
+ </PropertyGroup >
94
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
95
+ <OutDir >$(SolutionDir)lib\$(Configuration)_$(PlatformShortName)\$(ProjectName)\</OutDir >
96
+ <IntDir >$(SolutionDir)build\$(Configuration)_$(PlatformShortName)\$(ProjectName)\</IntDir >
97
+ </PropertyGroup >
98
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
99
+ <OutDir >$(SolutionDir)lib\$(Configuration)_$(PlatformShortName)\$(ProjectName)\</OutDir >
100
+ <IntDir >$(SolutionDir)build\$(Configuration)_$(PlatformShortName)\$(ProjectName)\</IntDir >
101
+ </PropertyGroup >
102
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
103
+ <OutDir >$(SolutionDir)lib\$(Configuration)_$(PlatformShortName)\$(ProjectName)\</OutDir >
104
+ <IntDir >$(SolutionDir)build\$(Configuration)_$(PlatformShortName)\$(ProjectName)\</IntDir >
105
+ </PropertyGroup >
106
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
107
+ <ClCompile >
108
+ <PrecompiledHeader >
109
+ </PrecompiledHeader >
110
+ <WarningLevel >Level3</WarningLevel >
111
+ <Optimization >Disabled</Optimization >
112
+ <PreprocessorDefinitions >_ITERATOR_DEBUG_LEVEL=0;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
113
+ <AdditionalIncludeDirectories >include</AdditionalIncludeDirectories >
114
+ <LanguageStandard >stdcpp17</LanguageStandard >
115
+ </ClCompile >
116
+ <Link >
117
+ <SubSystem >Windows</SubSystem >
118
+ <GenerateDebugInformation >true</GenerateDebugInformation >
119
+ </Link >
120
+ </ItemDefinitionGroup >
121
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
122
+ <ClCompile >
123
+ <PrecompiledHeader >
124
+ </PrecompiledHeader >
125
+ <WarningLevel >Level3</WarningLevel >
126
+ <Optimization >Disabled</Optimization >
127
+ <PreprocessorDefinitions >WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
128
+ <AdditionalIncludeDirectories >include</AdditionalIncludeDirectories >
129
+ <LanguageStandard >stdcpp17</LanguageStandard >
130
+ </ClCompile >
131
+ <Link >
132
+ <SubSystem >Windows</SubSystem >
133
+ <GenerateDebugInformation >true</GenerateDebugInformation >
134
+ </Link >
135
+ </ItemDefinitionGroup >
136
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
137
+ <ClCompile >
138
+ <WarningLevel >Level3</WarningLevel >
139
+ <PrecompiledHeader >
140
+ </PrecompiledHeader >
141
+ <Optimization >MaxSpeed</Optimization >
142
+ <FunctionLevelLinking >true</FunctionLevelLinking >
143
+ <IntrinsicFunctions >true</IntrinsicFunctions >
144
+ <PreprocessorDefinitions >WIN32;_ITERATOR_DEBUG_LEVEL=0;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
145
+ <AdditionalIncludeDirectories >include</AdditionalIncludeDirectories >
146
+ <LanguageStandard >stdcpp17</LanguageStandard >
147
+ </ClCompile >
148
+ <Link >
149
+ <SubSystem >Windows</SubSystem >
150
+ <GenerateDebugInformation >true</GenerateDebugInformation >
151
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
152
+ <OptimizeReferences >true</OptimizeReferences >
153
+ </Link >
154
+ </ItemDefinitionGroup >
155
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
156
+ <ClCompile >
157
+ <WarningLevel >Level3</WarningLevel >
158
+ <PrecompiledHeader >
159
+ </PrecompiledHeader >
160
+ <Optimization >MaxSpeed</Optimization >
161
+ <FunctionLevelLinking >true</FunctionLevelLinking >
162
+ <IntrinsicFunctions >true</IntrinsicFunctions >
163
+ <PreprocessorDefinitions >WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
164
+ <AdditionalIncludeDirectories >include</AdditionalIncludeDirectories >
165
+ <LanguageStandard >stdcpp17</LanguageStandard >
166
+ </ClCompile >
167
+ <Link >
168
+ <SubSystem >Windows</SubSystem >
169
+ <GenerateDebugInformation >true</GenerateDebugInformation >
170
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
171
+ <OptimizeReferences >true</OptimizeReferences >
172
+ </Link >
173
+ </ItemDefinitionGroup >
174
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
175
+ <ImportGroup Label =" ExtensionTargets" >
176
+ </ImportGroup >
177
+ </Project >
0 commit comments