source: GTP/trunk/App/Demos/Geom/Shark3D/build/win32_vc7x1/shark_mesh_loader.vcproj @ 2236

Revision 2236, 6.9 KB checked in by gumbau, 17 years ago (diff)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="eng_model_std"
6        ProjectGUID="{A06452CC-45FA-4989-B34D-8BD26914173F}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="../../bin/win32_vc7x1/debug"
16                        IntermediateDirectory="debug"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="H:\jesus\shark3d\shark3d\src\eng\model\std"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;S3D_ENG_MODEL_STD_EXPORTS"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                BufferSecurityCheck="FALSE"
28                                RuntimeTypeInfo="FALSE"
29                                UsePrecompiledHeader="0"
30                                WarningLevel="3"
31                                Detect64BitPortabilityProblems="TRUE"
32                                DebugInformationFormat="4"/>
33                        <Tool
34                                Name="VCCustomBuildTool"/>
35                        <Tool
36                                Name="VCLinkerTool"
37                                AdditionalDependencies=""
38                                OutputFile="$(OutDir)/shark_mesh_loader.dll"
39                                LinkIncremental="2"
40                                GenerateDebugInformation="TRUE"
41                                ProgramDatabaseFile="$(OutDir)/symbols/shark_mesh_loader.pdb"
42                                SubSystem="2"
43                                ImportLibrary="$(OutDir)/shark_mesh_loader.lib"
44                                TargetMachine="1"/>
45                        <Tool
46                                Name="VCMIDLTool"/>
47                        <Tool
48                                Name="VCPostBuildEventTool"/>
49                        <Tool
50                                Name="VCPreBuildEventTool"/>
51                        <Tool
52                                Name="VCPreLinkEventTool"/>
53                        <Tool
54                                Name="VCResourceCompilerTool"/>
55                        <Tool
56                                Name="VCWebServiceProxyGeneratorTool"/>
57                        <Tool
58                                Name="VCXMLDataGeneratorTool"/>
59                        <Tool
60                                Name="VCWebDeploymentTool"/>
61                        <Tool
62                                Name="VCManagedWrapperGeneratorTool"/>
63                        <Tool
64                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
65                </Configuration>
66                <Configuration
67                        Name="Release|Win32"
68                        OutputDirectory="../../bin/win32_vc7x1/release"
69                        IntermediateDirectory="release"
70                        ConfigurationType="2"
71                        CharacterSet="2">
72                        <Tool
73                                Name="VCCLCompilerTool"
74                                Optimization="2"
75                                OmitFramePointers="TRUE"
76                                AdditionalIncludeDirectories="H:\jesus\shark3d\shark3d\src\eng\model\std"
77                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;S3D_ENG_MODEL_STD_EXPORTS"
78                                StringPooling="TRUE"
79                                RuntimeLibrary="2"
80                                BufferSecurityCheck="FALSE"
81                                EnableFunctionLevelLinking="TRUE"
82                                RuntimeTypeInfo="FALSE"
83                                UsePrecompiledHeader="0"
84                                WarningLevel="3"
85                                Detect64BitPortabilityProblems="TRUE"
86                                DebugInformationFormat="3"/>
87                        <Tool
88                                Name="VCCustomBuildTool"/>
89                        <Tool
90                                Name="VCLinkerTool"
91                                AdditionalDependencies=""
92                                OutputFile="$(OutDir)/shark_mesh_loader.dll"
93                                LinkIncremental="1"
94                                GenerateDebugInformation="TRUE"
95                                ProgramDatabaseFile="$(OutDir)/symbols/shark_mesh_loader.pdb"
96                                SubSystem="2"
97                                OptimizeReferences="2"
98                                EnableCOMDATFolding="2"
99                                ImportLibrary="$(OutDir)/shark_mesh_loader.lib"
100                                TargetMachine="1"/>
101                        <Tool
102                                Name="VCMIDLTool"/>
103                        <Tool
104                                Name="VCPostBuildEventTool"/>
105                        <Tool
106                                Name="VCPreBuildEventTool"/>
107                        <Tool
108                                Name="VCPreLinkEventTool"/>
109                        <Tool
110                                Name="VCResourceCompilerTool"/>
111                        <Tool
112                                Name="VCWebServiceProxyGeneratorTool"/>
113                        <Tool
114                                Name="VCXMLDataGeneratorTool"/>
115                        <Tool
116                                Name="VCWebDeploymentTool"/>
117                        <Tool
118                                Name="VCManagedWrapperGeneratorTool"/>
119                        <Tool
120                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
121                </Configuration>
122                <Configuration
123                        Name="Release_lib|Win32"
124                        OutputDirectory="../../bin/win32_vc7x1/release_lib"
125                        IntermediateDirectory="release_lib"
126                        ConfigurationType="4"
127                        CharacterSet="2"
128                        WholeProgramOptimization="FALSE">
129                        <Tool
130                                Name="VCCLCompilerTool"
131                                Optimization="2"
132                                OmitFramePointers="TRUE"
133                                WholeProgramOptimization="FALSE"
134                                AdditionalIncludeDirectories=""
135                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;S3D_GENERAL_STATICLIBSTD"
136                                StringPooling="TRUE"
137                                RuntimeLibrary="2"
138                                BufferSecurityCheck="FALSE"
139                                EnableFunctionLevelLinking="TRUE"
140                                RuntimeTypeInfo="FALSE"
141                                UsePrecompiledHeader="0"
142                                WarningLevel="3"
143                                Detect64BitPortabilityProblems="TRUE"
144                                DebugInformationFormat="3"/>
145                        <Tool
146                                Name="VCCustomBuildTool"/>
147                        <Tool
148                                Name="VCLibrarianTool"
149                                OutputFile="$(OutDir)/shark_mesh_loader.lib"/>
150                        <Tool
151                                Name="VCMIDLTool"/>
152                        <Tool
153                                Name="VCPostBuildEventTool"/>
154                        <Tool
155                                Name="VCPreBuildEventTool"/>
156                        <Tool
157                                Name="VCPreLinkEventTool"/>
158                        <Tool
159                                Name="VCResourceCompilerTool"/>
160                        <Tool
161                                Name="VCWebServiceProxyGeneratorTool"/>
162                        <Tool
163                                Name="VCXMLDataGeneratorTool"/>
164                        <Tool
165                                Name="VCManagedWrapperGeneratorTool"/>
166                        <Tool
167                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
168                </Configuration>
169                <Configuration
170                        Name="Debug_lib|Win32"
171                        OutputDirectory="../../bin/win32_vc7x1/debug_lib"
172                        IntermediateDirectory="debug_lib"
173                        ConfigurationType="4"
174                        CharacterSet="2">
175                        <Tool
176                                Name="VCCLCompilerTool"
177                                Optimization="0"
178                                OmitFramePointers="TRUE"
179                                AdditionalIncludeDirectories=""
180                                PreprocessorDefinitions="WIN32;DEBUG;_LIB;S3D_GENERAL_STATICLIBSTD"
181                                StringPooling="TRUE"
182                                RuntimeLibrary="3"
183                                BufferSecurityCheck="FALSE"
184                                RuntimeTypeInfo="FALSE"
185                                UsePrecompiledHeader="0"
186                                WarningLevel="3"
187                                Detect64BitPortabilityProblems="TRUE"
188                                DebugInformationFormat="4"/>
189                        <Tool
190                                Name="VCCustomBuildTool"/>
191                        <Tool
192                                Name="VCLibrarianTool"
193                                OutputFile="$(OutDir)/shark_mesh_loader.lib"/>
194                        <Tool
195                                Name="VCMIDLTool"/>
196                        <Tool
197                                Name="VCPostBuildEventTool"/>
198                        <Tool
199                                Name="VCPreBuildEventTool"/>
200                        <Tool
201                                Name="VCPreLinkEventTool"/>
202                        <Tool
203                                Name="VCResourceCompilerTool"/>
204                        <Tool
205                                Name="VCWebServiceProxyGeneratorTool"/>
206                        <Tool
207                                Name="VCXMLDataGeneratorTool"/>
208                        <Tool
209                                Name="VCManagedWrapperGeneratorTool"/>
210                        <Tool
211                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
212                </Configuration>
213        </Configurations>
214        <References>
215        </References>
216        <Files>
217                <File
218                        RelativePath="..\..\src\shark_mesh_loader\shark_mesh_loader.cpp">
219                </File>
220                <File
221                        RelativePath="..\..\src\shark_mesh_loader\shark_mesh_loader.h">
222                </File>
223                <File
224                        RelativePath="..\..\src\shark_mesh_loader\shark_mesh_loader_model.cpp">
225                </File>
226                <File
227                        RelativePath="..\..\src\shark_mesh_loader\shark_mesh_loader_model.h">
228                </File>
229                <File
230                        RelativePath="..\..\src\shark_mesh_loader\shark_mesh_loader_module.cpp">
231                </File>
232                <File
233                        RelativePath="..\..\src\shark_mesh_loader\shark_mesh_loader_module.h">
234                </File>
235                <File
236                        RelativePath="..\..\src\shark_mesh_loader\shark_mesh_loader_public.cpp">
237                </File>
238                <File
239                        RelativePath="..\..\src\shark_mesh_loader\shark_mesh_loader_public.h">
240                </File>
241                <File
242                        RelativePath="..\..\src\shark_mesh_loader\shark_mesh_loader_versioncheck.cpp">
243                </File>
244        </Files>
245        <Globals>
246        </Globals>
247</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.