Subversion Repositories gelsvn

Rev

Rev 29 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
26 bj 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="7.10"
5
	Name="IMesh-trimeshtest"
6
	ProjectGUID="{B2FC5C83-0E8B-4E26-87A6-80BCA130DEDB}"
7
	Keyword="Win32Proj">
8
	<Platforms>
9
		<Platform
10
			Name="Win32"/>
11
	</Platforms>
12
	<Configurations>
13
		<Configuration
14
			Name="Debug|Win32"
15
			OutputDirectory="Debug"
16
			IntermediateDirectory="Debug"
17
			ConfigurationType="1"
18
			CharacterSet="2">
19
			<Tool
20
				Name="VCCLCompilerTool"
21
				Optimization="0"
22
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
29 bj 23
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
26 bj 24
				MinimalRebuild="TRUE"
25
				BasicRuntimeChecks="3"
26
				RuntimeLibrary="5"
27
				UsePrecompiledHeader="0"
28
				WarningLevel="3"
29
				Detect64BitPortabilityProblems="TRUE"
30
				DebugInformationFormat="4"/>
31
			<Tool
32
				Name="VCCustomBuildTool"/>
33
			<Tool
34
				Name="VCLinkerTool"
37 bj 35
				AdditionalDependencies="opengl32.lib glut32.lib glui32.lib"
26 bj 36
				OutputFile="$(OutDir)/IMesh-trimeshtest.exe"
37
				LinkIncremental="2"
37 bj 38
				AdditionalLibraryDirectories=""
26 bj 39
				GenerateDebugInformation="TRUE"
40
				ProgramDatabaseFile="$(OutDir)/IMesh-trimeshtest.pdb"
41
				SubSystem="1"
42
				TargetMachine="1"/>
43
			<Tool
44
				Name="VCMIDLTool"/>
45
			<Tool
46
				Name="VCPostBuildEventTool"/>
47
			<Tool
48
				Name="VCPreBuildEventTool"/>
49
			<Tool
50
				Name="VCPreLinkEventTool"/>
51
			<Tool
52
				Name="VCResourceCompilerTool"/>
53
			<Tool
54
				Name="VCWebServiceProxyGeneratorTool"/>
55
			<Tool
56
				Name="VCXMLDataGeneratorTool"/>
57
			<Tool
58
				Name="VCWebDeploymentTool"/>
59
			<Tool
60
				Name="VCManagedWrapperGeneratorTool"/>
61
			<Tool
62
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63
		</Configuration>
64
		<Configuration
65
			Name="Release|Win32"
66
			OutputDirectory="Release"
67
			IntermediateDirectory="Release"
68
			ConfigurationType="1"
69
			CharacterSet="2">
70
			<Tool
71
				Name="VCCLCompilerTool"
72
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
73
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
74
				RuntimeLibrary="4"
75
				UsePrecompiledHeader="0"
76
				WarningLevel="3"
77
				Detect64BitPortabilityProblems="TRUE"
78
				DebugInformationFormat="3"/>
79
			<Tool
80
				Name="VCCustomBuildTool"/>
81
			<Tool
82
				Name="VCLinkerTool"
37 bj 83
				AdditionalDependencies="opengl32.lib glut32.lib glui32.lib"
26 bj 84
				OutputFile="$(OutDir)/IMesh-trimeshtest.exe"
85
				LinkIncremental="1"
37 bj 86
				AdditionalLibraryDirectories=""
26 bj 87
				GenerateDebugInformation="TRUE"
88
				SubSystem="1"
89
				OptimizeReferences="2"
90
				EnableCOMDATFolding="2"
91
				TargetMachine="1"/>
92
			<Tool
93
				Name="VCMIDLTool"/>
94
			<Tool
95
				Name="VCPostBuildEventTool"/>
96
			<Tool
97
				Name="VCPreBuildEventTool"/>
98
			<Tool
99
				Name="VCPreLinkEventTool"/>
100
			<Tool
101
				Name="VCResourceCompilerTool"/>
102
			<Tool
103
				Name="VCWebServiceProxyGeneratorTool"/>
104
			<Tool
105
				Name="VCXMLDataGeneratorTool"/>
106
			<Tool
107
				Name="VCWebDeploymentTool"/>
108
			<Tool
109
				Name="VCManagedWrapperGeneratorTool"/>
110
			<Tool
111
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
112
		</Configuration>
28 bj 113
		<Configuration
114
			Name="Install|Win32"
115
			OutputDirectory="$(ConfigurationName)"
116
			IntermediateDirectory="$(ConfigurationName)"
117
			ConfigurationType="1"
118
			CharacterSet="2">
119
			<Tool
120
				Name="VCCLCompilerTool"
121
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
122
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
123
				RuntimeLibrary="4"
124
				UsePrecompiledHeader="0"
125
				WarningLevel="3"
126
				Detect64BitPortabilityProblems="TRUE"
127
				DebugInformationFormat="3"/>
128
			<Tool
129
				Name="VCCustomBuildTool"/>
130
			<Tool
131
				Name="VCLinkerTool"
37 bj 132
				AdditionalDependencies="opengl32.lib glut32.lib glui32.lib"
28 bj 133
				OutputFile="$(OutDir)/IMesh-trimeshtest.exe"
134
				LinkIncremental="1"
37 bj 135
				AdditionalLibraryDirectories=""
28 bj 136
				GenerateDebugInformation="TRUE"
137
				SubSystem="1"
138
				OptimizeReferences="2"
139
				EnableCOMDATFolding="2"
140
				TargetMachine="1"/>
141
			<Tool
142
				Name="VCMIDLTool"/>
143
			<Tool
144
				Name="VCPostBuildEventTool"/>
145
			<Tool
146
				Name="VCPreBuildEventTool"/>
147
			<Tool
148
				Name="VCPreLinkEventTool"/>
149
			<Tool
150
				Name="VCResourceCompilerTool"/>
151
			<Tool
152
				Name="VCWebServiceProxyGeneratorTool"/>
153
			<Tool
154
				Name="VCXMLDataGeneratorTool"/>
155
			<Tool
156
				Name="VCWebDeploymentTool"/>
157
			<Tool
158
				Name="VCManagedWrapperGeneratorTool"/>
159
			<Tool
160
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
161
		</Configuration>
26 bj 162
	</Configurations>
163
	<References>
164
		<ProjectReference
165
			ReferencedProjectIdentifier="{DF483DEF-5642-4140-BBAE-5DFF5CED69F9}"
166
			Name="CGLA"/>
167
		<ProjectReference
168
			ReferencedProjectIdentifier="{EAAADBA3-79AB-4590-B942-EC86113DA556}"
169
			Name="Graphics"/>
170
		<ProjectReference
171
			ReferencedProjectIdentifier="{5E8D4005-F8FA-4DF9-B2A6-3A70715D0314}"
172
			Name="IMesh"/>
173
		<ProjectReference
174
			ReferencedProjectIdentifier="{8CD93088-79E8-4E83-810C-C506579858F1}"
175
			Name="IMeshUtil"/>
176
		<ProjectReference
177
			ReferencedProjectIdentifier="{E241205D-BFF0-4F82-94D0-6650E6AF97C6}"
178
			Name="Util"/>
179
	</References>
180
	<Files>
181
		<Filter
182
			Name="Source Files"
183
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
184
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
185
			<File
186
				RelativePath=".\trimeshtest.cpp">
187
			</File>
188
		</Filter>
189
		<Filter
190
			Name="Header Files"
191
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
192
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
193
		</Filter>
194
	</Files>
195
	<Globals>
196
	</Globals>
197
</VisualStudioProject>