Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

=update

File size: 8.0 KB
Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="Plugin_CgProgramManager"
6        ProjectGUID="{1C741C2F-3278-43D8-9FD2-E631A64B70AE}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="..\..\..\lib"
16                        IntermediateDirectory="..\obj\$(ConfigurationName)"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGRE_CGPLUGIN_EXPORTS"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                EnableFunctionLevelLinking="TRUE"
28                                RuntimeTypeInfo="TRUE"
29                                UsePrecompiledHeader="2"
30                                WarningLevel="3"
31                                Detect64BitPortabilityProblems="TRUE"
32                                DebugInformationFormat="4"/>
33                        <Tool
34                                Name="VCCustomBuildTool"/>
35                        <Tool
36                                Name="VCLinkerTool"
37                                IgnoreImportLibrary="TRUE"
38                                AdditionalDependencies="OgreMain_d.lib cg.lib"
39                                OutputFile="$(OutDir)/$(ProjectName)_d.dll"
40                                Version="0.99"
41                                LinkIncremental="2"
42                                SuppressStartupBanner="TRUE"
43                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
44                                ModuleDefinitionFile=""
45                                GenerateDebugInformation="TRUE"
46                                ProgramDatabaseFile="$(OutDir)/$(ProjectName)_d.pdb"
47                                SubSystem="2"
48                                ImportLibrary="$(OutDir)/$(TargetName).lib"
49                                TargetMachine="1"/>
50                        <Tool
51                                Name="VCMIDLTool"/>
52                        <Tool
53                                Name="VCPostBuildEventTool"
54                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"/>
55                        <Tool
56                                Name="VCPreBuildEventTool"/>
57                        <Tool
58                                Name="VCPreLinkEventTool"/>
59                        <Tool
60                                Name="VCResourceCompilerTool"/>
61                        <Tool
62                                Name="VCWebServiceProxyGeneratorTool"/>
63                        <Tool
64                                Name="VCXMLDataGeneratorTool"/>
65                        <Tool
66                                Name="VCWebDeploymentTool"/>
67                        <Tool
68                                Name="VCManagedWrapperGeneratorTool"/>
69                        <Tool
70                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
71                </Configuration>
72                <Configuration
73                        Name="Release|Win32"
74                        OutputDirectory="..\..\..\lib"
75                        IntermediateDirectory="..\obj\$(ConfigurationName)"
76                        ConfigurationType="2"
77                        CharacterSet="2"
78                        WholeProgramOptimization="TRUE">
79                        <Tool
80                                Name="VCCLCompilerTool"
81                                Optimization="3"
82                                GlobalOptimizations="TRUE"
83                                InlineFunctionExpansion="2"
84                                EnableIntrinsicFunctions="TRUE"
85                                ImproveFloatingPointConsistency="TRUE"
86                                FavorSizeOrSpeed="1"
87                                OmitFramePointers="TRUE"
88                                EnableFiberSafeOptimizations="TRUE"
89                                OptimizeForProcessor="2"
90                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
91                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRE_CGPLUGIN_EXPORTS"
92                                StringPooling="TRUE"
93                                RuntimeLibrary="2"
94                                BufferSecurityCheck="FALSE"
95                                EnableFunctionLevelLinking="TRUE"
96                                RuntimeTypeInfo="TRUE"
97                                UsePrecompiledHeader="0"
98                                WarningLevel="3"
99                                Detect64BitPortabilityProblems="TRUE"
100                                DebugInformationFormat="3"/>
101                        <Tool
102                                Name="VCCustomBuildTool"/>
103                        <Tool
104                                Name="VCLinkerTool"
105                                IgnoreImportLibrary="TRUE"
106                                AdditionalDependencies="OgreMain.lib  cg.lib"
107                                Version="0.99"
108                                LinkIncremental="1"
109                                SuppressStartupBanner="TRUE"
110                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
111                                ModuleDefinitionFile=""
112                                GenerateDebugInformation="TRUE"
113                                SubSystem="2"
114                                OptimizeReferences="2"
115                                EnableCOMDATFolding="2"
116                                ImportLibrary="$(OutDir)/$(TargetName).lib"
117                                TargetMachine="1"/>
118                        <Tool
119                                Name="VCMIDLTool"/>
120                        <Tool
121                                Name="VCPostBuildEventTool"
122                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"/>
123                        <Tool
124                                Name="VCPreBuildEventTool"/>
125                        <Tool
126                                Name="VCPreLinkEventTool"/>
127                        <Tool
128                                Name="VCResourceCompilerTool"/>
129                        <Tool
130                                Name="VCWebServiceProxyGeneratorTool"/>
131                        <Tool
132                                Name="VCXMLDataGeneratorTool"/>
133                        <Tool
134                                Name="VCWebDeploymentTool"/>
135                        <Tool
136                                Name="VCManagedWrapperGeneratorTool"/>
137                        <Tool
138                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
139                </Configuration>
140                <Configuration
141                        Name="DebugStaticLib|Win32"
142                        OutputDirectory="..\..\..\lib"
143                        IntermediateDirectory="..\obj\$(ConfigurationName)"
144                        ConfigurationType="4"
145                        CharacterSet="2">
146                        <Tool
147                                Name="VCCLCompilerTool"
148                                Optimization="0"
149                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
150                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGRE_CGPLUGIN_EXPORTS;OGRE_STATIC_LIB"
151                                MinimalRebuild="TRUE"
152                                BasicRuntimeChecks="3"
153                                RuntimeLibrary="3"
154                                EnableFunctionLevelLinking="TRUE"
155                                RuntimeTypeInfo="TRUE"
156                                UsePrecompiledHeader="2"
157                                WarningLevel="3"
158                                Detect64BitPortabilityProblems="TRUE"
159                                DebugInformationFormat="4"/>
160                        <Tool
161                                Name="VCCustomBuildTool"/>
162                        <Tool
163                                Name="VCLibrarianTool"
164                                OutputFile="$(OutDir)/$(ProjectName)Static_d.lib"/>
165                        <Tool
166                                Name="VCMIDLTool"/>
167                        <Tool
168                                Name="VCPostBuildEventTool"/>
169                        <Tool
170                                Name="VCPreBuildEventTool"/>
171                        <Tool
172                                Name="VCPreLinkEventTool"/>
173                        <Tool
174                                Name="VCResourceCompilerTool"/>
175                        <Tool
176                                Name="VCWebServiceProxyGeneratorTool"/>
177                        <Tool
178                                Name="VCXMLDataGeneratorTool"/>
179                        <Tool
180                                Name="VCManagedWrapperGeneratorTool"/>
181                        <Tool
182                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
183                </Configuration>
184                <Configuration
185                        Name="ReleaseStaticLib|Win32"
186                        OutputDirectory="..\..\..\lib"
187                        IntermediateDirectory="..\obj\$(ConfigurationName)"
188                        ConfigurationType="4"
189                        CharacterSet="2"
190                        WholeProgramOptimization="TRUE">
191                        <Tool
192                                Name="VCCLCompilerTool"
193                                Optimization="3"
194                                GlobalOptimizations="TRUE"
195                                InlineFunctionExpansion="2"
196                                EnableIntrinsicFunctions="TRUE"
197                                ImproveFloatingPointConsistency="TRUE"
198                                FavorSizeOrSpeed="1"
199                                OmitFramePointers="TRUE"
200                                EnableFiberSafeOptimizations="TRUE"
201                                OptimizeForProcessor="2"
202                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
203                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRE_CGPLUGIN_EXPORTS;OGRE_STATIC_LIB"
204                                StringPooling="TRUE"
205                                RuntimeLibrary="2"
206                                BufferSecurityCheck="FALSE"
207                                EnableFunctionLevelLinking="TRUE"
208                                RuntimeTypeInfo="TRUE"
209                                UsePrecompiledHeader="0"
210                                WarningLevel="3"
211                                Detect64BitPortabilityProblems="TRUE"
212                                DebugInformationFormat="3"/>
213                        <Tool
214                                Name="VCCustomBuildTool"/>
215                        <Tool
216                                Name="VCLibrarianTool"
217                                OutputFile="$(OutDir)/$(ProjectName)Static.lib"/>
218                        <Tool
219                                Name="VCMIDLTool"/>
220                        <Tool
221                                Name="VCPostBuildEventTool"/>
222                        <Tool
223                                Name="VCPreBuildEventTool"/>
224                        <Tool
225                                Name="VCPreLinkEventTool"/>
226                        <Tool
227                                Name="VCResourceCompilerTool"/>
228                        <Tool
229                                Name="VCWebServiceProxyGeneratorTool"/>
230                        <Tool
231                                Name="VCXMLDataGeneratorTool"/>
232                        <Tool
233                                Name="VCManagedWrapperGeneratorTool"/>
234                        <Tool
235                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
236                </Configuration>
237        </Configurations>
238        <References>
239        </References>
240        <Files>
241                <Filter
242                        Name="Source Files"
243                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
244                        <File
245                                RelativePath="..\src\OgreCgPlugin.cpp">
246                        </File>
247                        <File
248                                RelativePath="..\src\OgreCgProgram.cpp">
249                        </File>
250                        <File
251                                RelativePath="..\src\OgreCgProgramFactory.cpp">
252                        </File>
253                        <File
254                                RelativePath="..\src\OgreCgProgramManagerDll.cpp">
255                        </File>
256                </Filter>
257                <Filter
258                        Name="Header Files"
259                        Filter="h;hpp;hxx;hm;inl;inc">
260                        <File
261                                RelativePath="..\..\..\Dependencies\include\Cg\cg.h">
262                        </File>
263                        <File
264                                RelativePath="..\include\OgreCgPlugin.h">
265                        </File>
266                        <File
267                                RelativePath="..\include\OgreCgPrerequisites.h">
268                        </File>
269                        <File
270                                RelativePath="..\include\OgreCgProgram.h">
271                        </File>
272                        <File
273                                RelativePath="..\include\OgreCgProgramFactory.h">
274                        </File>
275                </Filter>
276                <Filter
277                        Name="Resource Files"
278                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
279                </Filter>
280        </Files>
281        <Globals>
282        </Globals>
283</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.