Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/CelShading/scripts/Demo_CelShading_vc8.vcproj @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="Demo_CelShading"
6        ProjectGUID="{A0C80324-EF9A-41AE-A833-1CC909C38ABB}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Debug|Win32"
19                        OutputDirectory="..\bin\$(ConfigurationName)"
20                        IntermediateDirectory="..\obj\$(ConfigurationName)"
21                        ConfigurationType="1"
22                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
23                        CharacterSet="2"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="..\include;..\..\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                EnableFunctionLevelLinking="true"
49                                UsePrecompiledHeader="0"
50                                WarningLevel="3"
51                                Detect64BitPortabilityProblems="true"
52                                DebugInformationFormat="4"
53                        />
54                        <Tool
55                                Name="VCManagedResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCPreLinkEventTool"
62                        />
63                        <Tool
64                                Name="VCLinkerTool"
65                                AdditionalDependencies="OgreMain_d.lib OIS_d.lib"
66                                OutputFile="$(OutDir)/Demo_CelShading.exe"
67                                LinkIncremental="2"
68                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
69                                GenerateDebugInformation="true"
70                                ProgramDatabaseFile="$(OutDir)/Demo_CelShading.pdb"
71                                SubSystem="2"
72                                OptimizeForWindows98="1"
73                                TargetMachine="1"
74                        />
75                        <Tool
76                                Name="VCALinkTool"
77                        />
78                        <Tool
79                                Name="VCManifestTool"
80                                UseFAT32Workaround="true"
81                        />
82                        <Tool
83                                Name="VCXDCMakeTool"
84                        />
85                        <Tool
86                                Name="VCBscMakeTool"
87                        />
88                        <Tool
89                                Name="VCFxCopTool"
90                        />
91                        <Tool
92                                Name="VCAppVerifierTool"
93                        />
94                        <Tool
95                                Name="VCWebDeploymentTool"
96                        />
97                        <Tool
98                                Name="VCPostBuildEventTool"
99                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\Bin\$(ConfigurationName)"
100                        />
101                </Configuration>
102                <Configuration
103                        Name="Release|Win32"
104                        OutputDirectory="..\bin\$(ConfigurationName)"
105                        IntermediateDirectory="..\obj\$(ConfigurationName)"
106                        ConfigurationType="1"
107                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
108                        CharacterSet="2"
109                        WholeProgramOptimization="1"
110                        >
111                        <Tool
112                                Name="VCPreBuildEventTool"
113                        />
114                        <Tool
115                                Name="VCCustomBuildTool"
116                        />
117                        <Tool
118                                Name="VCXMLDataGeneratorTool"
119                        />
120                        <Tool
121                                Name="VCWebServiceProxyGeneratorTool"
122                        />
123                        <Tool
124                                Name="VCMIDLTool"
125                        />
126                        <Tool
127                                Name="VCCLCompilerTool"
128                                Optimization="2"
129                                InlineFunctionExpansion="1"
130                                EnableIntrinsicFunctions="true"
131                                FavorSizeOrSpeed="1"
132                                OmitFramePointers="true"
133                                AdditionalIncludeDirectories="..\include;..\..\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
134                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
135                                StringPooling="true"
136                                MinimalRebuild="true"
137                                RuntimeLibrary="2"
138                                BufferSecurityCheck="false"
139                                EnableFunctionLevelLinking="true"
140                                UsePrecompiledHeader="0"
141                                WarningLevel="3"
142                                Detect64BitPortabilityProblems="true"
143                                DebugInformationFormat="3"
144                        />
145                        <Tool
146                                Name="VCManagedResourceCompilerTool"
147                        />
148                        <Tool
149                                Name="VCResourceCompilerTool"
150                        />
151                        <Tool
152                                Name="VCPreLinkEventTool"
153                        />
154                        <Tool
155                                Name="VCLinkerTool"
156                                AdditionalDependencies="OgreMain.lib OIS.lib"
157                                OutputFile="$(OutDir)/Demo_CelShading.exe"
158                                LinkIncremental="1"
159                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
160                                GenerateDebugInformation="false"
161                                SubSystem="2"
162                                OptimizeReferences="2"
163                                EnableCOMDATFolding="2"
164                                OptimizeForWindows98="1"
165                                TargetMachine="1"
166                        />
167                        <Tool
168                                Name="VCALinkTool"
169                        />
170                        <Tool
171                                Name="VCManifestTool"
172                                UseFAT32Workaround="true"
173                        />
174                        <Tool
175                                Name="VCXDCMakeTool"
176                        />
177                        <Tool
178                                Name="VCBscMakeTool"
179                        />
180                        <Tool
181                                Name="VCFxCopTool"
182                        />
183                        <Tool
184                                Name="VCAppVerifierTool"
185                        />
186                        <Tool
187                                Name="VCWebDeploymentTool"
188                        />
189                        <Tool
190                                Name="VCPostBuildEventTool"
191                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\Bin\$(ConfigurationName)"
192                        />
193                </Configuration>
194        </Configurations>
195        <References>
196        </References>
197        <Files>
198                <Filter
199                        Name="Source Files"
200                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
201                        >
202                        <File
203                                RelativePath="..\src\CelShading.cpp"
204                                >
205                        </File>
206                </Filter>
207                <Filter
208                        Name="Header Files"
209                        Filter="h;hpp;hxx;hm;inl;inc"
210                        >
211                </Filter>
212                <Filter
213                        Name="Resource Files"
214                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
215                        >
216                </Filter>
217        </Files>
218        <Globals>
219        </Globals>
220</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.