1<?xml version="1.0" encoding = "Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.00"
5	Name="test"
6	ProjectGUID="{27987C13-6147-48FE-AA21-B2175451AA13}"
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="d:\sf\vcg\;d:\sf;d:\sf\vcg\simplex;"
23				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
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"
35				OutputFile="$(OutDir)/test.exe"
36				LinkIncremental="2"
37				GenerateDebugInformation="TRUE"
38				ProgramDatabaseFile="$(OutDir)/test.pdb"
39				SubSystem="1"
40				TargetMachine="1"/>
41			<Tool
42				Name="VCMIDLTool"/>
43			<Tool
44				Name="VCPostBuildEventTool"/>
45			<Tool
46				Name="VCPreBuildEventTool"/>
47			<Tool
48				Name="VCPreLinkEventTool"/>
49			<Tool
50				Name="VCResourceCompilerTool"/>
51			<Tool
52				Name="VCWebServiceProxyGeneratorTool"/>
53			<Tool
54				Name="VCWebDeploymentTool"/>
55		</Configuration>
56		<Configuration
57			Name="Release|Win32"
58			OutputDirectory="Release"
59			IntermediateDirectory="Release"
60			ConfigurationType="1"
61			CharacterSet="2">
62			<Tool
63				Name="VCCLCompilerTool"
64				Optimization="2"
65				InlineFunctionExpansion="1"
66				OmitFramePointers="TRUE"
67				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
68				StringPooling="TRUE"
69				RuntimeLibrary="4"
70				EnableFunctionLevelLinking="TRUE"
71				UsePrecompiledHeader="0"
72				WarningLevel="3"
73				Detect64BitPortabilityProblems="TRUE"
74				DebugInformationFormat="3"/>
75			<Tool
76				Name="VCCustomBuildTool"/>
77			<Tool
78				Name="VCLinkerTool"
79				OutputFile="$(OutDir)/test.exe"
80				LinkIncremental="1"
81				GenerateDebugInformation="TRUE"
82				SubSystem="1"
83				OptimizeReferences="2"
84				EnableCOMDATFolding="2"
85				TargetMachine="1"/>
86			<Tool
87				Name="VCMIDLTool"/>
88			<Tool
89				Name="VCPostBuildEventTool"/>
90			<Tool
91				Name="VCPreBuildEventTool"/>
92			<Tool
93				Name="VCPreLinkEventTool"/>
94			<Tool
95				Name="VCResourceCompilerTool"/>
96			<Tool
97				Name="VCWebServiceProxyGeneratorTool"/>
98			<Tool
99				Name="VCWebDeploymentTool"/>
100		</Configuration>
101	</Configurations>
102	<Files>
103		<Filter
104			Name="Source Files"
105			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
106			<File
107				RelativePath="test.cpp">
108			</File>
109		</Filter>
110		<Filter
111			Name="Header Files"
112			Filter="h;hpp;hxx;hm;inl;inc">
113			<File
114				RelativePath="..\..\..\..\vcg\complex\tetramesh\update\allocate.h">
115			</File>
116			<File
117				RelativePath="..\..\..\..\vcg\simplex\tetrahedron\base.h">
118			</File>
119			<File
120				RelativePath="..\..\..\..\vcg\complex\tetramesh\base.h">
121			</File>
122			<File
123				RelativePath="myclasses.h">
124			</File>
125			<File
126				RelativePath="..\..\..\..\vcg\space\tetra4.h">
127			</File>
128			<File
129				RelativePath="..\..\..\..\vcg\complex\tetramesh\update\topology.h">
130			</File>
131			<File
132				RelativePath="..\..\..\..\vcg\complex\tetramesh\update\triconvert.h">
133			</File>
134		</Filter>
135		<Filter
136			Name="Resource Files"
137			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
138		</Filter>
139	</Files>
140	<Globals>
141	</Globals>
142</VisualStudioProject>
143