source: OGRE/trunk/ogrenew/Tools/MeshUpgrader/scripts/MeshUpgrader_vc8.vcproj @ 692

Revision 692, 4.7 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="8.00"
5        Name="MeshUpgrader"
6        ProjectGUID="{6B3CABED-0D07-4AF0-8931-929B9B28BA8B}"
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)/OgreMeshUpgrade.exe"
66                                Version="0.99"
67                                LinkIncremental="2"
68                                AdditionalLibraryDirectories="..\..\..\OgreMain\lib\$(ConfigurationName);..\..\..\Dependencies\lib\$(ConfigurationName)"
69                                IgnoreDefaultLibraryNames=""
70                                GenerateDebugInformation="true"
71                                ProgramDatabaseFile="$(OutDir)/MeshUpgrader.pdb"
72                                SubSystem="1"
73                                TargetMachine="1"
74                        />
75                        <Tool
76                                Name="VCALinkTool"
77                        />
78                        <Tool
79                                Name="VCManifestTool"
80                        />
81                        <Tool
82                                Name="VCXDCMakeTool"
83                        />
84                        <Tool
85                                Name="VCBscMakeTool"
86                        />
87                        <Tool
88                                Name="VCFxCopTool"
89                        />
90                        <Tool
91                                Name="VCAppVerifierTool"
92                        />
93                        <Tool
94                                Name="VCWebDeploymentTool"
95                        />
96                        <Tool
97                                Name="VCPostBuildEventTool"
98                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\bin\$(ConfigurationName)"
99                        />
100                </Configuration>
101                <Configuration
102                        Name="Release|Win32"
103                        OutputDirectory="..\bin\$(ConfigurationName)"
104                        IntermediateDirectory="..\obj\$(ConfigurationName)"
105                        ConfigurationType="1"
106                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
107                        CharacterSet="2"
108                        >
109                        <Tool
110                                Name="VCPreBuildEventTool"
111                        />
112                        <Tool
113                                Name="VCCustomBuildTool"
114                        />
115                        <Tool
116                                Name="VCXMLDataGeneratorTool"
117                        />
118                        <Tool
119                                Name="VCWebServiceProxyGeneratorTool"
120                        />
121                        <Tool
122                                Name="VCMIDLTool"
123                        />
124                        <Tool
125                                Name="VCCLCompilerTool"
126                                Optimization="2"
127                                InlineFunctionExpansion="1"
128                                OmitFramePointers="true"
129                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
130                                PreprocessorDefinitions="TIXML_USE_STL"
131                                StringPooling="true"
132                                RuntimeLibrary="2"
133                                EnableFunctionLevelLinking="true"
134                                UsePrecompiledHeader="0"
135                                WarningLevel="3"
136                                Detect64BitPortabilityProblems="true"
137                                DebugInformationFormat="3"
138                        />
139                        <Tool
140                                Name="VCManagedResourceCompilerTool"
141                        />
142                        <Tool
143                                Name="VCResourceCompilerTool"
144                        />
145                        <Tool
146                                Name="VCPreLinkEventTool"
147                        />
148                        <Tool
149                                Name="VCLinkerTool"
150                                AdditionalDependencies="OgreMain.lib"
151                                OutputFile="$(OutDir)/OgreMeshUpgrade.exe"
152                                Version="0.99"
153                                LinkIncremental="1"
154                                AdditionalLibraryDirectories="..\..\..\OgreMain\lib\$(ConfigurationName);..\..\..\Dependencies\lib\$(ConfigurationName)"
155                                GenerateDebugInformation="true"
156                                SubSystem="1"
157                                OptimizeReferences="2"
158                                EnableCOMDATFolding="2"
159                                TargetMachine="1"
160                        />
161                        <Tool
162                                Name="VCALinkTool"
163                        />
164                        <Tool
165                                Name="VCManifestTool"
166                        />
167                        <Tool
168                                Name="VCXDCMakeTool"
169                        />
170                        <Tool
171                                Name="VCBscMakeTool"
172                        />
173                        <Tool
174                                Name="VCFxCopTool"
175                        />
176                        <Tool
177                                Name="VCAppVerifierTool"
178                        />
179                        <Tool
180                                Name="VCWebDeploymentTool"
181                        />
182                        <Tool
183                                Name="VCPostBuildEventTool"
184                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\bin\$(ConfigurationName)"
185                        />
186                </Configuration>
187        </Configurations>
188        <References>
189        </References>
190        <Files>
191                <Filter
192                        Name="Source Files"
193                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
194                        >
195                        <File
196                                RelativePath="..\src\main.cpp"
197                                >
198                        </File>
199                </Filter>
200                <Filter
201                        Name="Header Files"
202                        Filter="h;hpp;hxx;hm;inl;inc"
203                        >
204                </Filter>
205        </Files>
206        <Globals>
207        </Globals>
208</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.