blob: fe66d8ac586cea39020a43981683c12cbc4c7aee [file] [log] [blame]
Baptiste Lepilleurfcf145e2010-02-23 08:23:41 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="lib_json"
6 ProjectGUID="{B84F7231-16CE-41D8-8C08-7B523FF4225B}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="../../build/vs71/debug/lib_json"
16 IntermediateDirectory="../../build/vs71/debug/lib_json"
17 ConfigurationType="4"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="../../include"
23 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
24 StringPooling="TRUE"
25 MinimalRebuild="TRUE"
26 BasicRuntimeChecks="3"
27 RuntimeLibrary="1"
28 EnableFunctionLevelLinking="TRUE"
29 DisableLanguageExtensions="TRUE"
30 ForceConformanceInForLoopScope="FALSE"
31 RuntimeTypeInfo="TRUE"
32 UsePrecompiledHeader="0"
33 WarningLevel="3"
34 Detect64BitPortabilityProblems="TRUE"
35 DebugInformationFormat="4"/>
36 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLibrarianTool"
40 OutputFile="$(OutDir)/json_vc71_libmtd.lib"/>
41 <Tool
42 Name="VCMIDLTool"/>
43 <Tool
44 Name="VCPostBuildEventTool"/>
45 <Tool
46 Name="VCPreBuildEventTool"/>
47 <Tool
48 Name="VCPreLinkEventTool"/>
49 <Tool
50 Name="VCResourceCompilerTool"/>
51 <Tool
52 Name="VCWebServiceProxyGeneratorTool"/>
53 <Tool
54 Name="VCXMLDataGeneratorTool"/>
55 <Tool
56 Name="VCManagedWrapperGeneratorTool"/>
57 <Tool
58 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
59 </Configuration>
60 <Configuration
61 Name="Release|Win32"
62 OutputDirectory="../../build/vs71/release/lib_json"
63 IntermediateDirectory="../../build/vs71/release/lib_json"
64 ConfigurationType="4"
65 CharacterSet="2"
66 WholeProgramOptimization="TRUE">
67 <Tool
68 Name="VCCLCompilerTool"
69 GlobalOptimizations="TRUE"
70 EnableIntrinsicFunctions="TRUE"
71 AdditionalIncludeDirectories="../../include"
72 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
73 StringPooling="TRUE"
74 RuntimeLibrary="0"
75 EnableFunctionLevelLinking="TRUE"
76 DisableLanguageExtensions="TRUE"
77 ForceConformanceInForLoopScope="FALSE"
78 RuntimeTypeInfo="TRUE"
79 UsePrecompiledHeader="0"
80 AssemblerOutput="4"
81 WarningLevel="3"
82 Detect64BitPortabilityProblems="TRUE"
83 DebugInformationFormat="3"/>
84 <Tool
85 Name="VCCustomBuildTool"/>
86 <Tool
87 Name="VCLibrarianTool"
88 OutputFile="$(OutDir)/json_vc71_libmt.lib"/>
89 <Tool
90 Name="VCMIDLTool"/>
91 <Tool
92 Name="VCPostBuildEventTool"/>
93 <Tool
94 Name="VCPreBuildEventTool"/>
95 <Tool
96 Name="VCPreLinkEventTool"/>
97 <Tool
98 Name="VCResourceCompilerTool"/>
99 <Tool
100 Name="VCWebServiceProxyGeneratorTool"/>
101 <Tool
102 Name="VCXMLDataGeneratorTool"/>
103 <Tool
104 Name="VCManagedWrapperGeneratorTool"/>
105 <Tool
106 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
107 </Configuration>
108 <Configuration
109 Name="dummy|Win32"
110 OutputDirectory="$(ConfigurationName)"
111 IntermediateDirectory="$(ConfigurationName)"
112 ConfigurationType="2"
113 CharacterSet="2"
114 WholeProgramOptimization="TRUE">
115 <Tool
116 Name="VCCLCompilerTool"
117 GlobalOptimizations="TRUE"
118 EnableIntrinsicFunctions="TRUE"
119 AdditionalIncludeDirectories="../../include"
120 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
121 StringPooling="TRUE"
122 RuntimeLibrary="4"
123 EnableFunctionLevelLinking="TRUE"
124 DisableLanguageExtensions="TRUE"
125 ForceConformanceInForLoopScope="FALSE"
126 RuntimeTypeInfo="TRUE"
127 UsePrecompiledHeader="0"
128 AssemblerOutput="4"
129 WarningLevel="3"
130 Detect64BitPortabilityProblems="TRUE"
131 DebugInformationFormat="3"/>
132 <Tool
133 Name="VCCustomBuildTool"/>
134 <Tool
135 Name="VCLinkerTool"
136 GenerateDebugInformation="TRUE"
137 SubSystem="2"
138 OptimizeReferences="2"
139 EnableCOMDATFolding="2"
140 TargetMachine="1"/>
141 <Tool
142 Name="VCMIDLTool"/>
143 <Tool
144 Name="VCPostBuildEventTool"/>
145 <Tool
146 Name="VCPreBuildEventTool"/>
147 <Tool
148 Name="VCPreLinkEventTool"/>
149 <Tool
150 Name="VCResourceCompilerTool"/>
151 <Tool
152 Name="VCWebServiceProxyGeneratorTool"/>
153 <Tool
154 Name="VCXMLDataGeneratorTool"/>
155 <Tool
156 Name="VCWebDeploymentTool"/>
157 <Tool
158 Name="VCManagedWrapperGeneratorTool"/>
159 <Tool
160 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
161 </Configuration>
162 </Configurations>
163 <References>
164 </References>
165 <Files>
166 <File
167 RelativePath="..\..\include\json\autolink.h">
168 </File>
169 <File
170 RelativePath="..\..\include\json\config.h">
171 </File>
172 <File
173 RelativePath="..\..\include\json\features.h">
174 </File>
175 <File
176 RelativePath="..\..\include\json\forwards.h">
177 </File>
178 <File
179 RelativePath="..\..\include\json\json.h">
180 </File>
181 <File
Baptiste Lepilleurfcf145e2010-02-23 08:23:41 +0000182 RelativePath="..\..\src\lib_json\json_reader.cpp">
183 </File>
184 <File
185 RelativePath="..\..\src\lib_json\json_value.cpp">
186 </File>
187 <File
188 RelativePath="..\..\src\lib_json\json_valueiterator.inl">
189 </File>
190 <File
191 RelativePath="..\..\src\lib_json\json_writer.cpp">
192 </File>
193 <File
194 RelativePath="..\..\include\json\reader.h">
195 </File>
196 <File
197 RelativePath="..\..\include\json\value.h">
198 </File>
199 <File
200 RelativePath="..\..\include\json\writer.h">
201 </File>
202 </Files>
203 <Globals>
204 </Globals>
205</VisualStudioProject>