1<?xml version="1.0" encoding = "Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.00"
5	Name="xmilltest"
6	ProjectGUID="{7FBA0A55-6F0D-43A6-8CA6-524A4C3EABDD}"
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="..\XMill;..\bzlib;..\zlib;..\ppmdi"
23				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24				MinimalRebuild="TRUE"
25				BasicRuntimeChecks="3"
26				RuntimeLibrary="1"
27				StructMemberAlignment="1"
28				UsePrecompiledHeader="0"
29				BrowseInformation="1"
30				WarningLevel="3"
31				Detect64BitPortabilityProblems="TRUE"
32				DebugInformationFormat="4"/>
33			<Tool
34				Name="VCCustomBuildTool"/>
35			<Tool
36				Name="VCLinkerTool"
37				OutputFile="$(OutDir)/xmilltest.exe"
38				LinkIncremental="2"
39				GenerateDebugInformation="TRUE"
40				ProgramDatabaseFile="$(OutDir)/xmilltest.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="VCWebDeploymentTool"/>
57		</Configuration>
58		<Configuration
59			Name="Release|Win32"
60			OutputDirectory="Release"
61			IntermediateDirectory="Release"
62			ConfigurationType="1"
63			CharacterSet="2">
64			<Tool
65				Name="VCCLCompilerTool"
66				Optimization="2"
67				InlineFunctionExpansion="1"
68				OmitFramePointers="TRUE"
69				AdditionalIncludeDirectories="..\XMill;..\bzlib;..\zlib;..\ppmdi"
70				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
71				StringPooling="TRUE"
72				RuntimeLibrary="0"
73				StructMemberAlignment="1"
74				EnableFunctionLevelLinking="TRUE"
75				UsePrecompiledHeader="3"
76				WarningLevel="3"
77				Detect64BitPortabilityProblems="TRUE"
78				DebugInformationFormat="3"/>
79			<Tool
80				Name="VCCustomBuildTool"/>
81			<Tool
82				Name="VCLinkerTool"
83				OutputFile="$(OutDir)/xmilltest.exe"
84				LinkIncremental="1"
85				GenerateDebugInformation="TRUE"
86				SubSystem="1"
87				OptimizeReferences="2"
88				EnableCOMDATFolding="2"
89				TargetMachine="1"/>
90			<Tool
91				Name="VCMIDLTool"/>
92			<Tool
93				Name="VCPostBuildEventTool"/>
94			<Tool
95				Name="VCPreBuildEventTool"/>
96			<Tool
97				Name="VCPreLinkEventTool"/>
98			<Tool
99				Name="VCResourceCompilerTool"/>
100			<Tool
101				Name="VCWebServiceProxyGeneratorTool"/>
102			<Tool
103				Name="VCWebDeploymentTool"/>
104		</Configuration>
105	</Configurations>
106	<Files>
107		<Filter
108			Name="Source Files"
109			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
110			<File
111				RelativePath="stdafx.cpp">
112				<FileConfiguration
113					Name="Debug|Win32">
114					<Tool
115						Name="VCCLCompilerTool"
116						UsePrecompiledHeader="1"/>
117				</FileConfiguration>
118				<FileConfiguration
119					Name="Release|Win32">
120					<Tool
121						Name="VCCLCompilerTool"
122						UsePrecompiledHeader="1"/>
123				</FileConfiguration>
124			</File>
125			<File
126				RelativePath="testset.cpp">
127			</File>
128			<File
129				RelativePath="xmilltest.cpp">
130			</File>
131		</Filter>
132		<Filter
133			Name="Header Files"
134			Filter="h;hpp;hxx;hm;inl;inc">
135			<File
136				RelativePath="..\XMill\XMillAPI.h">
137			</File>
138			<File
139				RelativePath="stdafx.h">
140			</File>
141			<File
142				RelativePath="testset.h">
143			</File>
144		</Filter>
145		<Filter
146			Name="Resource Files"
147			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
148		</Filter>
149		<File
150			RelativePath="ReadMe.txt">
151		</File>
152	</Files>
153	<Globals>
154	</Globals>
155</VisualStudioProject>
156