Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
39 bj 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="7.10"
5
	Name="HMeshUtil"
6
	ProjectGUID="{DED2D723-4DA9-4D41-8089-95966951566B}"
7
	Keyword="Win32Proj">
8
	<Platforms>
9
		<Platform
10
			Name="Win32"/>
11
	</Platforms>
12
	<Configurations>
13
		<Configuration
14
			Name="Debug|Win32"
15
			OutputDirectory="..\..\lib"
16
			IntermediateDirectory="Debug"
17
			ConfigurationType="4"
18
			CharacterSet="2">
19
			<Tool
20
				Name="VCCLCompilerTool"
21
				Optimization="0"
22
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
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"
35
				OutputFile="$(OutDir)/HMeshUtild.lib"
36
				AdditionalLibraryDirectories=""/>
37
			<Tool
38
				Name="VCMIDLTool"/>
39
			<Tool
40
				Name="VCPostBuildEventTool"/>
41
			<Tool
42
				Name="VCPreBuildEventTool"/>
43
			<Tool
44
				Name="VCPreLinkEventTool"/>
45
			<Tool
46
				Name="VCResourceCompilerTool"/>
47
			<Tool
48
				Name="VCWebServiceProxyGeneratorTool"/>
49
			<Tool
50
				Name="VCXMLDataGeneratorTool"/>
51
			<Tool
52
				Name="VCManagedWrapperGeneratorTool"/>
53
			<Tool
54
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
55
		</Configuration>
56
		<Configuration
57
			Name="Release|Win32"
58
			OutputDirectory="..\..\lib"
59
			IntermediateDirectory="Release"
60
			ConfigurationType="4"
61
			CharacterSet="2">
62
			<Tool
63
				Name="VCCLCompilerTool"
64
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
65
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
66
				RuntimeLibrary="4"
67
				UsePrecompiledHeader="0"
68
				WarningLevel="3"
69
				Detect64BitPortabilityProblems="TRUE"
70
				DebugInformationFormat="3"/>
71
			<Tool
72
				Name="VCCustomBuildTool"/>
73
			<Tool
74
				Name="VCLibrarianTool"
75
				OutputFile="$(OutDir)/HMeshUtil.lib"
76
				AdditionalLibraryDirectories=""/>
77
			<Tool
78
				Name="VCMIDLTool"/>
79
			<Tool
80
				Name="VCPostBuildEventTool"/>
81
			<Tool
82
				Name="VCPreBuildEventTool"/>
83
			<Tool
84
				Name="VCPreLinkEventTool"/>
85
			<Tool
86
				Name="VCResourceCompilerTool"/>
87
			<Tool
88
				Name="VCWebServiceProxyGeneratorTool"/>
89
			<Tool
90
				Name="VCXMLDataGeneratorTool"/>
91
			<Tool
92
				Name="VCManagedWrapperGeneratorTool"/>
93
			<Tool
94
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
95
		</Configuration>
96
		<Configuration
97
			Name="Install|Win32"
98
			OutputDirectory="$(GELEXT)\lib\windows"
99
			IntermediateDirectory="$(ConfigurationName)"
100
			ConfigurationType="4"
101
			CharacterSet="2">
102
			<Tool
103
				Name="VCCLCompilerTool"
104
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
105
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
106
				RuntimeLibrary="4"
107
				UsePrecompiledHeader="0"
108
				WarningLevel="3"
109
				Detect64BitPortabilityProblems="TRUE"
110
				DebugInformationFormat="3"/>
111
			<Tool
112
				Name="VCCustomBuildTool"/>
113
			<Tool
114
				Name="VCLibrarianTool"
115
				OutputFile="$(OutDir)/HMeshUtil.lib"
116
				AdditionalLibraryDirectories=""/>
117
			<Tool
118
				Name="VCMIDLTool"/>
119
			<Tool
120
				Name="VCPostBuildEventTool"
121
				CommandLine="xcopy /Y *.h $(GELEXT)include\$(ProjectName)\"/>
122
			<Tool
123
				Name="VCPreBuildEventTool"/>
124
			<Tool
125
				Name="VCPreLinkEventTool"/>
126
			<Tool
127
				Name="VCResourceCompilerTool"/>
128
			<Tool
129
				Name="VCWebServiceProxyGeneratorTool"/>
130
			<Tool
131
				Name="VCXMLDataGeneratorTool"/>
132
			<Tool
133
				Name="VCManagedWrapperGeneratorTool"/>
134
			<Tool
135
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
136
		</Configuration>
137
	</Configurations>
138
	<References>
139
		<ProjectReference
140
			ReferencedProjectIdentifier="{17922B70-84C0-4420-8076-816FFC7F574B}"
141
			Name="Geometry"/>
142
		<ProjectReference
143
			ReferencedProjectIdentifier="{647C5D37-B17E-4697-866B-437DCAF07922}"
144
			Name="HMesh"/>
145
	</References>
146
	<Files>
147
		<Filter
148
			Name="Source Files"
149
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
150
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
151
			<File
152
				RelativePath=".\build_manifold.cpp">
153
			</File>
154
			<File
155
				RelativePath=".\caps_and_needles.cpp">
156
			</File>
157
			<File
158
				RelativePath=".\mesh_optimization.cpp">
159
			</File>
160
			<File
161
				RelativePath=".\obj_save.cpp">
162
			</File>
163
			<File
164
				RelativePath=".\quadric_simplify.cpp">
165
			</File>
166
			<File
167
				RelativePath=".\refine_edges.cpp">
168
			</File>
169
			<File
170
				RelativePath=".\smooth.cpp">
171
			</File>
172
			<File
173
				RelativePath=".\triangulate.cpp">
174
			</File>
175
			<File
176
				RelativePath=".\triangulate_face_order.cpp">
177
			</File>
178
			<File
179
				RelativePath=".\x3d_load.cpp">
180
			</File>
181
			<File
182
				RelativePath=".\x3d_save.cpp">
183
			</File>
184
		</Filter>
185
		<Filter
186
			Name="Header Files"
187
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
188
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
189
			<File
190
				RelativePath=".\build_manifold.h">
191
			</File>
192
			<File
193
				RelativePath=".\caps_and_needles.h">
194
			</File>
195
			<File
196
				RelativePath=".\mesh_optimization.h">
197
			</File>
198
			<File
199
				RelativePath=".\obj_save.h">
200
			</File>
201
			<File
202
				RelativePath=".\quadric_simplify.h">
203
			</File>
204
			<File
205
				RelativePath=".\refine_edges.h">
206
			</File>
207
			<File
208
				RelativePath=".\smooth.h">
209
			</File>
210
			<File
211
				RelativePath=".\triangulate.h">
212
			</File>
213
			<File
214
				RelativePath=".\x3d_load.h">
215
			</File>
216
			<File
217
				RelativePath=".\x3d_save.h">
218
			</File>
219
		</Filter>
220
	</Files>
221
	<Globals>
222
	</Globals>
223
</VisualStudioProject>