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 =" dummy|Win32" >
9
+ <Configuration >dummy</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Release|Win32" >
13
+ <Configuration >Release</Configuration >
14
+ <Platform >Win32</Platform >
15
+ </ProjectConfiguration >
16
+ </ItemGroup >
17
+ <PropertyGroup Label =" Globals" >
18
+ <ProjectGuid >{B84F7231-16CE-41D8-8C08-7B523FF4225B}</ProjectGuid >
19
+ <Keyword >Win32Proj</Keyword >
20
+ </PropertyGroup >
21
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
22
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='dummy|Win32'" Label =" Configuration" >
23
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
24
+ <PlatformToolset >v141</PlatformToolset >
25
+ <CharacterSet >MultiByte</CharacterSet >
26
+ <WholeProgramOptimization >true</WholeProgramOptimization >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
29
+ <ConfigurationType >StaticLibrary</ConfigurationType >
30
+ <PlatformToolset >v141</PlatformToolset >
31
+ <CharacterSet >MultiByte</CharacterSet >
32
+ <WholeProgramOptimization >true</WholeProgramOptimization >
33
+ </PropertyGroup >
34
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
35
+ <ConfigurationType >StaticLibrary</ConfigurationType >
36
+ <PlatformToolset >v141</PlatformToolset >
37
+ <CharacterSet >MultiByte</CharacterSet >
38
+ </PropertyGroup >
39
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
40
+ <ImportGroup Label =" ExtensionSettings" >
41
+ </ImportGroup >
42
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='dummy|Win32'" Label =" PropertySheets" >
43
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
44
+ </ImportGroup >
45
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
46
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
47
+ </ImportGroup >
48
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
49
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
50
+ </ImportGroup >
51
+ <PropertyGroup Label =" UserMacros" />
52
+ <PropertyGroup >
53
+ <_ProjectFileVersion >15.0.28127.55</_ProjectFileVersion >
54
+ </PropertyGroup >
55
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
56
+ <OutDir >../../build/vs71/debug/lib_json\</OutDir >
57
+ <IntDir >../../build/vs71/debug/lib_json\</IntDir >
58
+ </PropertyGroup >
59
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
60
+ <OutDir >../../build/vs71/release/lib_json\</OutDir >
61
+ <IntDir >../../build/vs71/release/lib_json\</IntDir >
62
+ </PropertyGroup >
63
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='dummy|Win32'" >
64
+ <OutDir >$(Configuration)\</OutDir >
65
+ <IntDir >$(Configuration)\</IntDir >
66
+ </PropertyGroup >
67
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
68
+ <ClCompile >
69
+ <Optimization >Disabled</Optimization >
70
+ <AdditionalIncludeDirectories >../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
71
+ <PreprocessorDefinitions >WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
72
+ <StringPooling >true</StringPooling >
73
+ <MinimalRebuild >true</MinimalRebuild >
74
+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
75
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
76
+ <FunctionLevelLinking >true</FunctionLevelLinking >
77
+ <DisableLanguageExtensions >true</DisableLanguageExtensions >
78
+ <ForceConformanceInForLoopScope >false</ForceConformanceInForLoopScope >
79
+ <RuntimeTypeInfo >true</RuntimeTypeInfo >
80
+ <PrecompiledHeader />
81
+ <WarningLevel >Level3</WarningLevel >
82
+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
83
+ </ClCompile >
84
+ <Lib >
85
+ <OutputFile >$(OutDir)json_vc71_libmtd.lib</OutputFile >
86
+ </Lib >
87
+ </ItemDefinitionGroup >
88
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
89
+ <ClCompile >
90
+ <IntrinsicFunctions >true</IntrinsicFunctions >
91
+ <AdditionalIncludeDirectories >../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
92
+ <PreprocessorDefinitions >WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
93
+ <StringPooling >true</StringPooling >
94
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
95
+ <FunctionLevelLinking >true</FunctionLevelLinking >
96
+ <DisableLanguageExtensions >true</DisableLanguageExtensions >
97
+ <ForceConformanceInForLoopScope >false</ForceConformanceInForLoopScope >
98
+ <RuntimeTypeInfo >true</RuntimeTypeInfo >
99
+ <PrecompiledHeader />
100
+ <AssemblerOutput >AssemblyAndSourceCode</AssemblerOutput >
101
+ <WarningLevel >Level3</WarningLevel >
102
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
103
+ </ClCompile >
104
+ <Lib >
105
+ <OutputFile >$(OutDir)json_vc71_libmt.lib</OutputFile >
106
+ </Lib >
107
+ </ItemDefinitionGroup >
108
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='dummy|Win32'" >
109
+ <ClCompile >
110
+ <IntrinsicFunctions >true</IntrinsicFunctions >
111
+ <AdditionalIncludeDirectories >../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
112
+ <PreprocessorDefinitions >WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
113
+ <StringPooling >true</StringPooling >
114
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
115
+ <FunctionLevelLinking >true</FunctionLevelLinking >
116
+ <DisableLanguageExtensions >true</DisableLanguageExtensions >
117
+ <ForceConformanceInForLoopScope >false</ForceConformanceInForLoopScope >
118
+ <RuntimeTypeInfo >true</RuntimeTypeInfo >
119
+ <PrecompiledHeader />
120
+ <AssemblerOutput >AssemblyAndSourceCode</AssemblerOutput >
121
+ <WarningLevel >Level3</WarningLevel >
122
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
123
+ </ClCompile >
124
+ <Link >
125
+ <GenerateDebugInformation >true</GenerateDebugInformation >
126
+ <SubSystem >Windows</SubSystem >
127
+ <OptimizeReferences >true</OptimizeReferences >
128
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
129
+ <TargetMachine >MachineX86</TargetMachine >
130
+ </Link >
131
+ </ItemDefinitionGroup >
132
+ <ItemGroup >
133
+ <ClInclude Include =" ..\..\include\json\autolink.h" />
134
+ <ClInclude Include =" ..\..\include\json\config.h" />
135
+ <ClInclude Include =" ..\..\include\json\features.h" />
136
+ <ClInclude Include =" ..\..\include\json\forwards.h" />
137
+ <ClInclude Include =" ..\..\include\json\json.h" />
138
+ <ClInclude Include =" ..\..\include\json\reader.h" />
139
+ <ClInclude Include =" ..\..\include\json\value.h" />
140
+ <ClInclude Include =" ..\..\include\json\writer.h" />
141
+ </ItemGroup >
142
+ <ItemGroup >
143
+ <ClCompile Include =" ..\..\src\lib_json\json_reader.cpp" />
144
+ <ClCompile Include =" ..\..\src\lib_json\json_value.cpp" />
145
+ <ClCompile Include =" ..\..\src\lib_json\json_writer.cpp" />
146
+ </ItemGroup >
147
+ <ItemGroup >
148
+ <None Include =" ..\..\src\lib_json\json_valueiterator.inl" />
149
+ </ItemGroup >
150
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
151
+ <ImportGroup Label =" ExtensionTargets" >
152
+ </ImportGroup >
153
+ </Project >
0 commit comments