Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/PlugIns/CgProgramManager/scripts/Plugin_CgProgramManager_vc8.vcproj @ 3

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

=update

File size: 9.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="Plugin_CgProgramManager"
6        ProjectGUID="{1C741C2F-3278-43D8-9FD2-E631A64B70AE}"
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="..\..\..\lib"
20                        IntermediateDirectory="..\obj\$(ConfigurationName)"
21                        ConfigurationType="2"
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;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGRE_CGPLUGIN_EXPORTS"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                EnableFunctionLevelLinking="true"
49                                FloatingPointModel="2"
50                                UsePrecompiledHeader="0"
51                                WarningLevel="3"
52                                Detect64BitPortabilityProblems="true"
53                                DebugInformationFormat="4"
54                        />
55                        <Tool
56                                Name="VCManagedResourceCompilerTool"
57                        />
58                        <Tool
59                                Name="VCResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCPreLinkEventTool"
63                        />
64                        <Tool
65                                Name="VCLinkerTool"
66                                IgnoreImportLibrary="true"
67                                AdditionalDependencies="OgreMain_d.lib cg.lib"
68                                OutputFile="$(OutDir)/Plugin_CgProgramManager_d.dll"
69                                Version=""
70                                LinkIncremental="2"
71                                SuppressStartupBanner="true"
72                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
73                                ModuleDefinitionFile=""
74                                GenerateDebugInformation="true"
75                                ProgramDatabaseFile="$(OutDir)/$(ProjectName)_d.pdb"
76                                SubSystem="2"
77                                ImportLibrary="$(OutDir)/Plugin_CgProgramManager_d.lib"
78                                TargetMachine="1"
79                        />
80                        <Tool
81                                Name="VCALinkTool"
82                        />
83                        <Tool
84                                Name="VCManifestTool"
85                                UseFAT32Workaround="true"
86                        />
87                        <Tool
88                                Name="VCXDCMakeTool"
89                        />
90                        <Tool
91                                Name="VCBscMakeTool"
92                        />
93                        <Tool
94                                Name="VCFxCopTool"
95                        />
96                        <Tool
97                                Name="VCAppVerifierTool"
98                        />
99                        <Tool
100                                Name="VCWebDeploymentTool"
101                        />
102                        <Tool
103                                Name="VCPostBuildEventTool"
104                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"
105                        />
106                </Configuration>
107                <Configuration
108                        Name="Release|Win32"
109                        OutputDirectory="..\..\..\lib"
110                        IntermediateDirectory="..\obj\$(ConfigurationName)"
111                        ConfigurationType="2"
112                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
113                        CharacterSet="2"
114                        WholeProgramOptimization="1"
115                        >
116                        <Tool
117                                Name="VCPreBuildEventTool"
118                        />
119                        <Tool
120                                Name="VCCustomBuildTool"
121                        />
122                        <Tool
123                                Name="VCXMLDataGeneratorTool"
124                        />
125                        <Tool
126                                Name="VCWebServiceProxyGeneratorTool"
127                        />
128                        <Tool
129                                Name="VCMIDLTool"
130                        />
131                        <Tool
132                                Name="VCCLCompilerTool"
133                                Optimization="3"
134                                InlineFunctionExpansion="2"
135                                EnableIntrinsicFunctions="true"
136                                FavorSizeOrSpeed="1"
137                                OmitFramePointers="true"
138                                EnableFiberSafeOptimizations="true"
139                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
140                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRE_CGPLUGIN_EXPORTS"
141                                StringPooling="true"
142                                RuntimeLibrary="2"
143                                BufferSecurityCheck="false"
144                                EnableFunctionLevelLinking="true"
145                                FloatingPointModel="2"
146                                UsePrecompiledHeader="0"
147                                WarningLevel="3"
148                                Detect64BitPortabilityProblems="true"
149                                DebugInformationFormat="3"
150                        />
151                        <Tool
152                                Name="VCManagedResourceCompilerTool"
153                        />
154                        <Tool
155                                Name="VCResourceCompilerTool"
156                        />
157                        <Tool
158                                Name="VCPreLinkEventTool"
159                        />
160                        <Tool
161                                Name="VCLinkerTool"
162                                IgnoreImportLibrary="true"
163                                AdditionalDependencies="OgreMain.lib cg.lib"
164                                OutputFile="$(OutDir)/Plugin_CgProgramManager.dll"
165                                Version="0.99"
166                                LinkIncremental="1"
167                                SuppressStartupBanner="true"
168                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
169                                ModuleDefinitionFile=""
170                                GenerateDebugInformation="true"
171                                SubSystem="2"
172                                OptimizeReferences="2"
173                                EnableCOMDATFolding="2"
174                                ImportLibrary="$(OutDir)/Plugin_CgProgramManager.lib"
175                                TargetMachine="1"
176                        />
177                        <Tool
178                                Name="VCALinkTool"
179                        />
180                        <Tool
181                                Name="VCManifestTool"
182                                UseFAT32Workaround="true"
183                        />
184                        <Tool
185                                Name="VCXDCMakeTool"
186                        />
187                        <Tool
188                                Name="VCBscMakeTool"
189                        />
190                        <Tool
191                                Name="VCFxCopTool"
192                        />
193                        <Tool
194                                Name="VCAppVerifierTool"
195                        />
196                        <Tool
197                                Name="VCWebDeploymentTool"
198                        />
199                        <Tool
200                                Name="VCPostBuildEventTool"
201                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"
202                        />
203                </Configuration>
204                <Configuration
205                        Name="DebugStaticLib|Win32"
206                        OutputDirectory="..\..\..\lib"
207                        IntermediateDirectory="..\obj\$(ConfigurationName)"
208                        ConfigurationType="4"
209                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
210                        CharacterSet="2"
211                        >
212                        <Tool
213                                Name="VCPreBuildEventTool"
214                        />
215                        <Tool
216                                Name="VCCustomBuildTool"
217                        />
218                        <Tool
219                                Name="VCXMLDataGeneratorTool"
220                        />
221                        <Tool
222                                Name="VCWebServiceProxyGeneratorTool"
223                        />
224                        <Tool
225                                Name="VCMIDLTool"
226                        />
227                        <Tool
228                                Name="VCCLCompilerTool"
229                                Optimization="0"
230                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
231                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGRE_STATIC_LIB"
232                                MinimalRebuild="true"
233                                BasicRuntimeChecks="3"
234                                RuntimeLibrary="3"
235                                EnableFunctionLevelLinking="true"
236                                FloatingPointModel="2"
237                                UsePrecompiledHeader="0"
238                                WarningLevel="3"
239                                Detect64BitPortabilityProblems="true"
240                                DebugInformationFormat="4"
241                        />
242                        <Tool
243                                Name="VCManagedResourceCompilerTool"
244                        />
245                        <Tool
246                                Name="VCResourceCompilerTool"
247                        />
248                        <Tool
249                                Name="VCPreLinkEventTool"
250                        />
251                        <Tool
252                                Name="VCLibrarianTool"
253                                AdditionalDependencies="cg.lib"
254                                OutputFile="$(OutDir)\$(ProjectName)Static_d.lib"
255                                AdditionalLibraryDirectories="..\..\..\Dependencies\lib\Debug"
256                        />
257                        <Tool
258                                Name="VCALinkTool"
259                        />
260                        <Tool
261                                Name="VCXDCMakeTool"
262                        />
263                        <Tool
264                                Name="VCBscMakeTool"
265                        />
266                        <Tool
267                                Name="VCFxCopTool"
268                        />
269                        <Tool
270                                Name="VCPostBuildEventTool"
271                                CommandLine=""
272                        />
273                </Configuration>
274                <Configuration
275                        Name="ReleaseStaticLib|Win32"
276                        OutputDirectory="..\..\..\lib"
277                        IntermediateDirectory="..\obj\$(ConfigurationName)"
278                        ConfigurationType="4"
279                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
280                        CharacterSet="2"
281                        WholeProgramOptimization="1"
282                        >
283                        <Tool
284                                Name="VCPreBuildEventTool"
285                        />
286                        <Tool
287                                Name="VCCustomBuildTool"
288                        />
289                        <Tool
290                                Name="VCXMLDataGeneratorTool"
291                        />
292                        <Tool
293                                Name="VCWebServiceProxyGeneratorTool"
294                        />
295                        <Tool
296                                Name="VCMIDLTool"
297                        />
298                        <Tool
299                                Name="VCCLCompilerTool"
300                                Optimization="3"
301                                InlineFunctionExpansion="2"
302                                EnableIntrinsicFunctions="true"
303                                FavorSizeOrSpeed="1"
304                                OmitFramePointers="true"
305                                EnableFiberSafeOptimizations="true"
306                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
307                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRE_STATIC_LIB"
308                                StringPooling="true"
309                                RuntimeLibrary="2"
310                                BufferSecurityCheck="false"
311                                EnableFunctionLevelLinking="true"
312                                FloatingPointModel="2"
313                                UsePrecompiledHeader="0"
314                                WarningLevel="3"
315                                Detect64BitPortabilityProblems="true"
316                                DebugInformationFormat="3"
317                        />
318                        <Tool
319                                Name="VCManagedResourceCompilerTool"
320                        />
321                        <Tool
322                                Name="VCResourceCompilerTool"
323                        />
324                        <Tool
325                                Name="VCPreLinkEventTool"
326                        />
327                        <Tool
328                                Name="VCLibrarianTool"
329                                AdditionalDependencies="cg.lib"
330                                OutputFile="$(OutDir)\$(ProjectName)Static.lib"
331                                AdditionalLibraryDirectories="..\..\..\Dependencies\lib\Release"
332                        />
333                        <Tool
334                                Name="VCALinkTool"
335                        />
336                        <Tool
337                                Name="VCXDCMakeTool"
338                        />
339                        <Tool
340                                Name="VCBscMakeTool"
341                        />
342                        <Tool
343                                Name="VCFxCopTool"
344                        />
345                        <Tool
346                                Name="VCPostBuildEventTool"
347                                CommandLine=""
348                        />
349                </Configuration>
350        </Configurations>
351        <References>
352        </References>
353        <Files>
354                <Filter
355                        Name="Source Files"
356                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
357                        >
358                        <File
359                                RelativePath="..\src\OgreCgPlugin.cpp"
360                                >
361                        </File>
362                        <File
363                                RelativePath="..\src\OgreCgProgram.cpp"
364                                >
365                        </File>
366                        <File
367                                RelativePath="..\src\OgreCgProgramFactory.cpp"
368                                >
369                        </File>
370                        <File
371                                RelativePath="..\src\OgreCgProgramManagerDll.cpp"
372                                >
373                        </File>
374                </Filter>
375                <Filter
376                        Name="Header Files"
377                        Filter="h;hpp;hxx;hm;inl;inc"
378                        >
379                        <File
380                                RelativePath="..\..\..\Dependencies\include\Cg\cg.h"
381                                >
382                        </File>
383                        <File
384                                RelativePath="..\include\OgreCgPlugin.h"
385                                >
386                        </File>
387                        <File
388                                RelativePath="..\include\OgreCgPrerequisites.h"
389                                >
390                        </File>
391                        <File
392                                RelativePath="..\include\OgreCgProgram.h"
393                                >
394                        </File>
395                        <File
396                                RelativePath="..\include\OgreCgProgramFactory.h"
397                                >
398                        </File>
399                </Filter>
400                <Filter
401                        Name="Resource Files"
402                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
403                        >
404                </Filter>
405        </Files>
406        <Globals>
407        </Globals>
408</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.