Subversion Repositories gelsvn

Rev

Rev 26 | Go to most recent revision | 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"
6
	ProjectGUID="{5E8D4005-F8FA-4DF9-B2A6-3A70715D0314}"
7
	Keyword="Win32Proj">
8
	<Platforms>
9
		<Platform
10
			Name="Win32"/>
11
	</Platforms>
12
	<Configurations>
13
		<Configuration
14
			Name="Debug|Win32"
28 bj 15
			OutputDirectory="..\..\lib"
26 bj 16
			IntermediateDirectory="Debug"
17
			ConfigurationType="4"
18
			CharacterSet="2">
19
			<Tool
20
				Name="VCCLCompilerTool"
21
				Optimization="0"
22
				AdditionalIncludeDirectories="..\..\src"
23
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
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="VCLibrarianTool"
28 bj 35
				OutputFile="$(OutDir)/IMeshd.lib"/>
26 bj 36
			<Tool
37
				Name="VCMIDLTool"/>
38
			<Tool
39
				Name="VCPostBuildEventTool"/>
40
			<Tool
41
				Name="VCPreBuildEventTool"/>
42
			<Tool
43
				Name="VCPreLinkEventTool"/>
44
			<Tool
45
				Name="VCResourceCompilerTool"/>
46
			<Tool
47
				Name="VCWebServiceProxyGeneratorTool"/>
48
			<Tool
49
				Name="VCXMLDataGeneratorTool"/>
50
			<Tool
51
				Name="VCManagedWrapperGeneratorTool"/>
52
			<Tool
53
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
54
		</Configuration>
55
		<Configuration
56
			Name="Release|Win32"
28 bj 57
			OutputDirectory="..\..\lib"
26 bj 58
			IntermediateDirectory="Release"
59
			ConfigurationType="4"
60
			CharacterSet="2">
61
			<Tool
62
				Name="VCCLCompilerTool"
63
				AdditionalIncludeDirectories="..\..\src"
64
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
65
				RuntimeLibrary="4"
66
				UsePrecompiledHeader="0"
67
				WarningLevel="3"
68
				Detect64BitPortabilityProblems="TRUE"
69
				DebugInformationFormat="3"/>
70
			<Tool
71
				Name="VCCustomBuildTool"/>
72
			<Tool
73
				Name="VCLibrarianTool"
74
				OutputFile="$(OutDir)/IMesh.lib"/>
75
			<Tool
76
				Name="VCMIDLTool"/>
77
			<Tool
78
				Name="VCPostBuildEventTool"/>
79
			<Tool
80
				Name="VCPreBuildEventTool"/>
81
			<Tool
82
				Name="VCPreLinkEventTool"/>
83
			<Tool
84
				Name="VCResourceCompilerTool"/>
85
			<Tool
86
				Name="VCWebServiceProxyGeneratorTool"/>
87
			<Tool
88
				Name="VCXMLDataGeneratorTool"/>
89
			<Tool
90
				Name="VCManagedWrapperGeneratorTool"/>
91
			<Tool
92
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
93
		</Configuration>
28 bj 94
		<Configuration
95
			Name="Install|Win32"
96
			OutputDirectory="$(GELEXT)\lib\windows"
97
			IntermediateDirectory="$(ConfigurationName)"
98
			ConfigurationType="4"
99
			CharacterSet="2">
100
			<Tool
101
				Name="VCCLCompilerTool"
102
				AdditionalIncludeDirectories="..\..\src"
103
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
104
				RuntimeLibrary="4"
105
				UsePrecompiledHeader="0"
106
				WarningLevel="3"
107
				Detect64BitPortabilityProblems="TRUE"
108
				DebugInformationFormat="3"/>
109
			<Tool
110
				Name="VCCustomBuildTool"/>
111
			<Tool
112
				Name="VCLibrarianTool"
113
				OutputFile="$(OutDir)/IMesh.lib"/>
114
			<Tool
115
				Name="VCMIDLTool"/>
116
			<Tool
117
				Name="VCPostBuildEventTool"
118
				CommandLine="xcopy /Y *.h $(GELEXT)include\$(ProjectName)\"/>
119
			<Tool
120
				Name="VCPreBuildEventTool"/>
121
			<Tool
122
				Name="VCPreLinkEventTool"/>
123
			<Tool
124
				Name="VCResourceCompilerTool"/>
125
			<Tool
126
				Name="VCWebServiceProxyGeneratorTool"/>
127
			<Tool
128
				Name="VCXMLDataGeneratorTool"/>
129
			<Tool
130
				Name="VCManagedWrapperGeneratorTool"/>
131
			<Tool
132
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
133
		</Configuration>
26 bj 134
	</Configurations>
135
	<References>
136
		<ProjectReference
137
			ReferencedProjectIdentifier="{DF483DEF-5642-4140-BBAE-5DFF5CED69F9}"
138
			Name="CGLA"/>
139
	</References>
140
	<Files>
141
		<Filter
142
			Name="Source Files"
143
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
144
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
145
			<File
146
				RelativePath=".\compute_normals.cpp">
147
			</File>
148
			<File
149
				RelativePath=".\TriMesh.cpp">
150
			</File>
151
			<File
152
				RelativePath=".\TriMeshBuilder.cpp">
153
			</File>
154
		</Filter>
155
		<Filter
156
			Name="Header Files"
157
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
158
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
159
			<File
160
				RelativePath=".\AttrVec.h">
161
			</File>
162
			<File
163
				RelativePath=".\TriMesh.h">
164
			</File>
165
			<File
166
				RelativePath=".\TriMeshBuilder.h">
167
			</File>
168
		</Filter>
169
	</Files>
170
	<Globals>
171
	</Globals>
172
</VisualStudioProject>