source: OGRE/trunk/ogrenew/Samples/Common/CEGUIRenderer/scripts/OgreGUIRenderer.vcproj @ 692

Revision 692, 4.9 KB checked in by mattausch, 19 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="OgreGUIRenderer"
6        ProjectGUID="{2250CA22-7F4D-4BC0-A8E7-B4400D209B33}"
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="..\bin\$(ConfigurationName)"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="..\include;..\..\..\..\OgreMain\include;..\..\..\..\Dependencies\include;..\..\..\..\Dependencies\include\CEGUI"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_STLP_DEBUG;_WINDOWS;_USRDLL;OGRE_GUIRENDERER_EXPORTS"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                ForceConformanceInForLoopScope="TRUE"
28                                UsePrecompiledHeader="0"
29                                WarningLevel="3"
30                                WarnAsError="TRUE"
31                                Detect64BitPortabilityProblems="FALSE"
32                                DebugInformationFormat="4"
33                                DisableSpecificWarnings="4251"/>
34                        <Tool
35                                Name="VCCustomBuildTool"/>
36                        <Tool
37                                Name="VCLinkerTool"
38                                AdditionalDependencies="CEGUIBase_d.lib Ogremain_d.lib"
39                                OutputFile="$(OutDir)/$(ProjectName)_d.dll"
40                                LinkIncremental="2"
41                                AdditionalLibraryDirectories="&quot;..\..\..\..\OgreMain\lib\$(ConfigurationName)&quot;;..\..\..\..\dependencies\lib\$(ConfigurationName)"
42                                GenerateDebugInformation="TRUE"
43                                ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
44                                SubSystem="2"
45                                ImportLibrary="..\lib\$(ProjectName)_d.lib"
46                                TargetMachine="1"/>
47                        <Tool
48                                Name="VCMIDLTool"/>
49                        <Tool
50                                Name="VCPostBuildEventTool"
51                                CommandLine="copy &quot;$(TargetPath)&quot; &quot;..\..\..\..\Samples\Common\bin\$(ConfigurationName)&quot;"/>
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="..\bin\$(ConfigurationName)"
72                        IntermediateDirectory="..\bin\$(ConfigurationName)"
73                        ConfigurationType="2"
74                        CharacterSet="2">
75                        <Tool
76                                Name="VCCLCompilerTool"
77                                AdditionalIncludeDirectories="..\include;..\..\..\..\OgreMain\include;..\..\..\..\Dependencies\include;..\..\..\..\Dependencies\include\CEGUI"
78                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRE_GUIRENDERER_EXPORTS"
79                                RuntimeLibrary="2"
80                                ForceConformanceInForLoopScope="TRUE"
81                                UsePrecompiledHeader="0"
82                                WarningLevel="3"
83                                WarnAsError="TRUE"
84                                Detect64BitPortabilityProblems="FALSE"
85                                DebugInformationFormat="3"
86                                DisableSpecificWarnings="4251"/>
87                        <Tool
88                                Name="VCCustomBuildTool"/>
89                        <Tool
90                                Name="VCLinkerTool"
91                                AdditionalDependencies="CEGUIBase.lib Ogremain.lib"
92                                OutputFile="$(OutDir)/$(ProjectName).dll"
93                                LinkIncremental="1"
94                                AdditionalLibraryDirectories="&quot;..\..\..\..\OgreMain\lib\$(ConfigurationName)&quot;;..\..\..\..\dependencies\lib\$(ConfigurationName)"
95                                GenerateDebugInformation="TRUE"
96                                ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
97                                SubSystem="2"
98                                OptimizeReferences="2"
99                                EnableCOMDATFolding="2"
100                                ImportLibrary="..\lib\$(ProjectName).lib"
101                                TargetMachine="1"/>
102                        <Tool
103                                Name="VCMIDLTool"/>
104                        <Tool
105                                Name="VCPostBuildEventTool"
106                                CommandLine="copy &quot;$(TargetPath)&quot; &quot;..\..\..\..\Samples\Common\bin\$(ConfigurationName)&quot;"/>
107                        <Tool
108                                Name="VCPreBuildEventTool"/>
109                        <Tool
110                                Name="VCPreLinkEventTool"/>
111                        <Tool
112                                Name="VCResourceCompilerTool"/>
113                        <Tool
114                                Name="VCWebServiceProxyGeneratorTool"/>
115                        <Tool
116                                Name="VCXMLDataGeneratorTool"/>
117                        <Tool
118                                Name="VCWebDeploymentTool"/>
119                        <Tool
120                                Name="VCManagedWrapperGeneratorTool"/>
121                        <Tool
122                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
123                </Configuration>
124        </Configurations>
125        <References>
126        </References>
127        <Files>
128                <Filter
129                        Name="Source Files"
130                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
131                        <File
132                                RelativePath="..\src\OgreCEGUIRenderer.cpp">
133                        </File>
134                        <File
135                                RelativePath="..\src\OgreCEGUIResourceProvider.cpp">
136                        </File>
137                        <File
138                                RelativePath="..\src\OgreCEGUITexture.cpp">
139                        </File>
140                </Filter>
141                <Filter
142                        Name="Header Files"
143                        Filter="h;hpp;hxx;hm;inl;inc">
144                        <File
145                                RelativePath="..\include\OgreCEGUIRenderer.h">
146                        </File>
147                        <File
148                                RelativePath="..\include\OgreCEGUIResourceProvider.h">
149                        </File>
150                        <File
151                                RelativePath="..\include\OgreCEGUITexture.h">
152                        </File>
153                </Filter>
154                <Filter
155                        Name="Resource Files"
156                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
157                </Filter>
158        </Files>
159        <Globals>
160        </Globals>
161</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.