source: NonGTP/FCollada/FColladaLib.vcproj @ 964

Revision 964, 20.3 KB checked in by igarcia, 18 years ago (diff)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="FColladaLib"
6        ProjectGUID="{5160A878-73A5-41CA-B8D5-C3D560DD1D58}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)"
16                        IntermediateDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)/Intermediate"
17                        ConfigurationType="4"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;MEMORY_DEBUG"
23                                MinimalRebuild="TRUE"
24                                BasicRuntimeChecks="3"
25                                RuntimeLibrary="1"
26                                UsePrecompiledHeader="0"
27                                WarningLevel="3"
28                                Detect64BitPortabilityProblems="TRUE"
29                                DebugInformationFormat="3"/>
30                        <Tool
31                                Name="VCCustomBuildTool"/>
32                        <Tool
33                                Name="VCLibrarianTool"
34                                AdditionalDependencies="FColladaSD.lib"
35                                OutputFile="$(OutDir)/FCollada.lib"/>
36                        <Tool
37                                Name="VCMIDLTool"/>
38                        <Tool
39                                Name="VCPostBuildEventTool"/>
40                        <Tool
41                                Name="VCPreBuildEventTool"/>
42                        <Tool
43                                Name="VCPreLinkEventTool"/>
44                        <Tool
45                                Name="VCResourceCompilerTool"/>
46                        <Tool
47                                Name="VCWebServiceProxyGeneratorTool"/>
48                        <Tool
49                                Name="VCXMLDataGeneratorTool"/>
50                        <Tool
51                                Name="VCManagedWrapperGeneratorTool"/>
52                        <Tool
53                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
54                </Configuration>
55                <Configuration
56                        Name="Release|Win32"
57                        OutputDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)"
58                        IntermediateDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)/Intermediate"
59                        ConfigurationType="4"
60                        CharacterSet="2">
61                        <Tool
62                                Name="VCCLCompilerTool"
63                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
64                                RuntimeLibrary="0"
65                                UsePrecompiledHeader="0"
66                                WarningLevel="3"
67                                Detect64BitPortabilityProblems="TRUE"
68                                DebugInformationFormat="3"/>
69                        <Tool
70                                Name="VCCustomBuildTool"/>
71                        <Tool
72                                Name="VCLibrarianTool"
73                                AdditionalDependencies="FColladaS.lib"
74                                OutputFile="$(OutDir)/FCollada.lib"/>
75                        <Tool
76                                Name="VCMIDLTool"/>
77                        <Tool
78                                Name="VCPostBuildEventTool"/>
79                        <Tool
80                                Name="VCPreBuildEventTool"/>
81                        <Tool
82                                Name="VCPreLinkEventTool"/>
83                        <Tool
84                                Name="VCResourceCompilerTool"/>
85                        <Tool
86                                Name="VCWebServiceProxyGeneratorTool"/>
87                        <Tool
88                                Name="VCXMLDataGeneratorTool"/>
89                        <Tool
90                                Name="VCManagedWrapperGeneratorTool"/>
91                        <Tool
92                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
93                </Configuration>
94                <Configuration
95                        Name="Debug Unicode|Win32"
96                        OutputDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)"
97                        IntermediateDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)/Intermediate"
98                        ConfigurationType="4"
99                        CharacterSet="2">
100                        <Tool
101                                Name="VCCLCompilerTool"
102                                Optimization="0"
103                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;MEMORY_DEBUG"
104                                MinimalRebuild="TRUE"
105                                BasicRuntimeChecks="3"
106                                RuntimeLibrary="1"
107                                UsePrecompiledHeader="0"
108                                WarningLevel="3"
109                                Detect64BitPortabilityProblems="TRUE"
110                                DebugInformationFormat="3"/>
111                        <Tool
112                                Name="VCCustomBuildTool"/>
113                        <Tool
114                                Name="VCLibrarianTool"
115                                AdditionalDependencies="FColladaSUD.lib"
116                                OutputFile="$(OutDir)/FCollada.lib"/>
117                        <Tool
118                                Name="VCMIDLTool"/>
119                        <Tool
120                                Name="VCPostBuildEventTool"/>
121                        <Tool
122                                Name="VCPreBuildEventTool"/>
123                        <Tool
124                                Name="VCPreLinkEventTool"/>
125                        <Tool
126                                Name="VCResourceCompilerTool"/>
127                        <Tool
128                                Name="VCWebServiceProxyGeneratorTool"/>
129                        <Tool
130                                Name="VCXMLDataGeneratorTool"/>
131                        <Tool
132                                Name="VCManagedWrapperGeneratorTool"/>
133                        <Tool
134                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
135                </Configuration>
136                <Configuration
137                        Name="Release Unicode|Win32"
138                        OutputDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)"
139                        IntermediateDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)/Intermediate"
140                        ConfigurationType="4"
141                        CharacterSet="2">
142                        <Tool
143                                Name="VCCLCompilerTool"
144                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
145                                RuntimeLibrary="0"
146                                UsePrecompiledHeader="0"
147                                WarningLevel="3"
148                                Detect64BitPortabilityProblems="TRUE"
149                                DebugInformationFormat="3"/>
150                        <Tool
151                                Name="VCCustomBuildTool"/>
152                        <Tool
153                                Name="VCLibrarianTool"
154                                AdditionalDependencies="FColladaSU.lib"
155                                OutputFile="$(OutDir)/FCollada.lib"/>
156                        <Tool
157                                Name="VCMIDLTool"/>
158                        <Tool
159                                Name="VCPostBuildEventTool"/>
160                        <Tool
161                                Name="VCPreBuildEventTool"/>
162                        <Tool
163                                Name="VCPreLinkEventTool"/>
164                        <Tool
165                                Name="VCResourceCompilerTool"/>
166                        <Tool
167                                Name="VCWebServiceProxyGeneratorTool"/>
168                        <Tool
169                                Name="VCXMLDataGeneratorTool"/>
170                        <Tool
171                                Name="VCManagedWrapperGeneratorTool"/>
172                        <Tool
173                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
174                </Configuration>
175                <Configuration
176                        Name="Debug DLL|Win32"
177                        OutputDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)"
178                        IntermediateDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)/Intermediate"
179                        ConfigurationType="4"
180                        CharacterSet="2">
181                        <Tool
182                                Name="VCCLCompilerTool"
183                                Optimization="0"
184                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;MEMORY_DEBUG"
185                                MinimalRebuild="TRUE"
186                                BasicRuntimeChecks="3"
187                                RuntimeLibrary="3"
188                                UsePrecompiledHeader="0"
189                                WarningLevel="3"
190                                Detect64BitPortabilityProblems="TRUE"
191                                DebugInformationFormat="3"/>
192                        <Tool
193                                Name="VCCustomBuildTool"/>
194                        <Tool
195                                Name="VCLibrarianTool"
196                                AdditionalDependencies="FColladaD.lib"
197                                OutputFile="$(OutDir)/FCollada.lib"/>
198                        <Tool
199                                Name="VCMIDLTool"/>
200                        <Tool
201                                Name="VCPostBuildEventTool"
202                                Description="Copying correct DLL."
203                                CommandLine="copy FColladaD.DLL $(SolutionDir)Output"/>
204                        <Tool
205                                Name="VCPreBuildEventTool"/>
206                        <Tool
207                                Name="VCPreLinkEventTool"/>
208                        <Tool
209                                Name="VCResourceCompilerTool"/>
210                        <Tool
211                                Name="VCWebServiceProxyGeneratorTool"/>
212                        <Tool
213                                Name="VCXMLDataGeneratorTool"/>
214                        <Tool
215                                Name="VCManagedWrapperGeneratorTool"/>
216                        <Tool
217                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
218                </Configuration>
219                <Configuration
220                        Name="Debug Unicode DLL|Win32"
221                        OutputDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)"
222                        IntermediateDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)/Intermediate"
223                        ConfigurationType="4"
224                        CharacterSet="2">
225                        <Tool
226                                Name="VCCLCompilerTool"
227                                Optimization="0"
228                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;MEMORY_DEBUG"
229                                MinimalRebuild="TRUE"
230                                BasicRuntimeChecks="3"
231                                RuntimeLibrary="3"
232                                UsePrecompiledHeader="0"
233                                WarningLevel="3"
234                                Detect64BitPortabilityProblems="TRUE"
235                                DebugInformationFormat="3"/>
236                        <Tool
237                                Name="VCCustomBuildTool"/>
238                        <Tool
239                                Name="VCLibrarianTool"
240                                AdditionalDependencies="FColladaUD.lib"
241                                OutputFile="$(OutDir)/FCollada.lib"/>
242                        <Tool
243                                Name="VCMIDLTool"/>
244                        <Tool
245                                Name="VCPostBuildEventTool"
246                                Description="Copying correct DLL."
247                                CommandLine="copy FColladaUD.DLL &quot;$(SolutionDir)Output&quot;"/>
248                        <Tool
249                                Name="VCPreBuildEventTool"/>
250                        <Tool
251                                Name="VCPreLinkEventTool"/>
252                        <Tool
253                                Name="VCResourceCompilerTool"/>
254                        <Tool
255                                Name="VCWebServiceProxyGeneratorTool"/>
256                        <Tool
257                                Name="VCXMLDataGeneratorTool"/>
258                        <Tool
259                                Name="VCManagedWrapperGeneratorTool"/>
260                        <Tool
261                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
262                </Configuration>
263                <Configuration
264                        Name="Release DLL|Win32"
265                        OutputDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)"
266                        IntermediateDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)/Intermediate"
267                        ConfigurationType="4"
268                        CharacterSet="2">
269                        <Tool
270                                Name="VCCLCompilerTool"
271                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
272                                RuntimeLibrary="2"
273                                UsePrecompiledHeader="0"
274                                WarningLevel="3"
275                                Detect64BitPortabilityProblems="TRUE"
276                                DebugInformationFormat="3"/>
277                        <Tool
278                                Name="VCCustomBuildTool"/>
279                        <Tool
280                                Name="VCLibrarianTool"
281                                AdditionalDependencies="FCollada.lib"
282                                OutputFile="$(OutDir)/FCollada.lib"/>
283                        <Tool
284                                Name="VCMIDLTool"/>
285                        <Tool
286                                Name="VCPostBuildEventTool"
287                                Description="Copying correct DLL."
288                                CommandLine="copy FCollada.DLL &quot;$(SolutionDir)Output&quot;"/>
289                        <Tool
290                                Name="VCPreBuildEventTool"/>
291                        <Tool
292                                Name="VCPreLinkEventTool"/>
293                        <Tool
294                                Name="VCResourceCompilerTool"/>
295                        <Tool
296                                Name="VCWebServiceProxyGeneratorTool"/>
297                        <Tool
298                                Name="VCXMLDataGeneratorTool"/>
299                        <Tool
300                                Name="VCManagedWrapperGeneratorTool"/>
301                        <Tool
302                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
303                </Configuration>
304                <Configuration
305                        Name="Release Unicode DLL|Win32"
306                        OutputDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)"
307                        IntermediateDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)/Intermediate"
308                        ConfigurationType="4"
309                        CharacterSet="2">
310                        <Tool
311                                Name="VCCLCompilerTool"
312                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
313                                RuntimeLibrary="2"
314                                UsePrecompiledHeader="0"
315                                WarningLevel="3"
316                                Detect64BitPortabilityProblems="TRUE"
317                                DebugInformationFormat="3"/>
318                        <Tool
319                                Name="VCCustomBuildTool"/>
320                        <Tool
321                                Name="VCLibrarianTool"
322                                AdditionalDependencies="FColladaU.lib"
323                                OutputFile="$(OutDir)/FCollada.lib"/>
324                        <Tool
325                                Name="VCMIDLTool"/>
326                        <Tool
327                                Name="VCPostBuildEventTool"
328                                Description="Copying correct DLL."
329                                CommandLine="copy FColladaU.DLL &quot;$(SolutionDir)Output&quot;"/>
330                        <Tool
331                                Name="VCPreBuildEventTool"/>
332                        <Tool
333                                Name="VCPreLinkEventTool"/>
334                        <Tool
335                                Name="VCResourceCompilerTool"/>
336                        <Tool
337                                Name="VCWebServiceProxyGeneratorTool"/>
338                        <Tool
339                                Name="VCXMLDataGeneratorTool"/>
340                        <Tool
341                                Name="VCManagedWrapperGeneratorTool"/>
342                        <Tool
343                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
344                </Configuration>
345                <Configuration
346                        Name="Release Unicode MTD|Win32"
347                        OutputDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)"
348                        IntermediateDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)/Intermediate"
349                        ConfigurationType="4"
350                        CharacterSet="2">
351                        <Tool
352                                Name="VCCLCompilerTool"
353                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
354                                RuntimeLibrary="2"
355                                UsePrecompiledHeader="0"
356                                WarningLevel="3"
357                                Detect64BitPortabilityProblems="TRUE"
358                                DebugInformationFormat="0"/>
359                        <Tool
360                                Name="VCCustomBuildTool"/>
361                        <Tool
362                                Name="VCLibrarianTool"
363                                AdditionalDependencies="FColladaSU_MTD.lib"
364                                OutputFile="$(OutDir)/FCollada.lib"/>
365                        <Tool
366                                Name="VCMIDLTool"/>
367                        <Tool
368                                Name="VCPostBuildEventTool"/>
369                        <Tool
370                                Name="VCPreBuildEventTool"/>
371                        <Tool
372                                Name="VCPreLinkEventTool"/>
373                        <Tool
374                                Name="VCResourceCompilerTool"/>
375                        <Tool
376                                Name="VCWebServiceProxyGeneratorTool"/>
377                        <Tool
378                                Name="VCXMLDataGeneratorTool"/>
379                        <Tool
380                                Name="VCManagedWrapperGeneratorTool"/>
381                        <Tool
382                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
383                </Configuration>
384                <Configuration
385                        Name="Debug Unicode MTD|Win32"
386                        OutputDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)"
387                        IntermediateDirectory="$(SolutionDir)Output/$(ConfigurationName)/$(ProjectName)/Intermediate"
388                        ConfigurationType="4"
389                        CharacterSet="2">
390                        <Tool
391                                Name="VCCLCompilerTool"
392                                Optimization="0"
393                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
394                                MinimalRebuild="TRUE"
395                                BasicRuntimeChecks="3"
396                                RuntimeLibrary="2"
397                                UsePrecompiledHeader="0"
398                                WarningLevel="3"
399                                Detect64BitPortabilityProblems="TRUE"
400                                DebugInformationFormat="3"/>
401                        <Tool
402                                Name="VCCustomBuildTool"/>
403                        <Tool
404                                Name="VCLibrarianTool"
405                                AdditionalDependencies="FColladaSUD_MTD.lib"
406                                OutputFile="$(OutDir)/FCollada.lib"/>
407                        <Tool
408                                Name="VCMIDLTool"/>
409                        <Tool
410                                Name="VCPostBuildEventTool"/>
411                        <Tool
412                                Name="VCPreBuildEventTool"/>
413                        <Tool
414                                Name="VCPreLinkEventTool"/>
415                        <Tool
416                                Name="VCResourceCompilerTool"/>
417                        <Tool
418                                Name="VCWebServiceProxyGeneratorTool"/>
419                        <Tool
420                                Name="VCXMLDataGeneratorTool"/>
421                        <Tool
422                                Name="VCManagedWrapperGeneratorTool"/>
423                        <Tool
424                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
425                </Configuration>
426        </Configurations>
427        <References>
428        </References>
429        <Files>
430                <Filter
431                        Name="FCDocument"
432                        Filter="">
433                        <File
434                                RelativePath=".\FCDocument\FCDAnimated.h">
435                        </File>
436                        <File
437                                RelativePath=".\FCDocument\FCDAnimation.h">
438                        </File>
439                        <File
440                                RelativePath=".\FCDocument\FCDAnimationChannel.h">
441                        </File>
442                        <File
443                                RelativePath=".\FCDocument\FCDAnimationClip.h">
444                        </File>
445                        <File
446                                RelativePath=".\FCDocument\FCDAnimationCurve.h">
447                        </File>
448                        <File
449                                RelativePath=".\FCDocument\FCDAnimationMultiCurve.h">
450                        </File>
451                        <File
452                                RelativePath=".\FCDocument\FCDCamera.h">
453                        </File>
454                        <File
455                                RelativePath=".\FCDocument\FCDController.h">
456                        </File>
457                        <File
458                                RelativePath=".\FCDocument\FCDEffect.h">
459                        </File>
460                        <File
461                                RelativePath=".\FCDocument\FCDEffectParameter.h">
462                        </File>
463                        <File
464                                RelativePath=".\FCDocument\FCDEffectParameterList.h">
465                        </File>
466                        <File
467                                RelativePath=".\FCDocument\FCDEffectPass.h">
468                        </File>
469                        <File
470                                RelativePath=".\FCDocument\FCDEffectProfile.h">
471                        </File>
472                        <File
473                                RelativePath=".\FCDocument\FCDEffectStandard.h">
474                        </File>
475                        <File
476                                RelativePath=".\FCDocument\FCDEffectTechnique.h">
477                        </File>
478                        <File
479                                RelativePath=".\FCDocument\FCDEntity.h">
480                        </File>
481                        <File
482                                RelativePath=".\FCDocument\FCDEntityInstance.h">
483                        </File>
484                        <File
485                                RelativePath=".\FCDocument\FCDExternalReference.h">
486                        </File>
487                        <File
488                                RelativePath=".\FCDocument\FCDExtra.h">
489                        </File>
490                        <File
491                                RelativePath=".\FCDocument\FCDGeometry.h">
492                        </File>
493                        <File
494                                RelativePath=".\FCDocument\FCDGeometryInstance.h">
495                        </File>
496                        <File
497                                RelativePath=".\FCDocument\FCDGeometryMesh.h">
498                        </File>
499                        <File
500                                RelativePath=".\FCDocument\FCDGeometryPolygons.h">
501                        </File>
502                        <File
503                                RelativePath=".\FCDocument\FCDGeometrySource.h">
504                        </File>
505                        <File
506                                RelativePath=".\FCDocument\FCDGeometrySpline.h">
507                        </File>
508                        <File
509                                RelativePath=".\FCDocument\FCDImage.h">
510                        </File>
511                        <File
512                                RelativePath=".\FCDocument\FCDLibrary.h">
513                        </File>
514                        <File
515                                RelativePath=".\FCDocument\FCDLight.h">
516                        </File>
517                        <File
518                                RelativePath=".\FCDocument\FCDMaterial.h">
519                        </File>
520                        <File
521                                RelativePath=".\FCDocument\FCDMaterialInstance.h">
522                        </File>
523                        <File
524                                RelativePath=".\FCDocument\FCDMaterialLibrary.h">
525                        </File>
526                        <File
527                                RelativePath=".\FCDocument\FCDMorphController.h">
528                        </File>
529                        <File
530                                RelativePath=".\FCDocument\FCDObject.h">
531                        </File>
532                        <File
533                                RelativePath=".\FCDocument\FCDocument.h">
534                        </File>
535                        <File
536                                RelativePath=".\FCDocument\FCDSceneNode.h">
537                        </File>
538                        <File
539                                RelativePath=".\FCDocument\FCDSkinController.h">
540                        </File>
541                        <File
542                                RelativePath=".\FCDocument\FCDTargetedEntity.h">
543                        </File>
544                        <File
545                                RelativePath=".\FCDocument\FCDTexture.h">
546                        </File>
547                        <File
548                                RelativePath=".\FCDocument\FCDTransform.h">
549                        </File>
550                </Filter>
551                <Filter
552                        Name="FMath"
553                        Filter="">
554                        <File
555                                RelativePath=".\FMath\FMath.h">
556                        </File>
557                        <File
558                                RelativePath=".\FMath\FMColor.h">
559                        </File>
560                        <File
561                                RelativePath=".\FMath\FMInterpolation.h">
562                        </File>
563                        <File
564                                RelativePath=".\FMath\FMMatrix33.h">
565                        </File>
566                        <File
567                                RelativePath=".\FMath\FMMatrix44.h">
568                        </File>
569                        <File
570                                RelativePath=".\FMath\FMQuaternion.h">
571                        </File>
572                        <File
573                                RelativePath=".\FMath\FMVector2.h">
574                        </File>
575                        <File
576                                RelativePath=".\FMath\FMVector3.h">
577                        </File>
578                        <File
579                                RelativePath=".\FMath\FMVector4.h">
580                        </File>
581                </Filter>
582                <Filter
583                        Name="FUtils"
584                        Filter="">
585                        <File
586                                RelativePath=".\FUtils\FUCrc32.h">
587                        </File>
588                        <File
589                                RelativePath=".\FUtils\FUDaeEnum.h">
590                        </File>
591                        <File
592                                RelativePath=".\FUtils\FUDaeParser.h">
593                        </File>
594                        <File
595                                RelativePath=".\FUtils\FUDaeSyntax.h">
596                        </File>
597                        <File
598                                RelativePath=".\FUtils\FUDaeWriter.h">
599                        </File>
600                        <File
601                                RelativePath=".\FUtils\FUDebug.h">
602                        </File>
603                        <File
604                                RelativePath=".\FUtils\FUEvent.h">
605                        </File>
606                        <File
607                                RelativePath=".\FUtils\FUFile.h">
608                        </File>
609                        <File
610                                RelativePath=".\FUtils\FUFileManager.h">
611                        </File>
612                        <File
613                                RelativePath=".\FUtils\FUFunctor.h">
614                        </File>
615                        <File
616                                RelativePath=".\FUtils\FULogFile.h">
617                        </File>
618                        <File
619                                RelativePath=".\FUtils\FUM.h">
620                        </File>
621                        <File
622                                RelativePath=".\FUtils\FUMX.h">
623                        </File>
624                        <File
625                                RelativePath=".\FUtils\FUObject.h">
626                        </File>
627                        <File
628                                RelativePath=".\FUtils\FUSingleton.h">
629                        </File>
630                        <File
631                                RelativePath=".\FUtils\FUStatus.h">
632                        </File>
633                        <File
634                                RelativePath=".\FUtils\FUStringBuilder.h">
635                        </File>
636                        <File
637                                RelativePath=".\FUtils\FUStringConversion.h">
638                        </File>
639                        <File
640                                RelativePath=".\FUtils\FUtils.h">
641                        </File>
642                        <File
643                                RelativePath=".\FUtils\FUUri.h">
644                        </File>
645                        <File
646                                RelativePath=".\FUtils\FUXmlNodeIdPair.h">
647                        </File>
648                        <File
649                                RelativePath=".\FUtils\FUXmlParser.h">
650                        </File>
651                        <File
652                                RelativePath=".\FUtils\Platforms.h">
653                        </File>
654                </Filter>
655                <Filter
656                        Name="LibXML"
657                        Filter="">
658                        <File
659                                RelativePath=".\libxml\c14n.h">
660                        </File>
661                        <File
662                                RelativePath=".\libxml\catalog.h">
663                        </File>
664                        <File
665                                RelativePath=".\libxml\chvalid.h">
666                        </File>
667                        <File
668                                RelativePath=".\libxml\debugXML.h">
669                        </File>
670                        <File
671                                RelativePath=".\libxml\dict.h">
672                        </File>
673                        <File
674                                RelativePath=".\libxml\DOCBparser.h">
675                        </File>
676                        <File
677                                RelativePath=".\libxml\encoding.h">
678                        </File>
679                        <File
680                                RelativePath=".\libxml\entities.h">
681                        </File>
682                        <File
683                                RelativePath=".\libxml\globals.h">
684                        </File>
685                        <File
686                                RelativePath=".\libxml\hash.h">
687                        </File>
688                        <File
689                                RelativePath=".\libxml\HTMLparser.h">
690                        </File>
691                        <File
692                                RelativePath=".\libxml\HTMLtree.h">
693                        </File>
694                        <File
695                                RelativePath=".\libxml\list.h">
696                        </File>
697                        <File
698                                RelativePath=".\libxml\nanoftp.h">
699                        </File>
700                        <File
701                                RelativePath=".\libxml\nanohttp.h">
702                        </File>
703                        <File
704                                RelativePath=".\libxml\parser.h">
705                        </File>
706                        <File
707                                RelativePath=".\libxml\parserInternals.h">
708                        </File>
709                        <File
710                                RelativePath=".\libxml\pattern.h">
711                        </File>
712                        <File
713                                RelativePath=".\libxml\relaxng.h">
714                        </File>
715                        <File
716                                RelativePath=".\libxml\SAX.h">
717                        </File>
718                        <File
719                                RelativePath=".\libxml\SAX2.h">
720                        </File>
721                        <File
722                                RelativePath=".\libxml\schemasInternals.h">
723                        </File>
724                        <File
725                                RelativePath=".\libxml\threads.h">
726                        </File>
727                        <File
728                                RelativePath=".\libxml\tree.h">
729                        </File>
730                        <File
731                                RelativePath=".\libxml\uri.h">
732                        </File>
733                        <File
734                                RelativePath=".\libxml\valid.h">
735                        </File>
736                        <File
737                                RelativePath=".\libxml\xinclude.h">
738                        </File>
739                        <File
740                                RelativePath=".\libxml\xlink.h">
741                        </File>
742                        <File
743                                RelativePath=".\libxml\xmlautomata.h">
744                        </File>
745                        <File
746                                RelativePath=".\libxml\xmlerror.h">
747                        </File>
748                        <File
749                                RelativePath=".\libxml\xmlexports.h">
750                        </File>
751                        <File
752                                RelativePath=".\libxml\xmlIO.h">
753                        </File>
754                        <File
755                                RelativePath=".\libxml\xmlmemory.h">
756                        </File>
757                        <File
758                                RelativePath=".\libxml\xmlmodule.h">
759                        </File>
760                        <File
761                                RelativePath=".\libxml\xmlreader.h">
762                        </File>
763                        <File
764                                RelativePath=".\libxml\xmlregexp.h">
765                        </File>
766                        <File
767                                RelativePath=".\libxml\xmlsave.h">
768                        </File>
769                        <File
770                                RelativePath=".\libxml\xmlschemas.h">
771                        </File>
772                        <File
773                                RelativePath=".\libxml\xmlschemastypes.h">
774                        </File>
775                        <File
776                                RelativePath=".\libxml\xmlstring.h">
777                        </File>
778                        <File
779                                RelativePath=".\libxml\xmlunicode.h">
780                        </File>
781                        <File
782                                RelativePath=".\libxml\xmlversion.h">
783                        </File>
784                        <File
785                                RelativePath=".\libxml\xmlwriter.h">
786                        </File>
787                        <File
788                                RelativePath=".\libxml\xpath.h">
789                        </File>
790                        <File
791                                RelativePath=".\libxml\xpathInternals.h">
792                        </File>
793                        <File
794                                RelativePath=".\libxml\xpointer.h">
795                        </File>
796                </Filter>
797                <File
798                        RelativePath=".\FCollada.h">
799                </File>
800                <File
801                        RelativePath=".\FColladaLib.cpp">
802                </File>
803        </Files>
804        <Globals>
805        </Globals>
806</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.