ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitCommon/JSONSpirit/src/json_spirit.vcproj
Revision: 1.1
Committed: Tue Jun 29 15:47:51 2010 UTC (14 years, 10 months ago) by bendavid
Branch: MAIN
CVS Tags: Mit_032, Mit_031, Mit_025c_branch2, Mit_025c_branch1, Mit_030, Mit_029c, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_025c_branch0, Mit_028, Mit_027a, Mit_027, Mit_026, Mit_025e, Mit_025d, Mit_025c, Mit_025b, Mit_025a, Mit_025, Mit_025pre2, Mit_024b, Mit_025pre1, Mit_024a, Mit_024, Mit_023, Mit_022a, Mit_022, Mit_020d, TMit_020d, Mit_020c, Mit_021, Mit_021pre2, Mit_021pre1, Mit_020b, Mit_020a, Mit_020, Mit_020pre1, Mit_018, Mit_017, Mit_017pre3, Mit_017pre2, Mit_017pre1, V07-05-00, Mit_016, Mit_015b, Mit_015a, Mit_015, Mit_014e, Mit_014d, Mit_014c, HEAD
Branch point for: Mit_025c_branch
Log Message:
Add JSONSpirit library

File Contents

# Content
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="json_spirit_lib"
6 ProjectGUID="{BE262A86-CC26-4B25-A877-883ED2688CEC}"
7 RootNamespace="json_spirit"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="4"
23 CharacterSet="1"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
40 <Tool
41 Name="VCCLCompilerTool"
42 AdditionalOptions="&#x0D;&#x0A;"
43 Optimization="0"
44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 DisableLanguageExtensions="false"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 Detect64BitPortabilityProblems="true"
52 DebugInformationFormat="4"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLibrarianTool"
65 />
66 <Tool
67 Name="VCALinkTool"
68 />
69 <Tool
70 Name="VCXDCMakeTool"
71 />
72 <Tool
73 Name="VCBscMakeTool"
74 />
75 <Tool
76 Name="VCFxCopTool"
77 />
78 <Tool
79 Name="VCPostBuildEventTool"
80 />
81 </Configuration>
82 <Configuration
83 Name="Release|Win32"
84 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
85 IntermediateDirectory="$(ConfigurationName)"
86 ConfigurationType="4"
87 CharacterSet="1"
88 WholeProgramOptimization="1"
89 >
90 <Tool
91 Name="VCPreBuildEventTool"
92 />
93 <Tool
94 Name="VCCustomBuildTool"
95 />
96 <Tool
97 Name="VCXMLDataGeneratorTool"
98 />
99 <Tool
100 Name="VCWebServiceProxyGeneratorTool"
101 />
102 <Tool
103 Name="VCMIDLTool"
104 />
105 <Tool
106 Name="VCCLCompilerTool"
107 Optimization="2"
108 EnableIntrinsicFunctions="false"
109 FavorSizeOrSpeed="0"
110 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
111 RuntimeLibrary="2"
112 BufferSecurityCheck="false"
113 UsePrecompiledHeader="0"
114 WarningLevel="3"
115 Detect64BitPortabilityProblems="true"
116 DebugInformationFormat="3"
117 />
118 <Tool
119 Name="VCManagedResourceCompilerTool"
120 />
121 <Tool
122 Name="VCResourceCompilerTool"
123 />
124 <Tool
125 Name="VCPreLinkEventTool"
126 />
127 <Tool
128 Name="VCLibrarianTool"
129 />
130 <Tool
131 Name="VCALinkTool"
132 />
133 <Tool
134 Name="VCXDCMakeTool"
135 />
136 <Tool
137 Name="VCBscMakeTool"
138 />
139 <Tool
140 Name="VCFxCopTool"
141 />
142 <Tool
143 Name="VCPostBuildEventTool"
144 />
145 </Configuration>
146 </Configurations>
147 <References>
148 </References>
149 <Files>
150 <Filter
151 Name="Source Files"
152 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
153 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
154 >
155 <File
156 RelativePath=".\json_spirit_reader.cpp"
157 >
158 </File>
159 <File
160 RelativePath=".\json_spirit_writer.cpp"
161 >
162 </File>
163 </Filter>
164 <Filter
165 Name="Header Files"
166 Filter="h;hpp;hxx;hm;inl;inc;xsd"
167 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
168 >
169 <File
170 RelativePath=".\json_spirit.h"
171 >
172 </File>
173 <File
174 RelativePath=".\json_spirit_error_position.h"
175 >
176 </File>
177 <File
178 RelativePath=".\json_spirit_reader.h"
179 >
180 </File>
181 <File
182 RelativePath=".\json_spirit_reader_template.h"
183 >
184 </File>
185 <File
186 RelativePath=".\json_spirit_stream_reader.h"
187 >
188 </File>
189 <File
190 RelativePath=".\json_spirit_utils.h"
191 >
192 </File>
193 <File
194 RelativePath=".\json_spirit_value.h"
195 >
196 </File>
197 <File
198 RelativePath=".\json_spirit_writer.h"
199 >
200 </File>
201 <File
202 RelativePath=".\json_spirit_writer_template.h"
203 >
204 </File>
205 </Filter>
206 </Files>
207 <Globals>
208 </Globals>
209 </VisualStudioProject>