source: GTP/trunk/App/Demos/Geom/Demo_LodManager/Demo_LodManager.vcproj @ 1801

Revision 1801, 4.4 KB checked in by gumbau, 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="Demo_LodManager"
6        ProjectGUID="{756E8FBA-EA25-400C-9CA9-CB5AE5D7621E}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="build\Debug"
16                        IntermediateDirectory="Debug"
17                        ConfigurationType="1"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                ImproveFloatingPointConsistency="TRUE"
23                                AdditionalIncludeDirectories="..\OgreStuff\include;..\..\..\..\Lib\Geom\shared\GTGeometry\include"
24                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
25                                MinimalRebuild="TRUE"
26                                ExceptionHandling="TRUE"
27                                BasicRuntimeChecks="3"
28                                RuntimeLibrary="5"
29                                UsePrecompiledHeader="0"
30                                WarningLevel="3"
31                                Detect64BitPortabilityProblems="TRUE"
32                                DebugInformationFormat="4"/>
33                        <Tool
34                                Name="VCCustomBuildTool"/>
35                        <Tool
36                                Name="VCLinkerTool"
37                                AdditionalDependencies="OgreMain_d.lib GTGeometry_d.lib"
38                                OutputFile="$(OutDir)/Demo_LodManager.exe"
39                                LinkIncremental="2"
40                                AdditionalLibraryDirectories="..\OgreStuff\lib;..\..\..\..\Lib\Geom\shared\GTGeometry\build\Debug\"
41                                GenerateDebugInformation="TRUE"
42                                ProgramDatabaseFile="$(OutDir)/Demo_LodManager.pdb"
43                                SubSystem="2"
44                                TargetMachine="1"/>
45                        <Tool
46                                Name="VCMIDLTool"/>
47                        <Tool
48                                Name="VCPostBuildEventTool"
49                                CommandLine="xcopy /Y ..\OgreStuff\bin\Debug\*.dll build\Debug
50xcopy /Y ..\OgreStuff\bin\Debug\*.cfg build\Debug
51"/>
52                        <Tool
53                                Name="VCPreBuildEventTool"/>
54                        <Tool
55                                Name="VCPreLinkEventTool"/>
56                        <Tool
57                                Name="VCResourceCompilerTool"/>
58                        <Tool
59                                Name="VCWebServiceProxyGeneratorTool"/>
60                        <Tool
61                                Name="VCXMLDataGeneratorTool"/>
62                        <Tool
63                                Name="VCWebDeploymentTool"/>
64                        <Tool
65                                Name="VCManagedWrapperGeneratorTool"/>
66                        <Tool
67                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
68                </Configuration>
69                <Configuration
70                        Name="Release|Win32"
71                        OutputDirectory="build\Release"
72                        IntermediateDirectory="build\Release"
73                        ConfigurationType="1"
74                        CharacterSet="2">
75                        <Tool
76                                Name="VCCLCompilerTool"
77                                AdditionalIncludeDirectories="..\OgreStuff\include;..\..\..\..\Lib\Geom\shared\GTGeometry\include"
78                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
79                                RuntimeLibrary="4"
80                                UsePrecompiledHeader="0"
81                                WarningLevel="3"
82                                Detect64BitPortabilityProblems="TRUE"
83                                DebugInformationFormat="3"/>
84                        <Tool
85                                Name="VCCustomBuildTool"/>
86                        <Tool
87                                Name="VCLinkerTool"
88                                AdditionalDependencies="OgreMain.lib GTGeometry.lib audiere.lib"
89                                OutputFile="$(OutDir)/Demo_LodManager.exe"
90                                LinkIncremental="1"
91                                AdditionalLibraryDirectories="..\OgreStuff\lib;..\..\..\..\Lib\Geom\shared\GTGeometry\build\Release\"
92                                IgnoreDefaultLibraryNames=""
93                                GenerateDebugInformation="TRUE"
94                                SubSystem="2"
95                                OptimizeReferences="2"
96                                EnableCOMDATFolding="2"
97                                TargetMachine="1"/>
98                        <Tool
99                                Name="VCMIDLTool"/>
100                        <Tool
101                                Name="VCPostBuildEventTool"
102                                CommandLine="xcopy /Y ..\OgreStuff\bin\Release\*.dll build\Release
103xcopy /Y ..\OgreStuff\bin\Release\*.cfg build\Release
104"/>
105                        <Tool
106                                Name="VCPreBuildEventTool"/>
107                        <Tool
108                                Name="VCPreLinkEventTool"/>
109                        <Tool
110                                Name="VCResourceCompilerTool"/>
111                        <Tool
112                                Name="VCWebServiceProxyGeneratorTool"/>
113                        <Tool
114                                Name="VCXMLDataGeneratorTool"/>
115                        <Tool
116                                Name="VCWebDeploymentTool"/>
117                        <Tool
118                                Name="VCManagedWrapperGeneratorTool"/>
119                        <Tool
120                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
121                </Configuration>
122        </Configurations>
123        <References>
124        </References>
125        <Files>
126                <Filter
127                        Name="Source Files"
128                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
129                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
130                        <File
131                                RelativePath=".\main.cpp">
132                        </File>
133                </Filter>
134                <Filter
135                        Name="Header Files"
136                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
137                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
138                        <File
139                                RelativePath=".\resource.h">
140                        </File>
141                </Filter>
142                <Filter
143                        Name="Resource Files"
144                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
145                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
146                        <File
147                                RelativePath=".\audiere.h">
148                        </File>
149                        <File
150                                RelativePath=".\Demo_LodManager.rc">
151                        </File>
152                </Filter>
153        </Files>
154        <Globals>
155        </Globals>
156</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.