1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 12.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 =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <ItemGroup >
14
+ <ClInclude Include =" EscapedString.h" />
15
+ <ClInclude Include =" JsonArray.h" />
16
+ <ClInclude Include =" JsonArrayBase.h" />
17
+ <ClInclude Include =" JsonHashTable.h" />
18
+ <ClInclude Include =" JsonHashTableBase.h" />
19
+ <ClInclude Include =" JsonPrintable.h" />
20
+ <ClInclude Include =" JsonValue.h" />
21
+ <ClInclude Include =" Print.h" />
22
+ <ClInclude Include =" Printable.h" />
23
+ <ClInclude Include =" StringBuilder.h" />
24
+ </ItemGroup >
25
+ <ItemGroup >
26
+ <ClCompile Include =" EscapedString.cpp" />
27
+ <ClCompile Include =" JsonArrayBase.cpp" />
28
+ <ClCompile Include =" JsonHashTableBase.cpp" />
29
+ <ClCompile Include =" JsonValue.cpp" />
30
+ <ClCompile Include =" Print.cpp" />
31
+ <ClCompile Include =" StringBuilder.cpp" />
32
+ </ItemGroup >
33
+ <PropertyGroup Label =" Globals" >
34
+ <ProjectGuid >{C6536D27-738D-4CEB-A2BC-E13C8897D894}</ProjectGuid >
35
+ <Keyword >Win32Proj</Keyword >
36
+ <RootNamespace >JsonGenerator</RootNamespace >
37
+ </PropertyGroup >
38
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
39
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
40
+ <ConfigurationType >StaticLibrary</ConfigurationType >
41
+ <UseDebugLibraries >true</UseDebugLibraries >
42
+ <PlatformToolset >v120</PlatformToolset >
43
+ <CharacterSet >Unicode</CharacterSet >
44
+ </PropertyGroup >
45
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
46
+ <ConfigurationType >StaticLibrary</ConfigurationType >
47
+ <UseDebugLibraries >false</UseDebugLibraries >
48
+ <PlatformToolset >v120</PlatformToolset >
49
+ <WholeProgramOptimization >true</WholeProgramOptimization >
50
+ <CharacterSet >Unicode</CharacterSet >
51
+ </PropertyGroup >
52
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
53
+ <ImportGroup Label =" ExtensionSettings" >
54
+ </ImportGroup >
55
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
56
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
57
+ </ImportGroup >
58
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ </ImportGroup >
61
+ <PropertyGroup Label =" UserMacros" />
62
+ <PropertyGroup />
63
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
64
+ <ClCompile >
65
+ <PrecompiledHeader >
66
+ </PrecompiledHeader >
67
+ <WarningLevel >Level3</WarningLevel >
68
+ <Optimization >Disabled</Optimization >
69
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
70
+ </ClCompile >
71
+ <Link >
72
+ <SubSystem >Windows</SubSystem >
73
+ <GenerateDebugInformation >true</GenerateDebugInformation >
74
+ </Link >
75
+ </ItemDefinitionGroup >
76
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
77
+ <ClCompile >
78
+ <WarningLevel >Level3</WarningLevel >
79
+ <PrecompiledHeader >
80
+ </PrecompiledHeader >
81
+ <Optimization >MaxSpeed</Optimization >
82
+ <FunctionLevelLinking >true</FunctionLevelLinking >
83
+ <IntrinsicFunctions >true</IntrinsicFunctions >
84
+ <PreprocessorDefinitions >WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
85
+ </ClCompile >
86
+ <Link >
87
+ <SubSystem >Windows</SubSystem >
88
+ <GenerateDebugInformation >true</GenerateDebugInformation >
89
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
90
+ <OptimizeReferences >true</OptimizeReferences >
91
+ </Link >
92
+ </ItemDefinitionGroup >
93
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
94
+ <ImportGroup Label =" ExtensionTargets" >
95
+ </ImportGroup >
96
+ </Project >
0 commit comments