1<?xml version="1.0" encoding="windows-1251"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.10"
5	Name="htick"
6	ProjectGUID="{13D2CCA9-2259-4D15-B58F-1A0ABA40B653}"
7	SccProjectName=""
8	SccLocalPath="">
9	<Platforms>
10		<Platform
11			Name="Win32"/>
12	</Platforms>
13	<Configurations>
14		<Configuration
15			Name="Release|Win32"
16			OutputDirectory=".\..\nd_r\bin"
17			IntermediateDirectory=".\..\nd_r\obj\htick"
18			ConfigurationType="1"
19			UseOfMFC="0"
20			ATLMinimizesCRunTimeLibraryUsage="FALSE"
21			CharacterSet="2"
22			WholeProgramOptimization="TRUE">
23			<Tool
24				Name="VCCLCompilerTool"
25				Optimization="1"
26				GlobalOptimizations="TRUE"
27				InlineFunctionExpansion="2"
28				AdditionalIncludeDirectories="..;.\h;..\fidoconf;..\huskylib;..\smapi;..\areafix"
29				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_MAKE_DLL;_WIN32_WINNT=0x0500"
30				StringPooling="TRUE"
31				RuntimeLibrary="2"
32				EnableFunctionLevelLinking="TRUE"
33				DefaultCharIsUnsigned="TRUE"
34				UsePrecompiledHeader="0"
35				PrecompiledHeaderFile=""
36				AssemblerListingLocation=".\..\nd_r\obj\htick/"
37				ObjectFile=".\..\nd_r\obj\htick/"
38				ProgramDataBaseFileName=".\..\nd_r\obj\htick/"
39				BrowseInformation="1"
40				WarningLevel="3"
41				SuppressStartupBanner="TRUE"
42				CompileAs="0"/>
43			<Tool
44				Name="VCCustomBuildTool"/>
45			<Tool
46				Name="VCLinkerTool"
47				AdditionalOptions="/MACHINE:I386"
48				AdditionalDependencies="msvcrt.lib Kernel32.lib smapi.lib fidoconf.lib huskylib.lib areafix.lib"
49				OutputFile=".\..\nd_r\bin/htick.exe"
50				LinkIncremental="1"
51				SuppressStartupBanner="TRUE"
52				AdditionalLibraryDirectories="..\nd_r\lib"
53				IgnoreAllDefaultLibraries="TRUE"
54				ProgramDatabaseFile=".\..\nd_r\bin/htick.pdb"
55				SubSystem="1"/>
56			<Tool
57				Name="VCMIDLTool"
58				TypeLibraryName=".\..\nd_r\bin/htick.tlb"/>
59			<Tool
60				Name="VCPostBuildEventTool"
61				CommandLine="echo Building documentation
62set PATH=%PATH%;F:\compilation\cyg\bin
63sh -c &apos;makeinfo --html --no-split --force doc/htick.texi&apos;
64move /Y  htick.html $(OutDir)
65"/>
66			<Tool
67				Name="VCPreBuildEventTool"/>
68			<Tool
69				Name="VCPreLinkEventTool"/>
70			<Tool
71				Name="VCResourceCompilerTool"
72				PreprocessorDefinitions="NDEBUG"
73				Culture="1049"/>
74			<Tool
75				Name="VCWebServiceProxyGeneratorTool"/>
76			<Tool
77				Name="VCXMLDataGeneratorTool"/>
78			<Tool
79				Name="VCWebDeploymentTool"/>
80			<Tool
81				Name="VCManagedWrapperGeneratorTool"/>
82			<Tool
83				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
84		</Configuration>
85		<Configuration
86			Name="Debug|Win32"
87			OutputDirectory=".\..\nd_d\bin"
88			IntermediateDirectory=".\..\nd_d\obj\htick"
89			ConfigurationType="1"
90			UseOfMFC="0"
91			ATLMinimizesCRunTimeLibraryUsage="FALSE"
92			CharacterSet="2">
93			<Tool
94				Name="VCCLCompilerTool"
95				Optimization="0"
96				AdditionalIncludeDirectories="..;.\h;..\fidoconf;..\huskylib;..\smapi;..\areafix"
97				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_MAKE_DLL;_WIN32_WINNT=0x0400"
98				BasicRuntimeChecks="3"
99				RuntimeLibrary="3"
100				DefaultCharIsUnsigned="TRUE"
101				UsePrecompiledHeader="2"
102				PrecompiledHeaderFile=".\..\nd_d\obj\htick/htick.pch"
103				AssemblerListingLocation=".\..\nd_d\obj\htick/"
104				ObjectFile=".\..\nd_d\obj\htick/"
105				ProgramDataBaseFileName=".\..\nd_d\obj\htick/"
106				BrowseInformation="1"
107				WarningLevel="3"
108				SuppressStartupBanner="TRUE"
109				DebugInformationFormat="4"
110				CompileAs="0"/>
111			<Tool
112				Name="VCCustomBuildTool"/>
113			<Tool
114				Name="VCLinkerTool"
115				AdditionalOptions="/MACHINE:I386"
116				AdditionalDependencies="msvcrtd.lib Kernel32.lib smapi.lib fidoconf.lib huskylib.lib areafix.lib"
117				OutputFile=".\..\nd_d\bin/htick.exe"
118				LinkIncremental="2"
119				SuppressStartupBanner="TRUE"
120				AdditionalLibraryDirectories="..\nd_d\lib"
121				IgnoreAllDefaultLibraries="TRUE"
122				GenerateDebugInformation="TRUE"
123				ProgramDatabaseFile=".\..\nd_d\bin/htick.pdb"
124				SubSystem="1"/>
125			<Tool
126				Name="VCMIDLTool"
127				TypeLibraryName=".\..\nd_d\bin/htick.tlb"/>
128			<Tool
129				Name="VCPostBuildEventTool"/>
130			<Tool
131				Name="VCPreBuildEventTool"/>
132			<Tool
133				Name="VCPreLinkEventTool"/>
134			<Tool
135				Name="VCResourceCompilerTool"
136				PreprocessorDefinitions="_DEBUG"
137				Culture="1049"/>
138			<Tool
139				Name="VCWebServiceProxyGeneratorTool"/>
140			<Tool
141				Name="VCXMLDataGeneratorTool"/>
142			<Tool
143				Name="VCWebDeploymentTool"/>
144			<Tool
145				Name="VCManagedWrapperGeneratorTool"/>
146			<Tool
147				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
148		</Configuration>
149	</Configurations>
150	<References>
151	</References>
152	<Files>
153		<Filter
154			Name="Source Files"
155			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
156			<File
157				RelativePath=".\src\add_desc.c">
158			</File>
159			<File
160				RelativePath=".\src\clean.c">
161			</File>
162			<File
163				RelativePath=".\src\fcommon.c">
164			</File>
165			<File
166				RelativePath=".\src\filecase.c">
167			</File>
168			<File
169				RelativePath=".\src\filelist.c">
170			</File>
171			<File
172				RelativePath=".\src\global.c">
173			</File>
174			<File
175				RelativePath=".\src\hatch.c">
176			</File>
177			<File
178				RelativePath=".\src\htick.c">
179			</File>
180			<File
181				RelativePath="src\htickafix.c">
182			</File>
183			<File
184				RelativePath=".\src\report.c">
185			</File>
186			<File
187				RelativePath=".\src\scan.c">
188			</File>
189			<File
190				RelativePath=".\src\seenby.c">
191			</File>
192			<File
193				RelativePath=".\src\toss.c">
194			</File>
195		</Filter>
196		<Filter
197			Name="Header Files"
198			Filter="h;hpp;hxx;hm;inl">
199			<File
200				RelativePath=".\h\add_desc.h">
201			</File>
202			<File
203				RelativePath=".\h\areafix.h">
204			</File>
205			<File
206				RelativePath=".\h\fcommon.h">
207			</File>
208			<File
209				RelativePath=".\h\filecase.h">
210			</File>
211			<File
212				RelativePath=".\h\filelist.h">
213			</File>
214			<File
215				RelativePath=".\h\global.h">
216			</File>
217			<File
218				RelativePath=".\h\hatch.h">
219			</File>
220			<File
221				RelativePath=".\h\htick.h">
222			</File>
223			<File
224				RelativePath=".\h\report.h">
225			</File>
226			<File
227				RelativePath=".\h\scan.h">
228			</File>
229			<File
230				RelativePath=".\h\seenby.h">
231			</File>
232			<File
233				RelativePath=".\h\toss.h">
234			</File>
235			<File
236				RelativePath=".\h\version.h">
237			</File>
238		</Filter>
239	</Files>
240	<Globals>
241	</Globals>
242</VisualStudioProject>
243