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

Revision 1014, 6.0 KB checked in by gumbau, 18 years ago (diff)
Line 
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}"
7        RootNamespace="GeoTool"
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"
23                                AdditionalIncludeDirectories=".\include;..\include;..\..\..\..\..\..\NonGTP\FLTK\include;..\..\..\..\..\..\NonGTP\glut;..\GTGeometry\include;..\GTGeometry\src\libs\vmi\include;..\..\..\..\..\..\nongtp\Devil\include"
24                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
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"
42                                AdditionalDependencies="DevIL.lib ILUT.lib fltkd.lib comctl32.lib wsock32.lib GTGeometry_d.lib glu32.lib opengl32.lib glaux.lib fltk_opengl.lib"
43                                OutputFile="$(OutDir)/GeoTool.exe"
44                                LinkIncremental="1"
45                                SuppressStartupBanner="TRUE"
46                                AdditionalLibraryDirectories="..\..\..\..\..\..\NonGTP\DevIL\lib;..\..\..\..\..\..\NonGTP\FLTK\lib;..\..\..\..\..\..\NonGTP\glut;..\GTGeometry\build\$(ConfigurationName)"
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
57                                Name="VCPostBuildEventTool"
58                                CommandLine="xcopy /Y ..\..\..\..\..\..\NonGTP\Devil\lib\*.dll $(OutDir)"/>
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="2"
85                                AdditionalIncludeDirectories=".\include;..\include;..\..\..\..\..\..\NonGTP\FLTK\include;..\..\..\..\..\..\NonGTP\glut;..\GTGeometry\include;..\GTGeometry\src\libs\vmi\include;..\..\..\..\..\..\nongtp\Devil\include"
86                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN"
87                                RuntimeLibrary="4"
88                                BufferSecurityCheck="FALSE"
89                                UsePrecompiledHeader="0"
90                                WarningLevel="0"
91                                Detect64BitPortabilityProblems="FALSE"
92                                DebugInformationFormat="0"
93                                CompileAs="0"/>
94                        <Tool
95                                Name="VCCustomBuildTool"/>
96                        <Tool
97                                Name="VCLinkerTool"
98                                AdditionalDependencies="DevIL.lib ILUT.lib GTGeometry.lib fltk.lib comctl32.lib wsock32.lib glu32.lib opengl32.lib glaux.lib fltk_opengl.lib"
99                                OutputFile="$(OutDir)/GeoTool.exe"
100                                LinkIncremental="1"
101                                SuppressStartupBanner="TRUE"
102                                AdditionalLibraryDirectories="..\..\..\..\..\..\NonGTP\DevIL\lib;..\..\..\..\..\..\NonGTP\FLTK\lib;..\..\..\..\..\..\NonGTP\glut;..\GTGeometry\build\$(ConfigurationName)"
103                                IgnoreDefaultLibraryNames="LIBCMT;LIBCMTD"
104                                GenerateDebugInformation="FALSE"
105                                SubSystem="2"
106                                OptimizeReferences="0"
107                                EnableCOMDATFolding="0"
108                                TargetMachine="1"/>
109                        <Tool
110                                Name="VCMIDLTool"/>
111                        <Tool
112                                Name="VCPostBuildEventTool"
113                                CommandLine="xcopy /Y ..\..\..\..\..\..\NonGTP\Devil\lib\*.dll $(OutDir)"/>
114                        <Tool
115                                Name="VCPreBuildEventTool"/>
116                        <Tool
117                                Name="VCPreLinkEventTool"/>
118                        <Tool
119                                Name="VCResourceCompilerTool"/>
120                        <Tool
121                                Name="VCWebServiceProxyGeneratorTool"/>
122                        <Tool
123                                Name="VCXMLDataGeneratorTool"/>
124                        <Tool
125                                Name="VCWebDeploymentTool"/>
126                        <Tool
127                                Name="VCManagedWrapperGeneratorTool"/>
128                        <Tool
129                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
130                </Configuration>
131        </Configurations>
132        <References>
133        </References>
134        <Files>
135                <Filter
136                        Name="Source Files"
137                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
138                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
139                        <File
140                                RelativePath=".\src\GeoMeshLoader.cpp">
141                        </File>
142                        <File
143                                RelativePath=".\src\GeoMeshSaver.cpp">
144                        </File>
145                        <File
146                                RelativePath=".\src\GeoMeshView.cpp">
147                        </File>
148                        <File
149                                RelativePath=".\src\GeoMeshViewUI.cpp">
150                        </File>
151                        <File
152                                RelativePath=".\src\GeoTool.cpp">
153                        </File>
154                        <File
155                                RelativePath=".\src\GTAboutDialog.cpp">
156                        </File>
157                </Filter>
158                <Filter
159                        Name="Header Files"
160                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
161                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
162                        <File
163                                RelativePath=".\include\GeoMeshLoader.h">
164                        </File>
165                        <File
166                                RelativePath=".\include\GeoMeshSaver.h">
167                        </File>
168                        <File
169                                RelativePath=".\include\GeoMeshView.h">
170                        </File>
171                        <File
172                                RelativePath=".\include\GeoMeshViewUI.h">
173                        </File>
174                        <File
175                                RelativePath=".\include\GTAboutDialog.h">
176                        </File>
177                        <File
178                                RelativePath=".\src\resource.h">
179                        </File>
180                </Filter>
181                <Filter
182                        Name="Resource Files"
183                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
184                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
185                        <File
186                                RelativePath=".\media\logos\GeoIcon.ico">
187                        </File>
188                        <File
189                                RelativePath=".\src\GeoTool.rc">
190                        </File>
191                </Filter>
192        </Files>
193        <Globals>
194        </Globals>
195</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.