Subversion Repositories gelsvn

Rev

Rev 111 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
111 bj 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
178 bj 3
    ProjectType="Visual C++"
4
    Version="7.10"
5
    Name="OBJViewer"
6
    ProjectGUID="{BFF4868C-FECA-1BAD-0000-000039657FEB}"
7
    SccProjectName=""
8
    SccLocalPath="">
9
    <Platforms>
10
        <Platform
11
            Name="Win32"/>
12
    </Platforms>
13
    <Configurations>
14
        <Configuration
15
            Name="Release|Win32"
16
            OutputDirectory="../../bin"
17
            IntermediateDirectory="Release\OBJViewer"
18
            ConfigurationType="1"
19
            UseOfMFC="0"
20
            ATLMinimizesCRunTimeLibraryUsage="FALSE"
21
            CharacterSet="0"
22
            >
23
            <Tool
24
                Name="VCCLCompilerTool"
25
                Optimization="3"
26
                AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
27
                PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
28
                MinimalRebuild="FALSE"
29
                ExceptionHandling="TRUE"
30
                RuntimeLibrary="0"
31
                BufferSecurityCheck="TRUE"
32
                EnableFunctionLevelLinking="TRUE"
33
                TreatWChar_tAsBuiltInType="TRUE"
34
                ForceConformanceInForLoopScope="TRUE"
35
                RuntimeTypeInfo="TRUE"
36
                WarningLevel="3"
37
                SuppressStartupBanner="TRUE"
38
                Detect64BitPortabilityProblems="FALSE"
39
                DebugInformationFormat="3"/>
40
            <Tool
41
                Name="VCCustomBuildTool"/>
42
            <Tool
43
                Name="VCLinkerTool"
44
                AdditionalDependencies="HMesh.lib GLGraphics.lib Geometry.lib LinAlg.lib Util.lib CGLA.lib ILU.lib ILUT.lib DevIL.lib Glui32.lib"
45
                OutputFile="$(OutDir)\$(ProjectName).exe"
46
                LinkIncremental="1"
47
                SuppressStartupBanner="TRUE"
48
                AdditionalLibraryDirectories=".;..\..\lib;$(GELEXT)\lib\windows"
49
                IgnoreDefaultLibraryNames="LIBC; LIBCD"
50
                GenerateDebugInformation="TRUE"
51
                SubSystem="1"
52
                OptimizeReferences="2"
53
                EnableCOMDATFolding="2"
54
                TargetMachine="1"/>
55
            <Tool
56
                Name="VCPostBuildEventTool"
57
            />
58
            <Tool
59
                Name="VCPreBuildEventTool"
60
            />
61
            <Tool
62
                Name="VCPreLinkEventTool"/>
63
            <Tool
64
                Name="VCResourceCompilerTool"
65
                PreprocessorDefinitions="NDEBUG"
66
                Culture="1033"
67
                AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"/>
68
            <Tool
69
                Name="VCWebServiceProxyGeneratorTool"/>
70
            <Tool
71
                Name="VCWebDeploymentTool"/>
72
        </Configuration>
73
        <Configuration
74
            Name="Debug|Win32"
75
            OutputDirectory="../../bin"
76
            IntermediateDirectory="Debug\OBJViewer"
77
            ConfigurationType="1"
78
            UseOfMFC="0"
79
            ATLMinimizesCRunTimeLibraryUsage="FALSE"
80
            CharacterSet="0"
81
            >
82
            <Tool
83
                Name="VCCLCompilerTool"
84
                Optimization="0"
85
                AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
86
                PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
87
                MinimalRebuild="FALSE"
88
                ExceptionHandling="TRUE"
89
                BasicRuntimeChecks="3"
90
                RuntimeLibrary="1"
91
                BufferSecurityCheck="TRUE"
92
                EnableFunctionLevelLinking="TRUE"
93
                TreatWChar_tAsBuiltInType="TRUE"
94
                ForceConformanceInForLoopScope="TRUE"
95
                RuntimeTypeInfo="TRUE"
96
                ProgramDataBaseFileName="Debug\OBJViewer/"
97
                WarningLevel="3"
98
                SuppressStartupBanner="TRUE"
99
                Detect64BitPortabilityProblems="FALSE"
100
                DebugInformationFormat="3"/>
101
            <Tool
102
                Name="VCCustomBuildTool"/>
103
            <Tool
104
                Name="VCLinkerTool"
105
                AdditionalDependencies="HMeshd.lib GLGraphicsd.lib Geometryd.lib LinAlgd.lib Utild.lib CGLAd.lib ILU.lib ILUT.lib DevIL.lib Glui32.lib"
106
                OutputFile="$(OutDir)\$(ProjectName)d.exe"
107
                LinkIncremental="1"
108
                SuppressStartupBanner="TRUE"
109
                AdditionalLibraryDirectories=".;..\..\lib;$(GELEXT)\lib\windows"
110
                IgnoreDefaultLibraryNames="LIBCD"
111
                GenerateDebugInformation="TRUE"
112
                SubSystem="1"
113
                TargetMachine="1"/>
114
            <Tool
115
                Name="VCPostBuildEventTool"
116
            />
117
            <Tool
118
                Name="VCPreBuildEventTool"
119
            />
120
            <Tool
121
                Name="VCPreLinkEventTool"/>
122
            <Tool
123
                Name="VCResourceCompilerTool"
124
                PreprocessorDefinitions="_DEBUG"
125
                Culture="1033"
126
                AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"/>
127
            <Tool
128
                Name="VCWebServiceProxyGeneratorTool"/>
129
            <Tool
130
                Name="VCWebDeploymentTool"/>
131
        </Configuration>
132
        <Configuration
133
            Name="Install|Win32"
134
            OutputDirectory="$(GELEXT)\bin"
135
            IntermediateDirectory="Install\OBJViewer"
136
            ConfigurationType="1"
137
            UseOfMFC="0"
138
            ATLMinimizesCRunTimeLibraryUsage="FALSE"
139
            CharacterSet="0"
140
            >
141
            <Tool
142
                Name="VCCLCompilerTool"
143
                Optimization="3"
144
                AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
145
                PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
146
                MinimalRebuild="FALSE"
147
                ExceptionHandling="TRUE"
148
                RuntimeLibrary="0"
149
                BufferSecurityCheck="TRUE"
150
                EnableFunctionLevelLinking="TRUE"
151
                TreatWChar_tAsBuiltInType="TRUE"
152
                ForceConformanceInForLoopScope="TRUE"
153
                RuntimeTypeInfo="TRUE"
154
                WarningLevel="3"
155
                SuppressStartupBanner="TRUE"
156
                Detect64BitPortabilityProblems="FALSE"
157
                DebugInformationFormat="3"/>
158
            <Tool
159
                Name="VCCustomBuildTool"/>
160
            <Tool
161
                Name="VCLinkerTool"
162
                AdditionalDependencies="HMesh.lib GLGraphics.lib Geometry.lib LinAlg.lib Util.lib CGLA.lib ILU.lib ILUT.lib DevIL.lib Glui32.lib"
163
                OutputFile="$(OutDir)\$(ProjectName).exe"
164
                LinkIncremental="1"
165
                SuppressStartupBanner="TRUE"
166
                AdditionalLibraryDirectories=".;..\..\lib;$(GELEXT)\lib\windows"
167
                IgnoreDefaultLibraryNames="LIBC; LIBCD"
168
                GenerateDebugInformation="TRUE"
169
                SubSystem="1"
170
                OptimizeReferences="2"
171
                EnableCOMDATFolding="2"
172
                TargetMachine="1"/>
173
            <Tool
174
                Name="VCPostBuildEventTool"
175
            />
176
            <Tool
177
                Name="VCPreBuildEventTool"
178
            />
179
            <Tool
180
                Name="VCPreLinkEventTool"/>
181
            <Tool
182
                Name="VCResourceCompilerTool"
183
                PreprocessorDefinitions="NDEBUG"
184
                Culture="1033"
185
                AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"/>
186
            <Tool
187
                Name="VCWebServiceProxyGeneratorTool"/>
188
            <Tool
189
                Name="VCWebDeploymentTool"/>
190
        </Configuration>
191
    </Configurations>
192
    <Files>
193
        <Filter
194
            Name="Source Files"
195
            Filter="cpp;cxx;cc;C;c">
196
            <File
197
                RelativePath="objview.cpp">
198
            </File>
199
        </Filter>
200
    </Files>
201
    <Globals>
202
    </Globals>
111 bj 203
</VisualStudioProject>