source: GTP/trunk/App/Demos/Geom/Demo_LodStrips.vcproj @ 1029

Revision 1029, 4.1 KB checked in by gumbau, 18 years ago (diff)

LodStrips? Ogre demo initial import

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="Demo_LodStrips"
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"
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"
38                                OutputFile="$(OutDir)/Demo_LodStrips.exe"
39                                LinkIncremental="2"
40                                AdditionalLibraryDirectories="..\OgreStuff\lib"
41                                GenerateDebugInformation="TRUE"
42                                ProgramDatabaseFile="$(OutDir)/Demo_LodStrips.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"
77                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
78                                RuntimeLibrary="0"
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"
88                                OutputFile="$(OutDir)/Demo_LodStrips.exe"
89                                LinkIncremental="1"
90                                AdditionalLibraryDirectories="..\OgreStuff\lib"
91                                GenerateDebugInformation="TRUE"
92                                SubSystem="2"
93                                OptimizeReferences="2"
94                                EnableCOMDATFolding="2"
95                                TargetMachine="1"/>
96                        <Tool
97                                Name="VCMIDLTool"/>
98                        <Tool
99                                Name="VCPostBuildEventTool"
100                                CommandLine="xcopy /Y ..\OgreStuff\bin\Release\*.dll build\Release
101xcopy /Y ..\OgreStuff\bin\Release\*.cfg build\Release"/>
102                        <Tool
103                                Name="VCPreBuildEventTool"/>
104                        <Tool
105                                Name="VCPreLinkEventTool"/>
106                        <Tool
107                                Name="VCResourceCompilerTool"/>
108                        <Tool
109                                Name="VCWebServiceProxyGeneratorTool"/>
110                        <Tool
111                                Name="VCXMLDataGeneratorTool"/>
112                        <Tool
113                                Name="VCWebDeploymentTool"/>
114                        <Tool
115                                Name="VCManagedWrapperGeneratorTool"/>
116                        <Tool
117                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
118                </Configuration>
119        </Configurations>
120        <References>
121        </References>
122        <Files>
123                <Filter
124                        Name="Source Files"
125                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
126                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
127                        <File
128                                RelativePath=".\main.cpp">
129                        </File>
130                        <File
131                                RelativePath=".\OgreLodStripsLibrary.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=".\OgreLodStripsLibrary.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                </Filter>
147        </Files>
148        <Globals>
149        </Globals>
150</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.