source: GTP/trunk/App/Demos/Geom/Demo_LodTrees/Demo_LodTrees.vcproj @ 1321

Revision 1321, 4.2 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_LodTrees"
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_LodTrees.exe"
39                                LinkIncremental="2"
40                                AdditionalLibraryDirectories="..\OgreStuff\lib;..\..\..\..\Lib\Geom\shared\GTGeometry\build\Debug\"
41                                GenerateDebugInformation="TRUE"
42                                ProgramDatabaseFile="$(OutDir)/Demo_LodTrees.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                        <Tool
52                                Name="VCPreBuildEventTool"/>
53                        <Tool
54                                Name="VCPreLinkEventTool"/>
55                        <Tool
56                                Name="VCResourceCompilerTool"/>
57                        <Tool
58                                Name="VCWebServiceProxyGeneratorTool"/>
59                        <Tool
60                                Name="VCXMLDataGeneratorTool"/>
61                        <Tool
62                                Name="VCWebDeploymentTool"/>
63                        <Tool
64                                Name="VCManagedWrapperGeneratorTool"/>
65                        <Tool
66                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
67                </Configuration>
68                <Configuration
69                        Name="Release|Win32"
70                        OutputDirectory="build\Release"
71                        IntermediateDirectory="build\Release"
72                        ConfigurationType="1"
73                        CharacterSet="2">
74                        <Tool
75                                Name="VCCLCompilerTool"
76                                AdditionalIncludeDirectories="..\OgreStuff\include;..\..\..\..\Lib\Geom\shared\GTGeometry\include"
77                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
78                                RuntimeLibrary="4"
79                                UsePrecompiledHeader="0"
80                                WarningLevel="3"
81                                Detect64BitPortabilityProblems="TRUE"
82                                DebugInformationFormat="3"/>
83                        <Tool
84                                Name="VCCustomBuildTool"/>
85                        <Tool
86                                Name="VCLinkerTool"
87                                AdditionalDependencies="OgreMain.lib GTGeometry.lib"
88                                OutputFile="$(OutDir)/Demo_LodTrees.exe"
89                                LinkIncremental="1"
90                                AdditionalLibraryDirectories="..\OgreStuff\lib;..\..\..\..\Lib\Geom\shared\GTGeometry\build\Release\"
91                                IgnoreDefaultLibraryNames=""
92                                GenerateDebugInformation="TRUE"
93                                SubSystem="2"
94                                OptimizeReferences="2"
95                                EnableCOMDATFolding="2"
96                                TargetMachine="1"/>
97                        <Tool
98                                Name="VCMIDLTool"/>
99                        <Tool
100                                Name="VCPostBuildEventTool"
101                                CommandLine="xcopy /Y ..\OgreStuff\bin\Release\*.dll build\Release
102xcopy /Y ..\OgreStuff\bin\Release\*.cfg build\Release"/>
103                        <Tool
104                                Name="VCPreBuildEventTool"/>
105                        <Tool
106                                Name="VCPreLinkEventTool"/>
107                        <Tool
108                                Name="VCResourceCompilerTool"/>
109                        <Tool
110                                Name="VCWebServiceProxyGeneratorTool"/>
111                        <Tool
112                                Name="VCXMLDataGeneratorTool"/>
113                        <Tool
114                                Name="VCWebDeploymentTool"/>
115                        <Tool
116                                Name="VCManagedWrapperGeneratorTool"/>
117                        <Tool
118                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
119                </Configuration>
120        </Configurations>
121        <References>
122        </References>
123        <Files>
124                <Filter
125                        Name="Source Files"
126                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
127                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
128                        <File
129                                RelativePath=".\main.cpp">
130                        </File>
131                </Filter>
132                <Filter
133                        Name="Header Files"
134                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
135                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
136                </Filter>
137                <Filter
138                        Name="Resource Files"
139                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
140                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
141                </Filter>
142        </Files>
143        <Globals>
144        </Globals>
145</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.