source: OGRE/trunk/ogrenew/Tools/VRMLConverter/scripts/VRML2mesh.vcproj @ 657

Revision 657, 6.0 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.0"
5        Name="VRML2mesh"
6        ProjectGUID="{DD437580-34C9-4C25-82C1-B5D6522C6399}"
7        RootNamespace="VRML2mesh"
8        Keyword="Win32Proj">
9        <Platforms>
10                <Platform
11                        Name="Win32"/>
12        </Platforms>
13        <Configurations>
14                <Configuration
15                        Name="Debug|Win32"
16                        OutputDirectory="../bin/$(ConfigurationName)"
17                        IntermediateDirectory="../obj/$(ConfigurationName)"
18                        ConfigurationType="1"
19                        CharacterSet="2"
20                        WholeProgramOptimization="TRUE">
21                        <Tool
22                                Name="VCCLCompilerTool"
23                                Optimization="0"
24                                AdditionalIncludeDirectories="../src;../vrmllib/include;../../../OgreMain/include"
25                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
26                                StringPooling="TRUE"
27                                MinimalRebuild="FALSE"
28                                BasicRuntimeChecks="3"
29                                RuntimeLibrary="3"
30                                TreatWChar_tAsBuiltInType="TRUE"
31                                RuntimeTypeInfo="TRUE"
32                                UsePrecompiledHeader="0"
33                                WarningLevel="3"
34                                Detect64BitPortabilityProblems="TRUE"
35                                DebugInformationFormat="3"/>
36                        <Tool
37                                Name="VCCustomBuildTool"/>
38                        <Tool
39                                Name="VCLinkerTool"
40                                AdditionalDependencies="OgreMain.lib"
41                                OutputFile="$(OutDir)/VRML2mesh.exe"
42                                LinkIncremental="1"
43                                AdditionalLibraryDirectories="../../../OgreMain/lib/$(ConfigurationName)"
44                                GenerateDebugInformation="TRUE"
45                                ProgramDatabaseFile="$(OutDir)/VRML2mesh.pdb"
46                                SubSystem="1"
47                                TargetMachine="1"/>
48                        <Tool
49                                Name="VCMIDLTool"/>
50                        <Tool
51                                Name="VCPostBuildEventTool"
52                                CommandLine="copy $(TargetPath) ..\..\..\Samples\Common\bin\$(ConfigurationName)"/>
53                        <Tool
54                                Name="VCPreBuildEventTool"/>
55                        <Tool
56                                Name="VCPreLinkEventTool"/>
57                        <Tool
58                                Name="VCResourceCompilerTool"/>
59                        <Tool
60                                Name="VCWebServiceProxyGeneratorTool"/>
61                        <Tool
62                                Name="VCXMLDataGeneratorTool"/>
63                        <Tool
64                                Name="VCWebDeploymentTool"/>
65                        <Tool
66                                Name="VCManagedWrapperGeneratorTool"/>
67                        <Tool
68                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
69                </Configuration>
70                <Configuration
71                        Name="Release|Win32"
72                        OutputDirectory="../bin/$(ConfigurationName)"
73                        IntermediateDirectory="../obj/$(ConfigurationName)"
74                        ConfigurationType="1"
75                        CharacterSet="2"
76                        WholeProgramOptimization="TRUE">
77                        <Tool
78                                Name="VCCLCompilerTool"
79                                AdditionalIncludeDirectories="../vrmllib/include;../../../OgreMain/include"
80                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
81                                StringPooling="TRUE"
82                                MinimalRebuild="FALSE"
83                                RuntimeLibrary="2"
84                                TreatWChar_tAsBuiltInType="TRUE"
85                                RuntimeTypeInfo="TRUE"
86                                UsePrecompiledHeader="0"
87                                WarningLevel="3"
88                                Detect64BitPortabilityProblems="TRUE"
89                                DebugInformationFormat="3"/>
90                        <Tool
91                                Name="VCCustomBuildTool"/>
92                        <Tool
93                                Name="VCLinkerTool"
94                                AdditionalDependencies="OgreMain.lib"
95                                OutputFile="$(OutDir)/VRML2mesh.exe"
96                                LinkIncremental="1"
97                                AdditionalLibraryDirectories="../../../OgreMain/lib/$(ConfigurationName)"
98                                GenerateDebugInformation="TRUE"
99                                SubSystem="1"
100                                OptimizeReferences="2"
101                                EnableCOMDATFolding="2"
102                                TargetMachine="1"/>
103                        <Tool
104                                Name="VCMIDLTool"/>
105                        <Tool
106                                Name="VCPostBuildEventTool"
107                                CommandLine="copy $(TargetPath) ..\..\..\Samples\Common\bin\$(ConfigurationName)"/>
108                        <Tool
109                                Name="VCPreBuildEventTool"/>
110                        <Tool
111                                Name="VCPreLinkEventTool"/>
112                        <Tool
113                                Name="VCResourceCompilerTool"/>
114                        <Tool
115                                Name="VCWebServiceProxyGeneratorTool"/>
116                        <Tool
117                                Name="VCXMLDataGeneratorTool"/>
118                        <Tool
119                                Name="VCWebDeploymentTool"/>
120                        <Tool
121                                Name="VCManagedWrapperGeneratorTool"/>
122                        <Tool
123                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
124                </Configuration>
125        </Configurations>
126        <References>
127        </References>
128        <Files>
129                <Filter
130                        Name="Source Files"
131                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
132                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
133                        <File
134                                RelativePath="..\src\stdafx.cpp">
135                                <FileConfiguration
136                                        Name="Debug|Win32">
137                                        <Tool
138                                                Name="VCCLCompilerTool"
139                                                UsePrecompiledHeader="1"/>
140                                </FileConfiguration>
141                                <FileConfiguration
142                                        Name="Release|Win32">
143                                        <Tool
144                                                Name="VCCLCompilerTool"
145                                                UsePrecompiledHeader="1"/>
146                                </FileConfiguration>
147                        </File>
148                        <File
149                                RelativePath="..\src\VRML2mesh.cpp">
150                                <FileConfiguration
151                                        Name="Debug|Win32">
152                                        <Tool
153                                                Name="VCCLCompilerTool"
154                                                UsePrecompiledHeader="3"/>
155                                </FileConfiguration>
156                                <FileConfiguration
157                                        Name="Release|Win32">
158                                        <Tool
159                                                Name="VCCLCompilerTool"
160                                                UsePrecompiledHeader="3"/>
161                                </FileConfiguration>
162                        </File>
163                        <Filter
164                                Name="vrml"
165                                Filter="">
166                                <File
167                                        RelativePath="..\vrmllib\src\commentstream.cpp">
168                                </File>
169                                <File
170                                        RelativePath="..\vrmllib\src\file.cpp">
171                                </File>
172                                <File
173                                        RelativePath="..\vrmllib\src\indexed_face_set.cpp">
174                                </File>
175                                <File
176                                        RelativePath="..\vrmllib\src\node.cpp">
177                                </File>
178                                <File
179                                        RelativePath="..\vrmllib\src\nodes.cpp">
180                                </File>
181                                <File
182                                        RelativePath="..\vrmllib\src\types.cpp">
183                                </File>
184                        </Filter>
185                </Filter>
186                <Filter
187                        Name="Header Files"
188                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
189                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
190                        <File
191                                RelativePath="..\vrmllib\src\stdafx.h">
192                        </File>
193                        <Filter
194                                Name="vrml"
195                                Filter="">
196                                <File
197                                        RelativePath="..\vrmllib\src\commentstream.h">
198                                </File>
199                                <File
200                                        RelativePath="..\vrmllib\include\vrmllib\file.h">
201                                </File>
202                                <File
203                                        RelativePath="..\vrmllib\include\vrmllib\fwd.h">
204                                </File>
205                                <File
206                                        RelativePath="..\vrmllib\include\vrmllib\node.h">
207                                </File>
208                                <File
209                                        RelativePath="..\vrmllib\include\vrmllib\nodes.h">
210                                </File>
211                                <File
212                                        RelativePath="..\vrmllib\include\vrmllib\types.h">
213                                </File>
214                                <File
215                                        RelativePath="..\vrmllib\include\vrmllib\types_bits.h">
216                                </File>
217                        </Filter>
218                </Filter>
219                <File
220                        RelativePath="..\README.txt">
221                </File>
222        </Files>
223        <Globals>
224        </Globals>
225</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.