|
2 | 2 | <VisualStudioProject
|
3 | 3 | ProjectType="Visual C++"
|
4 | 4 | Version="7.10"
|
5 |
| - Name="rasqal" |
6 |
| - SccProjectName="" |
7 |
| - SccLocalPath=""> |
| 5 | + Name="rasqal"> |
8 | 6 | <Platforms>
|
9 | 7 | <Platform
|
10 | 8 | Name="Win32"/>
|
|
21 | 19 | <Tool
|
22 | 20 | Name="VCCLCompilerTool"
|
23 | 21 | Optimization="0"
|
24 |
| - AdditionalIncludeDirectories="..;..\..\raptor;..\..\librdf" |
25 |
| - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;RASQAL_INTERNAL;_MT" |
| 22 | + AdditionalIncludeDirectories="..\src;..\..\raptor\src;..\..\librdf;..\..\..\pcre\6.4\pcre-6.4-src" |
| 23 | + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;RASQAL_INTERNAL;_MT;PCRE_STATIC" |
26 | 24 | BasicRuntimeChecks="3"
|
27 | 25 | RuntimeLibrary="2"
|
28 | 26 | UsePrecompiledHeader="0"
|
29 |
| - PrecompiledHeaderFile=".\Debug/rasqal.pch" |
| 27 | + PrecompiledHeaderFile="" |
30 | 28 | AssemblerListingLocation=".\Debug/"
|
31 | 29 | ObjectFile=".\Debug/"
|
32 | 30 | ProgramDataBaseFileName=".\Debug/"
|
|
38 | 36 | Name="VCCustomBuildTool"/>
|
39 | 37 | <Tool
|
40 | 38 | Name="VCLinkerTool"
|
41 |
| - AdditionalDependencies="odbc32.lib odbccp32.lib raptor.lib librdf.lib" |
| 39 | + AdditionalDependencies="raptor.lib librdf.lib pcre.lib" |
42 | 40 | LinkIncremental="1"
|
43 | 41 | SuppressStartupBanner="TRUE"
|
44 |
| - AdditionalLibraryDirectories="..\..\raptor\win32\Debug;..\..\librdf\win32\Debug" |
| 42 | + AdditionalLibraryDirectories="..\..\raptor\win32\Debug;..\..\librdf\win32\Debug;..\..\..\pcre\6.4\pcre-6.4-src\pcre\Debug" |
45 | 43 | GenerateDebugInformation="TRUE"
|
46 | 44 | ProgramDatabaseFile="c:\bin\Debug/rasqal.pdb"
|
47 | 45 | TargetMachine="1"/>
|
|
85 | 83 | <Tool
|
86 | 84 | Name="VCCLCompilerTool"
|
87 | 85 | Optimization="2"
|
88 |
| - AdditionalIncludeDirectories="..;..\..\raptor;..\..\librdf" |
89 |
| - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;RASQAL_INTERNAL;_MT" |
| 86 | + AdditionalIncludeDirectories="..\src;..\..\raptor\src;..\..\librdf;..\..\..\pcre\6.4\pcre-6.4-src" |
| 87 | + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;RASQAL_INTERNAL;_MT;PCRE_STATIC" |
90 | 88 | StringPooling="FALSE"
|
91 | 89 | RuntimeLibrary="2"
|
92 | 90 | EnableFunctionLevelLinking="FALSE"
|
93 | 91 | UsePrecompiledHeader="0"
|
94 |
| - PrecompiledHeaderFile=".\Release/rasqal.pch" |
| 92 | + PrecompiledHeaderFile="" |
95 | 93 | AssemblerListingLocation=".\Release/"
|
96 | 94 | ObjectFile=".\Release/"
|
97 | 95 | ProgramDataBaseFileName=".\Release/"
|
|
103 | 101 | Name="VCCustomBuildTool"/>
|
104 | 102 | <Tool
|
105 | 103 | Name="VCLinkerTool"
|
106 |
| - AdditionalDependencies="raptor.lib librdf.lib" |
| 104 | + AdditionalDependencies="raptor.lib librdf.lib pcre.lib" |
107 | 105 | LinkIncremental="1"
|
108 | 106 | SuppressStartupBanner="TRUE"
|
109 |
| - AdditionalLibraryDirectories="..\..\raptor\win32\Release;..\..\librdf\win32\Release" |
| 107 | + AdditionalLibraryDirectories="..\..\raptor\win32\Release;..\..\librdf\win32\Release;..\..\..\pcre\6.4\pcre-6.4-src\pcre\Release" |
110 | 108 | ProgramDatabaseFile=".\Release/rasqal.pdb"
|
111 | 109 | ImportLibrary=".\Release/rasqal.lib"
|
112 | 110 | TargetMachine="1"/>
|
|
147 | 145 | Name="Source Files"
|
148 | 146 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
149 | 147 | <File
|
150 |
| - RelativePath="..\getopt.c"> |
151 |
| - <FileConfiguration |
152 |
| - Name="Debug|Win32"> |
153 |
| - <Tool |
154 |
| - Name="VCCLCompilerTool" |
155 |
| - Optimization="0" |
156 |
| - AdditionalIncludeDirectories="" |
157 |
| - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_INTERNAL;_MT;$(NoInherit)" |
158 |
| - BasicRuntimeChecks="3"/> |
159 |
| - </FileConfiguration> |
160 |
| - <FileConfiguration |
161 |
| - Name="Release|Win32"> |
162 |
| - <Tool |
163 |
| - Name="VCCLCompilerTool" |
164 |
| - Optimization="2" |
165 |
| - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_EXPORTS;$(NoInherit)"/> |
166 |
| - </FileConfiguration> |
| 148 | + RelativePath="..\src\rasqal_engine.c"> |
167 | 149 | </File>
|
168 | 150 | <File
|
169 |
| - RelativePath="..\rasqal_engine.c"> |
170 |
| - <FileConfiguration |
171 |
| - Name="Debug|Win32"> |
172 |
| - <Tool |
173 |
| - Name="VCCLCompilerTool" |
174 |
| - Optimization="0" |
175 |
| - AdditionalIncludeDirectories="" |
176 |
| - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_INTERNAL;_MT;$(NoInherit)" |
177 |
| - BasicRuntimeChecks="3"/> |
178 |
| - </FileConfiguration> |
179 |
| - <FileConfiguration |
180 |
| - Name="Release|Win32"> |
181 |
| - <Tool |
182 |
| - Name="VCCLCompilerTool" |
183 |
| - Optimization="2" |
184 |
| - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_EXPORTS;$(NoInherit)"/> |
185 |
| - </FileConfiguration> |
| 151 | + RelativePath="..\src\rasqal_expr.c"> |
186 | 152 | </File>
|
187 | 153 | <File
|
188 |
| - RelativePath="..\rasqal_expr.c"> |
189 |
| - <FileConfiguration |
190 |
| - Name="Debug|Win32"> |
191 |
| - <Tool |
192 |
| - Name="VCCLCompilerTool" |
193 |
| - Optimization="0" |
194 |
| - AdditionalIncludeDirectories="" |
195 |
| - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_INTERNAL;_MT;$(NoInherit)" |
196 |
| - BasicRuntimeChecks="3"/> |
197 |
| - </FileConfiguration> |
198 |
| - <FileConfiguration |
199 |
| - Name="Release|Win32"> |
200 |
| - <Tool |
201 |
| - Name="VCCLCompilerTool" |
202 |
| - Optimization="2" |
203 |
| - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_EXPORTS;$(NoInherit)"/> |
204 |
| - </FileConfiguration> |
| 154 | + RelativePath="..\src\rasqal_general.c"> |
205 | 155 | </File>
|
206 | 156 | <File
|
207 |
| - RelativePath="..\rasqal_general.c"> |
208 |
| - <FileConfiguration |
209 |
| - Name="Debug|Win32"> |
210 |
| - <Tool |
211 |
| - Name="VCCLCompilerTool" |
212 |
| - Optimization="0" |
213 |
| - AdditionalIncludeDirectories="" |
214 |
| - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_INTERNAL;_MT;$(NoInherit)" |
215 |
| - BasicRuntimeChecks="3"/> |
216 |
| - </FileConfiguration> |
217 |
| - <FileConfiguration |
218 |
| - Name="Release|Win32"> |
219 |
| - <Tool |
220 |
| - Name="VCCLCompilerTool" |
221 |
| - Optimization="2" |
222 |
| - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_EXPORTS;$(NoInherit)"/> |
223 |
| - </FileConfiguration> |
| 157 | + RelativePath="..\src\rasqal_graph_pattern.c"> |
224 | 158 | </File>
|
225 | 159 | <File
|
226 |
| - RelativePath="..\rasqal_literal.c"> |
227 |
| - <FileConfiguration |
228 |
| - Name="Debug|Win32"> |
229 |
| - <Tool |
230 |
| - Name="VCCLCompilerTool" |
231 |
| - Optimization="0" |
232 |
| - AdditionalIncludeDirectories="" |
233 |
| - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_INTERNAL;_MT;$(NoInherit)" |
234 |
| - BasicRuntimeChecks="3"/> |
235 |
| - </FileConfiguration> |
236 |
| - <FileConfiguration |
237 |
| - Name="Release|Win32"> |
238 |
| - <Tool |
239 |
| - Name="VCCLCompilerTool" |
240 |
| - Optimization="2" |
241 |
| - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_EXPORTS;$(NoInherit)"/> |
242 |
| - </FileConfiguration> |
| 160 | + RelativePath="..\src\rasqal_literal.c"> |
243 | 161 | </File>
|
244 | 162 | <File
|
245 |
| - RelativePath="..\rasqal_query.c"> |
246 |
| - <FileConfiguration |
247 |
| - Name="Debug|Win32"> |
248 |
| - <Tool |
249 |
| - Name="VCCLCompilerTool" |
250 |
| - Optimization="0" |
251 |
| - AdditionalIncludeDirectories="" |
252 |
| - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_INTERNAL;_MT;$(NoInherit)" |
253 |
| - BasicRuntimeChecks="3"/> |
254 |
| - </FileConfiguration> |
255 |
| - <FileConfiguration |
256 |
| - Name="Release|Win32"> |
257 |
| - <Tool |
258 |
| - Name="VCCLCompilerTool" |
259 |
| - Optimization="2" |
260 |
| - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_EXPORTS;$(NoInherit)"/> |
261 |
| - </FileConfiguration> |
| 163 | + RelativePath="..\src\rasqal_map.c"> |
262 | 164 | </File>
|
263 | 165 | <File
|
264 |
| - RelativePath="..\rasqal_raptor.c"> |
265 |
| - <FileConfiguration |
266 |
| - Name="Debug|Win32"> |
267 |
| - <Tool |
268 |
| - Name="VCCLCompilerTool" |
269 |
| - Optimization="0" |
270 |
| - AdditionalIncludeDirectories="" |
271 |
| - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_INTERNAL;_MT;$(NoInherit)" |
272 |
| - BasicRuntimeChecks="3"/> |
273 |
| - </FileConfiguration> |
274 |
| - <FileConfiguration |
275 |
| - Name="Release|Win32"> |
276 |
| - <Tool |
277 |
| - Name="VCCLCompilerTool" |
278 |
| - Optimization="2" |
279 |
| - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_EXPORTS;$(NoInherit)"/> |
280 |
| - </FileConfiguration> |
| 166 | + RelativePath="..\src\rasqal_query.c"> |
281 | 167 | </File>
|
282 | 168 | <File
|
283 |
| - RelativePath="..\rasqal_redland.c"> |
284 |
| - <FileConfiguration |
285 |
| - Name="Debug|Win32"> |
286 |
| - <Tool |
287 |
| - Name="VCCLCompilerTool" |
288 |
| - Optimization="0" |
289 |
| - AdditionalIncludeDirectories="" |
290 |
| - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_INTERNAL;_MT;$(NoInherit)" |
291 |
| - BasicRuntimeChecks="3"/> |
292 |
| - </FileConfiguration> |
293 |
| - <FileConfiguration |
294 |
| - Name="Release|Win32"> |
295 |
| - <Tool |
296 |
| - Name="VCCLCompilerTool" |
297 |
| - Optimization="2" |
298 |
| - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_EXPORTS;$(NoInherit)"/> |
299 |
| - </FileConfiguration> |
| 169 | + RelativePath="..\src\rasqal_raptor.c"> |
300 | 170 | </File>
|
301 | 171 | <File
|
302 |
| - RelativePath="..\rdql_lexer.c"> |
303 |
| - <FileConfiguration |
304 |
| - Name="Debug|Win32"> |
305 |
| - <Tool |
306 |
| - Name="VCCLCompilerTool" |
307 |
| - Optimization="0" |
308 |
| - AdditionalIncludeDirectories="" |
309 |
| - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_INTERNAL;_MT;$(NoInherit)" |
310 |
| - BasicRuntimeChecks="3"/> |
311 |
| - </FileConfiguration> |
312 |
| - <FileConfiguration |
313 |
| - Name="Release|Win32"> |
314 |
| - <Tool |
315 |
| - Name="VCCLCompilerTool" |
316 |
| - Optimization="2" |
317 |
| - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_EXPORTS;$(NoInherit)"/> |
318 |
| - </FileConfiguration> |
| 172 | + RelativePath="..\src\rasqal_redland.c"> |
319 | 173 | </File>
|
320 | 174 | <File
|
321 |
| - RelativePath="..\rdql_parser.c"> |
322 |
| - <FileConfiguration |
323 |
| - Name="Debug|Win32"> |
324 |
| - <Tool |
325 |
| - Name="VCCLCompilerTool" |
326 |
| - Optimization="0" |
327 |
| - AdditionalIncludeDirectories="" |
328 |
| - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_INTERNAL;_MT;$(NoInherit)" |
329 |
| - BasicRuntimeChecks="3"/> |
330 |
| - </FileConfiguration> |
331 |
| - <FileConfiguration |
332 |
| - Name="Release|Win32"> |
333 |
| - <Tool |
334 |
| - Name="VCCLCompilerTool" |
335 |
| - Optimization="2" |
336 |
| - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_EXPORTS;$(NoInherit)"/> |
337 |
| - </FileConfiguration> |
| 175 | + RelativePath="..\src\rasqal_xsd_datatypes.c"> |
338 | 176 | </File>
|
339 | 177 | <File
|
340 |
| - RelativePath="..\roqet.c"> |
341 |
| - <FileConfiguration |
342 |
| - Name="Debug|Win32"> |
343 |
| - <Tool |
344 |
| - Name="VCCLCompilerTool" |
345 |
| - Optimization="0" |
346 |
| - AdditionalIncludeDirectories="" |
347 |
| - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_INTERNAL;_MT;$(NoInherit)" |
348 |
| - BasicRuntimeChecks="3"/> |
349 |
| - </FileConfiguration> |
350 |
| - <FileConfiguration |
351 |
| - Name="Release|Win32"> |
352 |
| - <Tool |
353 |
| - Name="VCCLCompilerTool" |
354 |
| - Optimization="2" |
355 |
| - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_EXPORTS;$(NoInherit)"/> |
356 |
| - </FileConfiguration> |
| 178 | + RelativePath="..\src\rdql_lexer.c"> |
357 | 179 | </File>
|
358 | 180 | <File
|
359 |
| - RelativePath="..\sparql_lexer.c"> |
| 181 | + RelativePath="..\src\rdql_parser.c"> |
360 | 182 | </File>
|
361 | 183 | <File
|
362 |
| - RelativePath="..\sparql_parser.c"> |
| 184 | + RelativePath="..\src\sparql_lexer.c"> |
363 | 185 | </File>
|
364 | 186 | <File
|
365 |
| - RelativePath="..\strcasecmp.c"> |
366 |
| - <FileConfiguration |
367 |
| - Name="Debug|Win32"> |
368 |
| - <Tool |
369 |
| - Name="VCCLCompilerTool" |
370 |
| - Optimization="0" |
371 |
| - AdditionalIncludeDirectories="" |
372 |
| - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_INTERNAL;_MT;$(NoInherit)" |
373 |
| - BasicRuntimeChecks="3"/> |
374 |
| - </FileConfiguration> |
375 |
| - <FileConfiguration |
376 |
| - Name="Release|Win32"> |
377 |
| - <Tool |
378 |
| - Name="VCCLCompilerTool" |
379 |
| - Optimization="2" |
380 |
| - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;RASQAL_EXPORTS;$(NoInherit)"/> |
381 |
| - </FileConfiguration> |
| 187 | + RelativePath="..\src\sparql_parser.c"> |
| 188 | + </File> |
| 189 | + <File |
| 190 | + RelativePath="..\src\strcasecmp.c"> |
382 | 191 | </File>
|
383 | 192 | </Filter>
|
384 | 193 | <Filter
|
385 | 194 | Name="Header Files"
|
386 | 195 | Filter="h;hpp;hxx;hm;inl">
|
387 | 196 | <File
|
388 |
| - RelativePath="..\rasqal.h"> |
389 |
| - </File> |
390 |
| - <File |
391 |
| - RelativePath="..\rasqal_getopt.h"> |
392 |
| - </File> |
393 |
| - <File |
394 |
| - RelativePath="..\rasqal_internal.h"> |
| 197 | + RelativePath="..\src\rasqal.h"> |
395 | 198 | </File>
|
396 | 199 | <File
|
397 |
| - RelativePath="..\rdql_common.h"> |
| 200 | + RelativePath="..\src\rasqal_internal.h"> |
398 | 201 | </File>
|
399 | 202 | <File
|
400 |
| - RelativePath="..\rdql_lexer.h"> |
| 203 | + RelativePath="..\src\rdql_common.h"> |
401 | 204 | </File>
|
402 | 205 | <File
|
403 |
| - RelativePath="..\rdql_parser.h"> |
| 206 | + RelativePath="..\src\rdql_lexer.h"> |
404 | 207 | </File>
|
405 | 208 | <File
|
406 |
| - RelativePath="..\rdql_parser.h"> |
| 209 | + RelativePath="..\src\rdql_parser.h"> |
407 | 210 | </File>
|
408 | 211 | <File
|
409 |
| - RelativePath="..\sparql_common.h"> |
| 212 | + RelativePath="..\src\sparql_common.h"> |
410 | 213 | </File>
|
411 | 214 | <File
|
412 |
| - RelativePath="..\sparql_lexer.h"> |
| 215 | + RelativePath="..\src\sparql_lexer.h"> |
413 | 216 | </File>
|
414 | 217 | <File
|
415 |
| - RelativePath="..\sparql_parser.h"> |
| 218 | + RelativePath="..\src\sparql_parser.h"> |
416 | 219 | </File>
|
417 | 220 | <File
|
418 |
| - RelativePath="..\win32_rasqal_config.h"> |
| 221 | + RelativePath="..\src\win32_rasqal_config.h"> |
419 | 222 | </File>
|
420 | 223 | </Filter>
|
421 | 224 | </Files>
|
|
0 commit comments