source: GTP/trunk/App/Demos/Vis/FriendlyCulling/FriendlyCulling.vcproj @ 2809

Revision 2809, 15.7 KB checked in by mattausch, 17 years ago (diff)

working on ssao deferred shading approach (debug version!!)

RevLine 
[2642]1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
[2806]5        Name="friendlyculling"
[2642]6        ProjectGUID="{03661866-4093-4B02-B26A-028EA91AF023}"
7        RootNamespace="chc_revisited"
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"
[2784]20                        OutputDirectory="$(SolutionDir)/bin/$(ConfigurationName)"
21                        IntermediateDirectory="obj/$(ConfigurationName)"
[2642]22                        ConfigurationType="1"
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                                Optimization="0"
[2808]43                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
[2784]44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
[2642]45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
[2751]48                                RuntimeTypeInfo="false"
[2642]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="VCLinkerTool"
[2808]65                                AdditionalDependencies="glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib cg.lib cgGL.lib"
[2642]66                                LinkIncremental="2"
[2808]67                                AdditionalLibraryDirectories="libs/GL;libs/Devil/lib;libs/Zlib/lib;&quot;$(CG_LIB_PATH)&quot;"
68                                IgnoreDefaultLibraryNames="LIBCMT"
[2642]69                                GenerateDebugInformation="true"
70                                SubSystem="1"
71                                TargetMachine="1"
72                        />
73                        <Tool
74                                Name="VCALinkTool"
75                        />
76                        <Tool
77                                Name="VCManifestTool"
78                        />
79                        <Tool
80                                Name="VCXDCMakeTool"
81                        />
82                        <Tool
83                                Name="VCBscMakeTool"
84                        />
85                        <Tool
86                                Name="VCFxCopTool"
87                        />
88                        <Tool
89                                Name="VCAppVerifierTool"
90                        />
91                        <Tool
92                                Name="VCWebDeploymentTool"
93                        />
94                        <Tool
95                                Name="VCPostBuildEventTool"
96                        />
97                </Configuration>
98                <Configuration
99                        Name="Release|Win32"
[2784]100                        OutputDirectory="$(SolutionDir)/bin/$(ConfigurationName)"
101                        IntermediateDirectory="obj/$(ConfigurationName)"
[2642]102                        ConfigurationType="1"
103                        CharacterSet="1"
104                        WholeProgramOptimization="1"
105                        >
106                        <Tool
107                                Name="VCPreBuildEventTool"
108                        />
109                        <Tool
110                                Name="VCCustomBuildTool"
111                        />
112                        <Tool
113                                Name="VCXMLDataGeneratorTool"
114                        />
115                        <Tool
116                                Name="VCWebServiceProxyGeneratorTool"
117                        />
118                        <Tool
119                                Name="VCMIDLTool"
120                        />
121                        <Tool
122                                Name="VCCLCompilerTool"
[2755]123                                Optimization="3"
[2751]124                                InlineFunctionExpansion="2"
125                                EnableIntrinsicFunctions="true"
126                                FavorSizeOrSpeed="1"
127                                OmitFramePointers="true"
128                                EnableFiberSafeOptimizations="true"
[2808]129                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
[2784]130                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE; _CRT_SECURE_NO_WARNINGS"
[2764]131                                StringPooling="true"
[2642]132                                RuntimeLibrary="2"
[2764]133                                BufferSecurityCheck="false"
134                                EnableEnhancedInstructionSet="2"
[2751]135                                RuntimeTypeInfo="false"
[2642]136                                UsePrecompiledHeader="0"
[2755]137                                BrowseInformation="1"
[2642]138                                WarningLevel="3"
139                                Detect64BitPortabilityProblems="true"
140                                DebugInformationFormat="3"
141                        />
142                        <Tool
143                                Name="VCManagedResourceCompilerTool"
144                        />
145                        <Tool
146                                Name="VCResourceCompilerTool"
147                        />
148                        <Tool
149                                Name="VCPreLinkEventTool"
150                        />
151                        <Tool
152                                Name="VCLinkerTool"
[2809]153                                AdditionalDependencies="glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib cg.lib cgGL.lib"
[2642]154                                LinkIncremental="1"
[2809]155                                AdditionalLibraryDirectories="libs/GL;libs/Devil/lib;libs/Zlib/lib;&quot;$(CG_LIB_PATH)&quot;"
[2801]156                                IgnoreAllDefaultLibraries="false"
157                                IgnoreDefaultLibraryNames="LIBCMT"
[2756]158                                GenerateDebugInformation="false"
[2642]159                                SubSystem="1"
160                                OptimizeReferences="2"
161                                EnableCOMDATFolding="2"
[2764]162                                OptimizeForWindows98="1"
[2642]163                                TargetMachine="1"
164                        />
165                        <Tool
166                                Name="VCALinkTool"
167                        />
168                        <Tool
169                                Name="VCManifestTool"
170                        />
171                        <Tool
172                                Name="VCXDCMakeTool"
173                        />
174                        <Tool
175                                Name="VCBscMakeTool"
176                        />
177                        <Tool
178                                Name="VCFxCopTool"
179                        />
180                        <Tool
181                                Name="VCAppVerifierTool"
182                        />
183                        <Tool
184                                Name="VCWebDeploymentTool"
185                        />
186                        <Tool
187                                Name="VCPostBuildEventTool"
188                        />
189                </Configuration>
190        </Configurations>
191        <References>
192        </References>
193        <Files>
194                <Filter
[2778]195                        Name="util"
[2642]196                        >
197                        <File
[2783]198                                RelativePath=".\src\AxisAlignedBox3.cpp"
199                                >
200                        </File>
201                        <File
[2795]202                                RelativePath=".\src\BvhLoader.cpp"
[2783]203                                >
204                        </File>
205                        <File
[2795]206                                RelativePath=".\src\BvhLoader.h"
[2783]207                                >
208                        </File>
209                        <File
[2795]210                                RelativePath=".\src\common.cpp"
[2783]211                                >
212                        </File>
213                        <File
[2795]214                                RelativePath=".\src\common.h"
[2783]215                                >
216                        </File>
217                        <File
[2795]218                                RelativePath=".\src\glInterface.h"
[2642]219                                >
220                        </File>
221                        <File
[2795]222                                RelativePath=".\src\gzstream.cpp"
[2642]223                                >
224                        </File>
225                        <File
[2795]226                                RelativePath=".\src\gzstream.h"
[2755]227                                >
228                        </File>
229                        <File
[2782]230                                RelativePath=".\src\Matrix4x4.cpp"
[2755]231                                >
232                        </File>
233                        <File
[2782]234                                RelativePath=".\src\Matrix4x4.h"
[2755]235                                >
236                        </File>
237                        <File
[2782]238                                RelativePath=".\src\Plane3.cpp"
[2755]239                                >
240                        </File>
241                        <File
[2782]242                                RelativePath=".\src\Plane3.h"
[2746]243                                >
244                        </File>
245                        <File
[2808]246                                RelativePath=".\src\RenderTexture.cpp"
247                                >
248                        </File>
249                        <File
250                                RelativePath=".\src\RenderTexture.h"
251                                >
252                        </File>
253                        <File
[2782]254                                RelativePath=".\src\SceneQuery.cpp"
[2746]255                                >
256                        </File>
257                        <File
[2782]258                                RelativePath=".\src\SceneQuery.h"
[2642]259                                >
260                        </File>
261                        <File
[2782]262                                RelativePath=".\src\Triangle3.cpp"
[2751]263                                >
264                        </File>
265                        <File
[2782]266                                RelativePath=".\src\Triangle3.h"
[2642]267                                >
268                        </File>
269                        <File
[2782]270                                RelativePath=".\src\Vector3.cpp"
[2642]271                                >
272                        </File>
273                        <File
[2782]274                                RelativePath=".\src\Vector3.h"
[2751]275                                >
276                        </File>
[2776]277                        <Filter
278                                Name="timer"
279                                >
280                                <File
[2782]281                                        RelativePath=".\src\Timer\BenchTimer.cpp"
[2776]282                                        >
283                                </File>
284                                <File
[2782]285                                        RelativePath=".\src\Timer\BenchTimer.h"
[2776]286                                        >
287                                </File>
288                                <File
[2782]289                                        RelativePath=".\src\Timer\merror.cpp"
[2776]290                                        >
291                                </File>
292                                <File
[2782]293                                        RelativePath=".\src\Timer\merror.h"
[2776]294                                        >
295                                </File>
296                                <File
[2782]297                                        RelativePath=".\src\Timer\mstring.h"
[2776]298                                        >
299                                </File>
300                                <File
[2782]301                                        RelativePath=".\src\Timer\PerfTimer.h"
[2776]302                                        >
303                                </File>
304                                <File
[2782]305                                        RelativePath=".\src\Timer\PerfTimerSkeleton.h"
[2776]306                                        >
307                                </File>
308                                <File
[2782]309                                        RelativePath=".\src\Timer\RDTSCTimer.cpp"
[2776]310                                        >
311                                </File>
312                                <File
[2782]313                                        RelativePath=".\src\Timer\RDTSCTimer.h"
[2776]314                                        >
315                                </File>
316                        </Filter>
[2642]317                </Filter>
[2751]318                <Filter
319                        Name="traversal"
320                        >
[2756]321                        <Filter
322                                Name="Header Files"
[2754]323                                >
[2756]324                                <File
[2782]325                                        RelativePath=".\src\CHCPlusPlusTraverser.h"
[2756]326                                        >
327                                </File>
328                                <File
[2782]329                                        RelativePath=".\src\CHCTraverser.cpp"
[2756]330                                        >
[2782]331                                        <FileConfiguration
332                                                Name="Debug|Win32"
333                                                >
334                                                <Tool
335                                                        Name="VCCLCompilerTool"
336                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
337                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
338                                                />
339                                        </FileConfiguration>
340                                        <FileConfiguration
341                                                Name="Release|Win32"
342                                                >
343                                                <Tool
344                                                        Name="VCCLCompilerTool"
345                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
346                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
347                                                />
348                                        </FileConfiguration>
[2756]349                                </File>
350                                <File
[2782]351                                        RelativePath=".\src\CHCTraverser.h"
[2756]352                                        >
353                                </File>
354                                <File
[2782]355                                        RelativePath=".\src\FrustumCullingTraverser.h"
[2756]356                                        >
357                                </File>
358                                <File
[2782]359                                        RelativePath=".\src\RenderTraverser.h"
[2756]360                                        >
361                                </File>
[2782]362                                <File
363                                        RelativePath=".\src\StopAndWaitTraverser.h"
364                                        >
365                                </File>
[2756]366                        </Filter>
367                        <Filter
368                                Name="Source Files"
[2754]369                                >
[2756]370                                <File
[2782]371                                        RelativePath=".\src\CHCPlusPlusTraverser.cpp"
[2756]372                                        >
[2782]373                                        <FileConfiguration
374                                                Name="Debug|Win32"
375                                                >
376                                                <Tool
377                                                        Name="VCCLCompilerTool"
378                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
379                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
380                                                />
381                                        </FileConfiguration>
382                                        <FileConfiguration
383                                                Name="Release|Win32"
384                                                >
385                                                <Tool
386                                                        Name="VCCLCompilerTool"
387                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
388                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
389                                                />
390                                        </FileConfiguration>
[2756]391                                </File>
392                                <File
[2782]393                                        RelativePath=".\src\FrustumCullingTraverser.cpp"
[2756]394                                        >
[2782]395                                        <FileConfiguration
396                                                Name="Debug|Win32"
397                                                >
398                                                <Tool
399                                                        Name="VCCLCompilerTool"
400                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
401                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
402                                                />
403                                        </FileConfiguration>
404                                        <FileConfiguration
405                                                Name="Release|Win32"
406                                                >
407                                                <Tool
408                                                        Name="VCCLCompilerTool"
409                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
410                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
411                                                />
412                                        </FileConfiguration>
[2756]413                                </File>
414                                <File
[2782]415                                        RelativePath=".\src\RenderTraverser.cpp"
[2756]416                                        >
[2782]417                                        <FileConfiguration
418                                                Name="Debug|Win32"
419                                                >
420                                                <Tool
421                                                        Name="VCCLCompilerTool"
422                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
423                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
424                                                />
425                                        </FileConfiguration>
426                                        <FileConfiguration
427                                                Name="Release|Win32"
428                                                >
429                                                <Tool
430                                                        Name="VCCLCompilerTool"
431                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
432                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
433                                                />
434                                        </FileConfiguration>
[2756]435                                </File>
436                                <File
[2782]437                                        RelativePath=".\src\StopAndWaitTraverser.cpp"
[2756]438                                        >
[2782]439                                        <FileConfiguration
440                                                Name="Debug|Win32"
441                                                >
442                                                <Tool
443                                                        Name="VCCLCompilerTool"
444                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
445                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
446                                                />
447                                        </FileConfiguration>
448                                        <FileConfiguration
449                                                Name="Release|Win32"
450                                                >
451                                                <Tool
452                                                        Name="VCCLCompilerTool"
453                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
454                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
455                                                />
456                                        </FileConfiguration>
[2756]457                                </File>
458                        </Filter>
459                </Filter>
460                <Filter
[2806]461                        Name="rendering"
[2756]462                        >
463                        <Filter
464                                Name="Header Files"
465                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
466                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
[2754]467                                >
[2756]468                                <File
[2782]469                                        RelativePath=".\src\Bvh.h"
[2756]470                                        >
471                                </File>
472                                <File
[2782]473                                        RelativePath=".\src\Camera.h"
[2756]474                                        >
475                                </File>
476                                <File
[2793]477                                        RelativePath=".\src\Geometry.h"
[2756]478                                        >
479                                </File>
480                                <File
[2801]481                                        RelativePath=".\src\Material.h"
482                                        >
483                                </File>
484                                <File
[2782]485                                        RelativePath=".\src\OcclusionQuery.h"
[2756]486                                        >
487                                </File>
488                                <File
[2782]489                                        RelativePath=".\src\RenderQueue.h"
[2767]490                                        >
491                                </File>
492                                <File
[2782]493                                        RelativePath=".\src\RenderState.h"
[2769]494                                        >
495                                </File>
496                                <File
[2806]497                                        RelativePath=".\src\ResourceManager.h"
498                                        >
499                                </File>
500                                <File
[2783]501                                        RelativePath=".\src\SceneEntity.h"
502                                        >
503                                </File>
504                                <File
[2782]505                                        RelativePath=".\src\Texture.h"
[2756]506                                        >
507                                </File>
508                                <File
[2782]509                                        RelativePath=".\src\Visualization.h"
[2756]510                                        >
511                                </File>
512                        </Filter>
513                        <Filter
514                                Name="Source Files"
515                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
516                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
[2754]517                                >
[2756]518                                <File
[2782]519                                        RelativePath=".\src\Bvh.cpp"
[2756]520                                        >
[2782]521                                        <FileConfiguration
522                                                Name="Debug|Win32"
523                                                >
524                                                <Tool
525                                                        Name="VCCLCompilerTool"
526                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
527                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
528                                                />
529                                        </FileConfiguration>
530                                        <FileConfiguration
531                                                Name="Release|Win32"
532                                                >
533                                                <Tool
534                                                        Name="VCCLCompilerTool"
535                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
536                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
537                                                />
538                                        </FileConfiguration>
[2756]539                                </File>
540                                <File
[2782]541                                        RelativePath=".\src\Camera.cpp"
[2756]542                                        >
[2782]543                                        <FileConfiguration
544                                                Name="Debug|Win32"
545                                                >
546                                                <Tool
547                                                        Name="VCCLCompilerTool"
548                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
549                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
550                                                />
551                                        </FileConfiguration>
552                                        <FileConfiguration
553                                                Name="Release|Win32"
554                                                >
555                                                <Tool
556                                                        Name="VCCLCompilerTool"
557                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
558                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
559                                                />
560                                        </FileConfiguration>
[2756]561                                </File>
562                                <File
[2783]563                                        RelativePath=".\src\chcdemo.cpp"
564                                        >
565                                </File>
566                                <File
567                                        RelativePath=".\src\Geometry.cpp"
568                                        >
569                                </File>
570                                <File
571                                        RelativePath=".\src\Material.cpp"
572                                        >
573                                </File>
574                                <File
[2782]575                                        RelativePath=".\src\OcclusionQuery.cpp"
[2756]576                                        >
[2782]577                                        <FileConfiguration
578                                                Name="Debug|Win32"
579                                                >
580                                                <Tool
581                                                        Name="VCCLCompilerTool"
582                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
583                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
584                                                />
585                                        </FileConfiguration>
586                                        <FileConfiguration
587                                                Name="Release|Win32"
588                                                >
589                                                <Tool
590                                                        Name="VCCLCompilerTool"
591                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
592                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
593                                                />
594                                        </FileConfiguration>
[2756]595                                </File>
596                                <File
[2782]597                                        RelativePath=".\src\RenderQueue.cpp"
[2756]598                                        >
[2782]599                                        <FileConfiguration
600                                                Name="Debug|Win32"
601                                                >
602                                                <Tool
603                                                        Name="VCCLCompilerTool"
604                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
605                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
606                                                />
607                                        </FileConfiguration>
608                                        <FileConfiguration
609                                                Name="Release|Win32"
610                                                >
611                                                <Tool
612                                                        Name="VCCLCompilerTool"
613                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
614                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
615                                                />
616                                        </FileConfiguration>
[2756]617                                </File>
618                                <File
[2782]619                                        RelativePath=".\src\RenderState.cpp"
[2756]620                                        >
[2782]621                                        <FileConfiguration
622                                                Name="Debug|Win32"
623                                                >
624                                                <Tool
625                                                        Name="VCCLCompilerTool"
626                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
627                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
628                                                />
629                                        </FileConfiguration>
630                                        <FileConfiguration
631                                                Name="Release|Win32"
632                                                >
633                                                <Tool
634                                                        Name="VCCLCompilerTool"
635                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
636                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
637                                                />
638                                        </FileConfiguration>
[2756]639                                </File>
640                                <File
[2806]641                                        RelativePath=".\src\ResourceManager.cpp"
642                                        >
643                                </File>
644                                <File
[2783]645                                        RelativePath=".\src\SceneEntity.cpp"
646                                        >
647                                </File>
648                                <File
[2782]649                                        RelativePath=".\src\Texture.cpp"
[2756]650                                        >
[2782]651                                        <FileConfiguration
652                                                Name="Debug|Win32"
653                                                >
654                                                <Tool
655                                                        Name="VCCLCompilerTool"
656                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
657                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
658                                                />
659                                        </FileConfiguration>
660                                        <FileConfiguration
661                                                Name="Release|Win32"
662                                                >
663                                                <Tool
664                                                        Name="VCCLCompilerTool"
665                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
666                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
667                                                />
668                                        </FileConfiguration>
[2756]669                                </File>
670                                <File
[2782]671                                        RelativePath=".\src\Visualization.cpp"
[2767]672                                        >
[2782]673                                        <FileConfiguration
674                                                Name="Debug|Win32"
675                                                >
676                                                <Tool
677                                                        Name="VCCLCompilerTool"
678                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
679                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
680                                                />
681                                        </FileConfiguration>
682                                        <FileConfiguration
683                                                Name="Release|Win32"
684                                                >
685                                                <Tool
686                                                        Name="VCCLCompilerTool"
687                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
688                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
689                                                />
690                                        </FileConfiguration>
[2767]691                                </File>
[2756]692                        </Filter>
[2751]693                </Filter>
[2642]694                <File
695                        RelativePath=".\ReadMe.txt"
696                        >
697                </File>
698        </Files>
699        <Globals>
700        </Globals>
701</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.