source: OGRE/trunk/ogrenew/Tests/PlayPen/scripts/PlayPen.vcproj @ 692

Revision 692, 4.8 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="PlayPen"
6        ProjectGUID="{430448E6-E03B-4645-B505-A4857368BB93}"
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                                ImproveFloatingPointConsistency="TRUE"
23                                AdditionalIncludeDirectories="..\include;..\..\..\Samples\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
24                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
25                                MinimalRebuild="TRUE"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="3"
28                                EnableFunctionLevelLinking="TRUE"
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)/PlayPen.exe"
39                                LinkIncremental="2"
40                                AdditionalLibraryDirectories="&quot;..\..\..\OgreMain\lib\$(ConfigurationName)&quot;;&quot;..\..\Dependencies\lib\$(ConfigurationName)&quot;"
41                                GenerateDebugInformation="TRUE"
42                                ProgramDatabaseFile="$(OutDir)/PlayPen.pdb"
43                                SubSystem="2"
44                                OptimizeForWindows98="1"
45                                TargetMachine="1"/>
46                        <Tool
47                                Name="VCMIDLTool"/>
48                        <Tool
49                                Name="VCPostBuildEventTool"
50                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\Bin\$(ConfigurationName)"/>
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="..\bin\$(ConfigurationName)"
71                        IntermediateDirectory="..\obj\$(ConfigurationName)"
72                        ConfigurationType="1"
73                        CharacterSet="2">
74                        <Tool
75                                Name="VCCLCompilerTool"
76                                Optimization="2"
77                                GlobalOptimizations="TRUE"
78                                InlineFunctionExpansion="1"
79                                ImproveFloatingPointConsistency="TRUE"
80                                FavorSizeOrSpeed="1"
81                                OmitFramePointers="TRUE"
82                                OptimizeForProcessor="2"
83                                OptimizeForWindowsApplication="TRUE"
84                                AdditionalIncludeDirectories="..\include;..\..\..\Samples\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
85                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
86                                StringPooling="TRUE"
87                                MinimalRebuild="TRUE"
88                                RuntimeLibrary="2"
89                                BufferSecurityCheck="FALSE"
90                                EnableFunctionLevelLinking="TRUE"
91                                UsePrecompiledHeader="0"
92                                WarningLevel="3"
93                                Detect64BitPortabilityProblems="TRUE"
94                                DebugInformationFormat="3"/>
95                        <Tool
96                                Name="VCCustomBuildTool"/>
97                        <Tool
98                                Name="VCLinkerTool"
99                                AdditionalDependencies="OgreMain.lib"
100                                OutputFile="$(OutDir)/PlayPen.exe"
101                                LinkIncremental="1"
102                                AdditionalLibraryDirectories="&quot;..\..\..\OgreMain\lib\$(ConfigurationName)&quot;;&quot;..\..\Dependencies\lib\$(ConfigurationName)&quot;"
103                                GenerateDebugInformation="TRUE"
104                                SubSystem="2"
105                                OptimizeReferences="2"
106                                EnableCOMDATFolding="2"
107                                OptimizeForWindows98="1"
108                                TargetMachine="1"/>
109                        <Tool
110                                Name="VCMIDLTool"/>
111                        <Tool
112                                Name="VCPostBuildEventTool"
113                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\Bin\$(ConfigurationName)"/>
114                        <Tool
115                                Name="VCPreBuildEventTool"/>
116                        <Tool
117                                Name="VCPreLinkEventTool"/>
118                        <Tool
119                                Name="VCResourceCompilerTool"/>
120                        <Tool
121                                Name="VCWebServiceProxyGeneratorTool"/>
122                        <Tool
123                                Name="VCXMLDataGeneratorTool"/>
124                        <Tool
125                                Name="VCWebDeploymentTool"/>
126                        <Tool
127                                Name="VCManagedWrapperGeneratorTool"/>
128                        <Tool
129                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
130                </Configuration>
131        </Configurations>
132        <References>
133        </References>
134        <Files>
135                <Filter
136                        Name="Source Files"
137                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
138                        <File
139                                RelativePath="..\src\PlayPen.cpp">
140                        </File>
141                </Filter>
142                <Filter
143                        Name="Header Files"
144                        Filter="h;hpp;hxx;hm;inl;inc">
145                        <File
146                                RelativePath="..\..\..\Samples\Common\include\ExampleApplication.h">
147                        </File>
148                        <File
149                                RelativePath="..\..\..\Samples\Common\include\ExampleFrameListener.h">
150                        </File>
151                        <File
152                                RelativePath="..\..\..\Samples\Common\include\ExampleLoadingBar.h">
153                        </File>
154                </Filter>
155                <Filter
156                        Name="Resource Files"
157                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
158                </Filter>
159        </Files>
160        <Globals>
161        </Globals>
162</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.