Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogre/Tools/XMLConverter/scripts/XMLConverter_vc8.vcproj @ 20

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

=…

File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="XMLConverter"
6        ProjectGUID="{B4FB6BCF-FA5A-42C2-9FA5-F1653B95ADE3}"
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                                AdditionalOptions="/Zm150"
43                                Optimization="0"
44                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
45                                PreprocessorDefinitions="TIXML_USE_STL;"
46                                MinimalRebuild="true"
47                                BasicRuntimeChecks="3"
48                                RuntimeLibrary="3"
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"
66                                OutputFile="$(OutDir)/OgreXMLConverter.exe"
67                                Version="0.99"
68                                LinkIncremental="2"
69                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
70                                IgnoreDefaultLibraryNames=""
71                                GenerateDebugInformation="true"
72                                ProgramDatabaseFile="$(OutDir)/XMLConverter.pdb"
73                                SubSystem="1"
74                                TargetMachine="1"
75                        />
76                        <Tool
77                                Name="VCALinkTool"
78                        />
79                        <Tool
80                                Name="VCManifestTool"
81                                UseFAT32Workaround="true"
82                        />
83                        <Tool
84                                Name="VCXDCMakeTool"
85                        />
86                        <Tool
87                                Name="VCBscMakeTool"
88                        />
89                        <Tool
90                                Name="VCFxCopTool"
91                        />
92                        <Tool
93                                Name="VCAppVerifierTool"
94                        />
95                        <Tool
96                                Name="VCWebDeploymentTool"
97                        />
98                        <Tool
99                                Name="VCPostBuildEventTool"
100                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\bin\$(ConfigurationName)"
101                        />
102                </Configuration>
103                <Configuration
104                        Name="Release|Win32"
105                        OutputDirectory="..\bin\$(ConfigurationName)"
106                        IntermediateDirectory="..\obj\$(ConfigurationName)"
107                        ConfigurationType="1"
108                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
109                        CharacterSet="2"
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                                OmitFramePointers="true"
131                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
132                                PreprocessorDefinitions="TIXML_USE_STL"
133                                StringPooling="true"
134                                RuntimeLibrary="2"
135                                EnableFunctionLevelLinking="true"
136                                UsePrecompiledHeader="0"
137                                WarningLevel="3"
138                                Detect64BitPortabilityProblems="true"
139                                DebugInformationFormat="3"
140                        />
141                        <Tool
142                                Name="VCManagedResourceCompilerTool"
143                        />
144                        <Tool
145                                Name="VCResourceCompilerTool"
146                        />
147                        <Tool
148                                Name="VCPreLinkEventTool"
149                        />
150                        <Tool
151                                Name="VCLinkerTool"
152                                AdditionalDependencies="OgreMain.lib"
153                                OutputFile="$(OutDir)/OgreXMLConverter.exe"
154                                Version="0.99"
155                                LinkIncremental="1"
156                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
157                                GenerateDebugInformation="true"
158                                SubSystem="1"
159                                OptimizeReferences="2"
160                                EnableCOMDATFolding="2"
161                                TargetMachine="1"
162                        />
163                        <Tool
164                                Name="VCALinkTool"
165                        />
166                        <Tool
167                                Name="VCManifestTool"
168                                UseFAT32Workaround="true"
169                        />
170                        <Tool
171                                Name="VCXDCMakeTool"
172                        />
173                        <Tool
174                                Name="VCBscMakeTool"
175                        />
176                        <Tool
177                                Name="VCFxCopTool"
178                        />
179                        <Tool
180                                Name="VCAppVerifierTool"
181                        />
182                        <Tool
183                                Name="VCWebDeploymentTool"
184                        />
185                        <Tool
186                                Name="VCPostBuildEventTool"
187                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\bin\$(ConfigurationName)"
188                        />
189                </Configuration>
190        </Configurations>
191        <References>
192        </References>
193        <Files>
194                <Filter
195                        Name="Source Files"
196                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
197                        >
198                        <File
199                                RelativePath="..\src\main.cpp"
200                                >
201                                <FileConfiguration
202                                        Name="Release|Win32"
203                                        >
204                                        <Tool
205                                                Name="VCCLCompilerTool"
206                                                AdditionalOptions="/Zm150"
207                                        />
208                                </FileConfiguration>
209                        </File>
210                        <File
211                                RelativePath="..\src\OgreXMLMeshSerializer.cpp"
212                                >
213                        </File>
214                        <File
215                                RelativePath="..\src\OgreXMLSkeletonSerializer.cpp"
216                                >
217                        </File>
218                        <File
219                                RelativePath="..\src\tinystr.cpp"
220                                >
221                        </File>
222                        <File
223                                RelativePath="..\src\tinyxml.cpp"
224                                >
225                        </File>
226                        <File
227                                RelativePath="..\src\tinyxmlerror.cpp"
228                                >
229                        </File>
230                        <File
231                                RelativePath="..\src\tinyxmlparser.cpp"
232                                >
233                        </File>
234                </Filter>
235                <Filter
236                        Name="Header Files"
237                        Filter="h;hpp;hxx;hm;inl;inc"
238                        >
239                        <File
240                                RelativePath="..\include\OgreXMLMeshSerializer.h"
241                                >
242                        </File>
243                        <File
244                                RelativePath="..\include\OgreXMLPrerequisites.h"
245                                >
246                        </File>
247                        <File
248                                RelativePath="..\include\OgreXMLSkeletonSerializer.h"
249                                >
250                        </File>
251                        <File
252                                RelativePath="..\include\tinystr.h"
253                                >
254                        </File>
255                        <File
256                                RelativePath="..\include\tinyxml.h"
257                                >
258                        </File>
259                </Filter>
260        </Files>
261        <Globals>
262        </Globals>
263</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.