Subversion Repositories gelsvn

Rev

Rev 67 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67 Rev 69
Line 1... Line 1...
1
<?xml version="1.0" encoding="Windows-1252"?>
1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
2
<VisualStudioProject
3
	ProjectType="Visual C++"
3
	ProjectType="Visual C++"
4
	Version="7.10"
4
	Version="7.10"
5
	Name="HMesh"
5
	Name="HMesh"
6
	ProjectGUID="{647C5D37-B17E-4697-866B-437DCAF07922}"
6
	ProjectGUID="{A900BFBF-FECA-1BAD-B25A-8A2F08288B36}"
-
 
7
	SccProjectName=""
7
	Keyword="Win32Proj">
8
	SccLocalPath="">
8
	<Platforms>
9
	<Platforms>
9
		<Platform
10
		<Platform
10
			Name="Win32"/>
11
			Name="Win32"/>
11
	</Platforms>
12
	</Platforms>
12
	<Configurations>
13
	<Configurations>
13
		<Configuration
14
		<Configuration
14
			Name="Debug|Win32"
15
			Name="Debug|Win32"
15
			OutputDirectory="..\..\lib"
16
			OutputDirectory="Debug"
16
			IntermediateDirectory="Debug"
17
			IntermediateDirectory="Debug\HMesh"
17
			ConfigurationType="4"
18
			ConfigurationType="4"
-
 
19
			UseOfMFC="0"
-
 
20
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
18
			CharacterSet="2">
21
			CharacterSet="0">
19
			<Tool
22
			<Tool
20
				Name="VCCLCompilerTool"
23
				Name="VCCLCompilerTool"
21
				Optimization="0"
24
				Optimization="0"
22
				AdditionalIncludeDirectories="..\..\src"
25
				AdditionalIncludeDirectories="$(GELEXT)"
23
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
26
				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
24
				MinimalRebuild="TRUE"
27
				MinimalRebuild="FALSE"
-
 
28
				ExceptionHandling="TRUE"
25
				BasicRuntimeChecks="3"
29
				BasicRuntimeChecks="3"
26
				RuntimeLibrary="5"
30
				RuntimeLibrary="3"
27
				UsePrecompiledHeader="0"
31
				BufferSecurityCheck="TRUE"
-
 
32
				EnableFunctionLevelLinking="TRUE"
-
 
33
				TreatWChar_tAsBuiltInType="FALSE"
-
 
34
				ForceConformanceInForLoopScope="TRUE"
-
 
35
				RuntimeTypeInfo="TRUE"
-
 
36
				ProgramDataBaseFileName="Debug\HMeshd.pdb"
28
				WarningLevel="3"
37
				WarningLevel="3"
-
 
38
				SuppressStartupBanner="TRUE"
29
				Detect64BitPortabilityProblems="TRUE"
39
				Detect64BitPortabilityProblems="FALSE"
30
				DebugInformationFormat="4"/>
40
				DebugInformationFormat="3"/>
31
			<Tool
41
			<Tool
32
				Name="VCCustomBuildTool"/>
42
				Name="VCCustomBuildTool"/>
33
			<Tool
43
			<Tool
34
				Name="VCLibrarianTool"
44
				Name="VCLibrarianTool"
35
				OutputFile="$(OutDir)/HMeshd.lib"/>
45
				OutputFile="Debug\HMeshd.lib"
36
			<Tool
-
 
37
				Name="VCMIDLTool"/>
46
				TargetMachine="1"/>
38
			<Tool
47
			<Tool
39
				Name="VCPostBuildEventTool"/>
48
				Name="VCPostBuildEventTool"
-
 
49
			/>
40
			<Tool
50
			<Tool
41
				Name="VCPreBuildEventTool"/>
51
				Name="VCPreBuildEventTool"/>
42
			<Tool
52
			<Tool
43
				Name="VCPreLinkEventTool"/>
53
				Name="VCPreLinkEventTool"/>
44
			<Tool
54
			<Tool
45
				Name="VCResourceCompilerTool"/>
55
				Name="VCResourceCompilerTool"
-
 
56
				PreprocessorDefinitions="_DEBUG"
-
 
57
				Culture="1033"
-
 
58
				AdditionalIncludeDirectories="$(GELEXT)"/>
46
			<Tool
59
			<Tool
47
				Name="VCWebServiceProxyGeneratorTool"/>
60
				Name="VCWebServiceProxyGeneratorTool"/>
48
			<Tool
61
			<Tool
49
				Name="VCXMLDataGeneratorTool"/>
62
				Name="VCWebDeploymentTool"/>
50
			<Tool
-
 
51
				Name="VCManagedWrapperGeneratorTool"/>
-
 
52
			<Tool
-
 
53
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-
 
54
		</Configuration>
63
		</Configuration>
55
		<Configuration
64
		<Configuration
56
			Name="Release|Win32"
65
			Name="Install|Win32"
57
			OutputDirectory="..\..\lib"
66
			OutputDirectory="$(GELEXT)\lib\windows"
58
			IntermediateDirectory="Release"
67
			IntermediateDirectory="Install\HMesh"
59
			ConfigurationType="4"
68
			ConfigurationType="4"
-
 
69
			UseOfMFC="0"
-
 
70
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
60
			CharacterSet="2">
71
			CharacterSet="0">
61
			<Tool
72
			<Tool
62
				Name="VCCLCompilerTool"
73
				Name="VCCLCompilerTool"
-
 
74
				Optimization="3"
63
				AdditionalIncludeDirectories="..\..\src"
75
				AdditionalIncludeDirectories="$(GELEXT)"
64
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
76
				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
-
 
77
				MinimalRebuild="FALSE"
-
 
78
				ExceptionHandling="TRUE"
65
				RuntimeLibrary="4"
79
				RuntimeLibrary="2"
66
				UsePrecompiledHeader="0"
80
				BufferSecurityCheck="TRUE"
-
 
81
				EnableFunctionLevelLinking="TRUE"
-
 
82
				TreatWChar_tAsBuiltInType="FALSE"
-
 
83
				ForceConformanceInForLoopScope="TRUE"
-
 
84
				RuntimeTypeInfo="TRUE"
67
				WarningLevel="3"
85
				WarningLevel="3"
-
 
86
				SuppressStartupBanner="TRUE"
68
				Detect64BitPortabilityProblems="TRUE"
87
				Detect64BitPortabilityProblems="FALSE"
69
				DebugInformationFormat="3"/>
88
				DebugInformationFormat="3"/>
70
			<Tool
89
			<Tool
71
				Name="VCCustomBuildTool"/>
90
				Name="VCCustomBuildTool"/>
72
			<Tool
91
			<Tool
73
				Name="VCLibrarianTool"
92
				Name="VCLibrarianTool"
74
				OutputFile="$(OutDir)/HMesh.lib"/>
93
				OutputFile="$(GELEXT)\lib\windows\HMesh.lib"
75
			<Tool
-
 
76
				Name="VCMIDLTool"/>
94
				TargetMachine="1"/>
77
			<Tool
95
			<Tool
78
				Name="VCPostBuildEventTool"/>
96
				Name="VCPostBuildEventTool"
-
 
97
				CommandLine="runme.bat"
-
 
98
			/>
79
			<Tool
99
			<Tool
80
				Name="VCPreBuildEventTool"/>
100
				Name="VCPreBuildEventTool"/>
81
			<Tool
101
			<Tool
82
				Name="VCPreLinkEventTool"/>
102
				Name="VCPreLinkEventTool"/>
83
			<Tool
103
			<Tool
84
				Name="VCResourceCompilerTool"/>
104
				Name="VCResourceCompilerTool"
-
 
105
				PreprocessorDefinitions="NDEBUG"
-
 
106
				Culture="1033"
-
 
107
				AdditionalIncludeDirectories="$(GELEXT)"/>
85
			<Tool
108
			<Tool
86
				Name="VCWebServiceProxyGeneratorTool"/>
109
				Name="VCWebServiceProxyGeneratorTool"/>
87
			<Tool
110
			<Tool
88
				Name="VCXMLDataGeneratorTool"/>
111
				Name="VCWebDeploymentTool"/>
89
			<Tool
-
 
90
				Name="VCManagedWrapperGeneratorTool"/>
-
 
91
			<Tool
-
 
92
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-
 
93
		</Configuration>
112
		</Configuration>
94
		<Configuration
113
		<Configuration
95
			Name="Install|Win32"
114
			Name="Release|Win32"
96
			OutputDirectory="$(GELEXT)\lib\windows"
115
			OutputDirectory="Release"
97
			IntermediateDirectory="$(ConfigurationName)"
116
			IntermediateDirectory="Release\HMesh"
98
			ConfigurationType="4"
117
			ConfigurationType="4"
-
 
118
			UseOfMFC="0"
-
 
119
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
99
			CharacterSet="2">
120
			CharacterSet="0">
100
			<Tool
121
			<Tool
101
				Name="VCCLCompilerTool"
122
				Name="VCCLCompilerTool"
-
 
123
				Optimization="3"
102
				AdditionalIncludeDirectories="..\..\src"
124
				AdditionalIncludeDirectories="$(GELEXT)"
103
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
125
				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
-
 
126
				MinimalRebuild="FALSE"
-
 
127
				ExceptionHandling="TRUE"
104
				RuntimeLibrary="4"
128
				RuntimeLibrary="2"
105
				UsePrecompiledHeader="0"
129
				BufferSecurityCheck="TRUE"
-
 
130
				EnableFunctionLevelLinking="TRUE"
-
 
131
				TreatWChar_tAsBuiltInType="FALSE"
-
 
132
				ForceConformanceInForLoopScope="TRUE"
-
 
133
				RuntimeTypeInfo="TRUE"
106
				WarningLevel="3"
134
				WarningLevel="3"
-
 
135
				SuppressStartupBanner="TRUE"
107
				Detect64BitPortabilityProblems="TRUE"
136
				Detect64BitPortabilityProblems="FALSE"
108
				DebugInformationFormat="3"/>
137
				DebugInformationFormat="3"/>
109
			<Tool
138
			<Tool
110
				Name="VCCustomBuildTool"/>
139
				Name="VCCustomBuildTool"/>
111
			<Tool
140
			<Tool
112
				Name="VCLibrarianTool"
141
				Name="VCLibrarianTool"
113
				OutputFile="$(OutDir)/HMesh.lib"/>
142
				OutputFile="Release\HMesh.lib"
114
			<Tool
-
 
115
				Name="VCMIDLTool"/>
143
				TargetMachine="1"/>
116
			<Tool
144
			<Tool
117
				Name="VCPostBuildEventTool"
145
				Name="VCPostBuildEventTool"
118
				CommandLine="xcopy /Y *.h $(GELEXT)include\$(ProjectName)\"/>
-
 
-
 
146
			/>
119
			<Tool
147
			<Tool
120
				Name="VCPreBuildEventTool"/>
148
				Name="VCPreBuildEventTool"/>
121
			<Tool
149
			<Tool
122
				Name="VCPreLinkEventTool"/>
150
				Name="VCPreLinkEventTool"/>
123
			<Tool
151
			<Tool
124
				Name="VCResourceCompilerTool"/>
152
				Name="VCResourceCompilerTool"
-
 
153
				PreprocessorDefinitions="NDEBUG"
-
 
154
				Culture="1033"
-
 
155
				AdditionalIncludeDirectories="$(GELEXT)"/>
125
			<Tool
156
			<Tool
126
				Name="VCWebServiceProxyGeneratorTool"/>
157
				Name="VCWebServiceProxyGeneratorTool"/>
127
			<Tool
158
			<Tool
128
				Name="VCXMLDataGeneratorTool"/>
159
				Name="VCWebDeploymentTool"/>
129
			<Tool
-
 
130
				Name="VCManagedWrapperGeneratorTool"/>
-
 
131
			<Tool
-
 
132
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-
 
133
		</Configuration>
160
		</Configuration>
134
	</Configurations>
161
	</Configurations>
135
	<References>
-
 
136
	</References>
-
 
137
	<Files>
162
	<Files>
138
		<Filter
163
		<Filter
139
			Name="Source Files"
164
			Name="Source Files"
140
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
165
			Filter="cpp;cxx;cc;C;c">
141
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
-
 
142
			<File
166
			<File
143
				RelativePath=".\Face.cpp">
167
				RelativePath="Face.cpp">
144
			</File>
168
			</File>
145
			<File
169
			<File
146
				RelativePath=".\HalfEdge.cpp">
170
				RelativePath="HalfEdge.cpp">
147
			</File>
171
			</File>
148
			<File
172
			<File
149
				RelativePath=".\Manifold.cpp">
173
				RelativePath="Manifold.cpp">
150
			</File>
174
			</File>
151
			<File
175
			<File
152
				RelativePath=".\Vertex.cpp">
176
				RelativePath="Vertex.cpp">
153
			</File>
177
			</File>
154
		</Filter>
178
		</Filter>
155
		<Filter
179
		<Filter
156
			Name="Header Files"
180
			Name="Header Files"
157
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
181
			Filter="h;hpp;hxx;hh">
158
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
-
 
159
			<File
182
			<File
160
				RelativePath=".\Face.h">
183
				RelativePath="Face.h">
161
			</File>
184
			</File>
162
			<File
185
			<File
163
				RelativePath=".\FaceCirculator.h">
186
				RelativePath="FaceCirculator.h">
164
			</File>
187
			</File>
165
			<File
188
			<File
166
				RelativePath=".\HalfEdge.h">
189
				RelativePath="HalfEdge.h">
167
			</File>
190
			</File>
168
			<File
191
			<File
169
				RelativePath=".\Manifold.h">
192
				RelativePath="Manifold.h">
170
			</File>
193
			</File>
171
			<File
194
			<File
172
				RelativePath=".\templates.h">
195
				RelativePath="templates.h">
173
			</File>
196
			</File>
174
			<File
197
			<File
175
				RelativePath=".\Vertex.h">
198
				RelativePath="Vertex.h">
176
			</File>
199
			</File>
177
			<File
200
			<File
178
				RelativePath=".\VertexCirculator.h">
201
				RelativePath="VertexCirculator.h">
179
			</File>
202
			</File>
180
		</Filter>
203
		</Filter>
181
	</Files>
204
	</Files>
182
	<Globals>
205
	<Globals>
183
	</Globals>
206
	</Globals>