source: trunk/VUT/work/TestCullingDotScene/TestCullingDotScene.vcproj @ 64

Revision 64, 4.7 KB checked in by mattausch, 19 years ago (diff)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="TestCullingDotScene"
6        ProjectGUID="{BE13944C-D05E-467F-B0AC-8A65A3B5FE60}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory=".\bin\$(ConfigurationName)"
16                        IntermediateDirectory=".\obj\$(ConfigurationName)"
17                        ConfigurationType="1"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\include&quot;;&quot;$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;../include"
23                                PreprocessorDefinitions="_WINDOWS;_STLP_USE_DYNAMIC_LIB;OGRE_LIBRARY_IMPORTS;_DEBUG;WIN32;_STLP_DEBUG"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="2"
27                                UsePrecompiledHeader="0"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                AdditionalDependencies="Plugin_OctreeSceneManager.lib OGREMain_d.LIB CEGUIBase_d.lib OgreGUIRenderer_d.lib Plugin_DotSceneManager.lib"
36                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Debug/TestCullingDotScene.exe"
37                                LinkIncremental="2"
38                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\Dependencies\Lib\Debug&quot;;&quot;$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\bin\debug&quot;;&quot;$(OGRE_PATH)\OgreMain\Lib\Debug&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\debug&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;"
39                                GenerateDebugInformation="TRUE"
40                                ProgramDatabaseFile="$(OutDir)/TestCullingDotScene.pdb"
41                                SubSystem="2"
42                                TargetMachine="1"/>
43                        <Tool
44                                Name="VCMIDLTool"/>
45                        <Tool
46                                Name="VCPostBuildEventTool"/>
47                        <Tool
48                                Name="VCPreBuildEventTool"/>
49                        <Tool
50                                Name="VCPreLinkEventTool"/>
51                        <Tool
52                                Name="VCResourceCompilerTool"/>
53                        <Tool
54                                Name="VCWebServiceProxyGeneratorTool"/>
55                        <Tool
56                                Name="VCXMLDataGeneratorTool"/>
57                        <Tool
58                                Name="VCWebDeploymentTool"/>
59                        <Tool
60                                Name="VCManagedWrapperGeneratorTool"/>
61                        <Tool
62                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63                </Configuration>
64                <Configuration
65                        Name="Release|Win32"
66                        OutputDirectory="Release"
67                        IntermediateDirectory="Release"
68                        ConfigurationType="1"
69                        CharacterSet="2">
70                        <Tool
71                                Name="VCCLCompilerTool"
72                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
73                                RuntimeLibrary="4"
74                                UsePrecompiledHeader="0"
75                                WarningLevel="3"
76                                Detect64BitPortabilityProblems="TRUE"
77                                DebugInformationFormat="3"/>
78                        <Tool
79                                Name="VCCustomBuildTool"/>
80                        <Tool
81                                Name="VCLinkerTool"
82                                OutputFile="$(OutDir)/TestCullingDotScene.exe"
83                                LinkIncremental="1"
84                                GenerateDebugInformation="TRUE"
85                                SubSystem="2"
86                                OptimizeReferences="2"
87                                EnableCOMDATFolding="2"
88                                TargetMachine="1"/>
89                        <Tool
90                                Name="VCMIDLTool"/>
91                        <Tool
92                                Name="VCPostBuildEventTool"/>
93                        <Tool
94                                Name="VCPreBuildEventTool"/>
95                        <Tool
96                                Name="VCPreLinkEventTool"/>
97                        <Tool
98                                Name="VCResourceCompilerTool"/>
99                        <Tool
100                                Name="VCWebServiceProxyGeneratorTool"/>
101                        <Tool
102                                Name="VCXMLDataGeneratorTool"/>
103                        <Tool
104                                Name="VCWebDeploymentTool"/>
105                        <Tool
106                                Name="VCManagedWrapperGeneratorTool"/>
107                        <Tool
108                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
109                </Configuration>
110        </Configurations>
111        <References>
112        </References>
113        <Files>
114                <Filter
115                        Name="Source Files"
116                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
117                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
118                        <File
119                                RelativePath=".\TestCullingDotSceneApplication.cpp">
120                        </File>
121                </Filter>
122                <Filter
123                        Name="Header Files"
124                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
125                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
126                        <File
127                                RelativePath=".\TestCullingDotSceneApplication.h">
128                        </File>
129                </Filter>
130                <Filter
131                        Name="tinyxml"
132                        Filter="">
133                        <File
134                                RelativePath="..\tinyxml\tinystr.cpp">
135                        </File>
136                        <File
137                                RelativePath="..\tinyxml\tinystr.h">
138                        </File>
139                        <File
140                                RelativePath="..\tinyxml\tinyxml.cpp">
141                        </File>
142                        <File
143                                RelativePath="..\tinyxml\tinyxml.h">
144                        </File>
145                        <File
146                                RelativePath="..\tinyxml\tinyxmlerror.cpp">
147                        </File>
148                        <File
149                                RelativePath="..\tinyxml\tinyxmlparser.cpp">
150                        </File>
151                </Filter>
152        </Files>
153        <Globals>
154        </Globals>
155</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.