source: GTP/trunk/Lib/Geom/shared/GeoTool/GeoTool.vcproj @ 998

Revision 998, 5.9 KB checked in by gumbau, 18 years ago (diff)
RevLine 
[774]1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="GeoTool"
6        ProjectGUID="{31522E11-420C-4DD6-8922-AF96B93E2207}"
[998]7        RootNamespace="GeoTool"
[774]8        Keyword="Win32Proj">
9        <Platforms>
10                <Platform
11                        Name="Win32"/>
12        </Platforms>
13        <Configurations>
14                <Configuration
15                        Name="Debug|Win32"
16                        OutputDirectory="build\$(ConfigurationName)"
17                        IntermediateDirectory="build\Debug"
18                        ConfigurationType="1"
19                        CharacterSet="2">
20                        <Tool
21                                Name="VCCLCompilerTool"
22                                Optimization="0"
[993]23                                AdditionalIncludeDirectories=".\include;..\include;..\..\..\..\..\..\NonGTP\FLTK\include;..\..\..\..\..\..\NonGTP\glut;..\GTGeometry\include;..\GTGeometry\src\libs\vmi\include;..\..\..\..\..\..\nongtp\Devil\include"
[980]24                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
[774]25                                MinimalRebuild="FALSE"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="1"
28                                BufferSecurityCheck="TRUE"
29                                DisableLanguageExtensions="FALSE"
30                                UsePrecompiledHeader="0"
31                                WarningLevel="1"
32                                SuppressStartupBanner="TRUE"
33                                Detect64BitPortabilityProblems="FALSE"
34                                DebugInformationFormat="4"
35                                CompileAs="2"
36                                ShowIncludes="FALSE"
37                                UndefineAllPreprocessorDefinitions="FALSE"/>
38                        <Tool
39                                Name="VCCustomBuildTool"/>
40                        <Tool
41                                Name="VCLinkerTool"
[993]42                                AdditionalDependencies="DevIL.lib ILUT.lib fltkd.lib comctl32.lib wsock32.lib GTGeometry_d.lib glu32.lib opengl32.lib glaux.lib fltk_opengl.lib"
[774]43                                OutputFile="$(OutDir)/GeoTool.exe"
44                                LinkIncremental="1"
45                                SuppressStartupBanner="TRUE"
[993]46                                AdditionalLibraryDirectories="..\..\..\..\..\..\NonGTP\DevIL\lib;..\..\..\..\..\..\NonGTP\FLTK\lib;..\..\..\..\..\..\NonGTP\glut;..\GTGeometry\build\$(ConfigurationName)"
[774]47                                IgnoreDefaultLibraryNames="LIBCD"
48                                GenerateDebugInformation="TRUE"
49                                ProgramDatabaseFile="$(OutDir)/GeoTool.pdb"
50                                SubSystem="2"
51                                OptimizeReferences="0"
52                                EnableCOMDATFolding="0"
53                                TargetMachine="1"/>
54                        <Tool
55                                Name="VCMIDLTool"/>
56                        <Tool
[998]57                                Name="VCPostBuildEventTool"
58                                CommandLine="xcopy /Y ..\..\..\..\..\..\NonGTP\Devil\lib\*.dll $(OutDir)"/>
[774]59                        <Tool
60                                Name="VCPreBuildEventTool"/>
61                        <Tool
62                                Name="VCPreLinkEventTool"/>
63                        <Tool
64                                Name="VCResourceCompilerTool"/>
65                        <Tool
66                                Name="VCWebServiceProxyGeneratorTool"/>
67                        <Tool
68                                Name="VCXMLDataGeneratorTool"/>
69                        <Tool
70                                Name="VCWebDeploymentTool"/>
71                        <Tool
72                                Name="VCManagedWrapperGeneratorTool"/>
73                        <Tool
74                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
75                </Configuration>
76                <Configuration
77                        Name="Release|Win32"
78                        OutputDirectory="build\$(ConfigurationName)"
79                        IntermediateDirectory="build\Release"
80                        ConfigurationType="1"
81                        CharacterSet="2">
82                        <Tool
83                                Name="VCCLCompilerTool"
84                                Optimization="0"
[980]85                                AdditionalIncludeDirectories=".\include;..\include;..\..\..\..\..\..\NonGTP\FLTK\include;..\..\..\..\..\..\NonGTP\glut;..\GTGeometry\include;..\GTGeometry\src\libs\vmi\include"
[774]86                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN"
87                                RuntimeLibrary="4"
88                                UsePrecompiledHeader="0"
89                                WarningLevel="0"
90                                Detect64BitPortabilityProblems="FALSE"
91                                DebugInformationFormat="0"
92                                CompileAs="0"/>
93                        <Tool
94                                Name="VCCustomBuildTool"/>
95                        <Tool
96                                Name="VCLinkerTool"
[993]97                                AdditionalDependencies="DevIL.lib ILUT.lib GTGeometry.lib fltk.lib comctl32.lib wsock32.lib glu32.lib opengl32.lib glaux.lib fltk_opengl.lib"
[774]98                                OutputFile="$(OutDir)/GeoTool.exe"
99                                LinkIncremental="1"
100                                SuppressStartupBanner="TRUE"
[993]101                                AdditionalLibraryDirectories="..\..\..\..\..\..\NonGTP\DevIL\lib;..\..\..\..\..\..\NonGTP\FLTK\lib;..\..\..\..\..\..\NonGTP\glut;..\GTGeometry\build\$(ConfigurationName)"
[774]102                                IgnoreDefaultLibraryNames="LIBCMT;LIBCMTD"
103                                GenerateDebugInformation="FALSE"
104                                SubSystem="2"
105                                OptimizeReferences="0"
106                                EnableCOMDATFolding="0"
107                                TargetMachine="1"/>
108                        <Tool
109                                Name="VCMIDLTool"/>
110                        <Tool
[998]111                                Name="VCPostBuildEventTool"
112                                CommandLine="xcopy /Y ..\..\..\..\..\..\NonGTP\Devil\lib\*.dll $(OutDir)"/>
[774]113                        <Tool
114                                Name="VCPreBuildEventTool"/>
115                        <Tool
116                                Name="VCPreLinkEventTool"/>
117                        <Tool
118                                Name="VCResourceCompilerTool"/>
119                        <Tool
120                                Name="VCWebServiceProxyGeneratorTool"/>
121                        <Tool
122                                Name="VCXMLDataGeneratorTool"/>
123                        <Tool
124                                Name="VCWebDeploymentTool"/>
125                        <Tool
126                                Name="VCManagedWrapperGeneratorTool"/>
127                        <Tool
128                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
129                </Configuration>
130        </Configurations>
131        <References>
132        </References>
133        <Files>
134                <Filter
135                        Name="Source Files"
136                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
137                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
138                        <File
139                                RelativePath=".\src\GeoMeshLoader.cpp">
140                        </File>
141                        <File
142                                RelativePath=".\src\GeoMeshSaver.cpp">
143                        </File>
144                        <File
145                                RelativePath=".\src\GeoMeshView.cpp">
146                        </File>
147                        <File
148                                RelativePath=".\src\GeoMeshViewUI.cpp">
149                        </File>
150                        <File
151                                RelativePath=".\src\GeoTool.cpp">
152                        </File>
153                        <File
154                                RelativePath=".\src\GTAboutDialog.cpp">
155                        </File>
156                </Filter>
157                <Filter
158                        Name="Header Files"
159                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
160                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
161                        <File
162                                RelativePath=".\include\GeoMeshLoader.h">
163                        </File>
164                        <File
165                                RelativePath=".\include\GeoMeshSaver.h">
166                        </File>
167                        <File
168                                RelativePath=".\include\GeoMeshView.h">
169                        </File>
170                        <File
171                                RelativePath=".\include\GeoMeshViewUI.h">
172                        </File>
173                        <File
174                                RelativePath=".\include\GTAboutDialog.h">
175                        </File>
176                        <File
177                                RelativePath=".\src\resource.h">
178                        </File>
179                </Filter>
180                <Filter
181                        Name="Resource Files"
182                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
183                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
184                        <File
185                                RelativePath=".\media\logos\GeoIcon.ico">
186                        </File>
187                        <File
188                                RelativePath=".\src\GeoTool.rc">
189                        </File>
190                </Filter>
191        </Files>
192        <Globals>
193        </Globals>
194</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.