Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogre/Tools/MaterialUpgrader/scripts/MaterialUpgrader_vc8.vcproj @ 20

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

=…

File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="MaterialUpgrader"
6        ProjectGUID="{2BA1BBEE-CE27-48D6-A89D-EBAA81D40B6D}"
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;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
44                                PreprocessorDefinitions="TIXML_USE_STL;"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                UsePrecompiledHeader="0"
49                                WarningLevel="3"
50                                Detect64BitPortabilityProblems="true"
51                                DebugInformationFormat="4"
52                        />
53                        <Tool
54                                Name="VCManagedResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCPreLinkEventTool"
61                        />
62                        <Tool
63                                Name="VCLinkerTool"
64                                AdditionalDependencies="OgreMain_d.lib"
65                                OutputFile="$(OutDir)/OgreMaterialUpgrade.exe"
66                                Version="0.99"
67                                LinkIncremental="2"
68                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
69                                IgnoreDefaultLibraryNames=""
70                                GenerateDebugInformation="true"
71                                ProgramDatabaseFile="$(OutDir)/MaterialUpgrader.pdb"
72                                SubSystem="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                        >
110                        <Tool
111                                Name="VCPreBuildEventTool"
112                        />
113                        <Tool
114                                Name="VCCustomBuildTool"
115                        />
116                        <Tool
117                                Name="VCXMLDataGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCWebServiceProxyGeneratorTool"
121                        />
122                        <Tool
123                                Name="VCMIDLTool"
124                        />
125                        <Tool
126                                Name="VCCLCompilerTool"
127                                Optimization="2"
128                                InlineFunctionExpansion="1"
129                                OmitFramePointers="true"
130                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
131                                PreprocessorDefinitions="TIXML_USE_STL"
132                                StringPooling="true"
133                                RuntimeLibrary="2"
134                                EnableFunctionLevelLinking="true"
135                                UsePrecompiledHeader="0"
136                                WarningLevel="3"
137                                Detect64BitPortabilityProblems="true"
138                                DebugInformationFormat="3"
139                        />
140                        <Tool
141                                Name="VCManagedResourceCompilerTool"
142                        />
143                        <Tool
144                                Name="VCResourceCompilerTool"
145                        />
146                        <Tool
147                                Name="VCPreLinkEventTool"
148                        />
149                        <Tool
150                                Name="VCLinkerTool"
151                                AdditionalDependencies="OgreMain.lib"
152                                OutputFile="$(OutDir)/OgreMaterialUpgrade.exe"
153                                Version="0.99"
154                                LinkIncremental="1"
155                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
156                                GenerateDebugInformation="true"
157                                SubSystem="1"
158                                OptimizeReferences="2"
159                                EnableCOMDATFolding="2"
160                                TargetMachine="1"
161                        />
162                        <Tool
163                                Name="VCALinkTool"
164                        />
165                        <Tool
166                                Name="VCManifestTool"
167                                UseFAT32Workaround="true"
168                        />
169                        <Tool
170                                Name="VCXDCMakeTool"
171                        />
172                        <Tool
173                                Name="VCBscMakeTool"
174                        />
175                        <Tool
176                                Name="VCFxCopTool"
177                        />
178                        <Tool
179                                Name="VCAppVerifierTool"
180                        />
181                        <Tool
182                                Name="VCWebDeploymentTool"
183                        />
184                        <Tool
185                                Name="VCPostBuildEventTool"
186                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\bin\$(ConfigurationName)"
187                        />
188                </Configuration>
189        </Configurations>
190        <References>
191        </References>
192        <Files>
193                <Filter
194                        Name="Source Files"
195                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
196                        >
197                        <File
198                                RelativePath="..\src\main.cpp"
199                                >
200                        </File>
201                        <File
202                                RelativePath="..\src\OldMaterialReader.cpp"
203                                >
204                        </File>
205                </Filter>
206                <Filter
207                        Name="Header Files"
208                        Filter="h;hpp;hxx;hm;inl;inc"
209                        >
210                        <File
211                                RelativePath="..\include\OldMaterialReader.h"
212                                >
213                        </File>
214                </Filter>
215        </Files>
216        <Globals>
217        </Globals>
218</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.