1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9,00"
5	Name="pblListTest"
6	ProjectGUID="{1A81F089-BE97-4DF0-8417-730E4BE9E676}"
7	TargetFrameworkVersion="0"
8	>
9	<Platforms>
10		<Platform
11			Name="Win32"
12		/>
13	</Platforms>
14	<ToolFiles>
15	</ToolFiles>
16	<Configurations>
17		<Configuration
18			Name="Debug mt static|Win32"
19			OutputDirectory=".\winbuild\debugbin"
20			IntermediateDirectory=".\winbuild\debugtmp"
21			ConfigurationType="1"
22			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
23			UseOfMFC="0"
24			ATLMinimizesCRunTimeLibraryUsage="false"
25			>
26			<Tool
27				Name="VCPreBuildEventTool"
28			/>
29			<Tool
30				Name="VCCustomBuildTool"
31			/>
32			<Tool
33				Name="VCXMLDataGeneratorTool"
34			/>
35			<Tool
36				Name="VCWebServiceProxyGeneratorTool"
37			/>
38			<Tool
39				Name="VCMIDLTool"
40				TypeLibraryName=".\winbuild\debugbin/pbliftstdeb.tlb"
41				HeaderFileName=""
42			/>
43			<Tool
44				Name="VCCLCompilerTool"
45				Optimization="0"
46				PreprocessorDefinitions="DEBUG;WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
47				RuntimeLibrary="1"
48				PrecompiledHeaderFile=".\winbuild\debugtmp/pbliftstdeb.pch"
49				AssemblerListingLocation=".\winbuild\debugtmp/"
50				ObjectFile=".\winbuild\debugtmp/"
51				ProgramDataBaseFileName=".\winbuild\debugtmp/"
52				WarningLevel="3"
53				SuppressStartupBanner="true"
54				DebugInformationFormat="3"
55				CompileAs="1"
56			/>
57			<Tool
58				Name="VCManagedResourceCompilerTool"
59			/>
60			<Tool
61				Name="VCResourceCompilerTool"
62				PreprocessorDefinitions="NDEBUG"
63				Culture="1033"
64			/>
65			<Tool
66				Name="VCPreLinkEventTool"
67			/>
68			<Tool
69				Name="VCLinkerTool"
70				AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
71				OutputFile="winbuild\debugbin\pbliftst.exe"
72				LinkIncremental="1"
73				SuppressStartupBanner="true"
74				GenerateDebugInformation="true"
75				ProgramDatabaseFile=".\winbuild\debugbin/pbliftst.pdb"
76				SubSystem="1"
77				RandomizedBaseAddress="1"
78				DataExecutionPrevention="0"
79				TargetMachine="1"
80			/>
81			<Tool
82				Name="VCALinkTool"
83			/>
84			<Tool
85				Name="VCManifestTool"
86			/>
87			<Tool
88				Name="VCXDCMakeTool"
89			/>
90			<Tool
91				Name="VCBscMakeTool"
92				SuppressStartupBanner="true"
93				OutputFile=".\winbuild\debugbin/pbliftstdeb.bsc"
94			/>
95			<Tool
96				Name="VCFxCopTool"
97			/>
98			<Tool
99				Name="VCAppVerifierTool"
100			/>
101			<Tool
102				Name="VCPostBuildEventTool"
103			/>
104		</Configuration>
105	</Configurations>
106	<References>
107	</References>
108	<Files>
109		<Filter
110			Name="Source Files"
111			Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
112			>
113			<File
114				RelativePath="pbl.c"
115				>
116				<FileConfiguration
117					Name="Debug mt static|Win32"
118					>
119					<Tool
120						Name="VCCLCompilerTool"
121						PreprocessorDefinitions=""
122					/>
123				</FileConfiguration>
124			</File>
125			<File
126				RelativePath=".\pblCollection.c"
127				>
128			</File>
129			<File
130				RelativePath="pblhash.c"
131				>
132				<FileConfiguration
133					Name="Debug mt static|Win32"
134					>
135					<Tool
136						Name="VCCLCompilerTool"
137						PreprocessorDefinitions=""
138					/>
139				</FileConfiguration>
140			</File>
141			<File
142				RelativePath="pblisam.c"
143				>
144				<FileConfiguration
145					Name="Debug mt static|Win32"
146					>
147					<Tool
148						Name="VCCLCompilerTool"
149						PreprocessorDefinitions=""
150					/>
151				</FileConfiguration>
152			</File>
153			<File
154				RelativePath=".\pblIterator.c"
155				>
156			</File>
157			<File
158				RelativePath="pblkf.c"
159				>
160				<FileConfiguration
161					Name="Debug mt static|Win32"
162					>
163					<Tool
164						Name="VCCLCompilerTool"
165						PreprocessorDefinitions=""
166					/>
167				</FileConfiguration>
168			</File>
169			<File
170				RelativePath=".\pblList.c"
171				>
172			</File>
173			<File
174				RelativePath=".\pblListTest.c"
175				>
176			</File>
177			<File
178				RelativePath=".\pblSet.c"
179				>
180			</File>
181		</Filter>
182		<Filter
183			Name="Header Files"
184			Filter="h;hpp;hxx;hm;inl;fi;fd"
185			>
186			<File
187				RelativePath="pbl.h"
188				>
189			</File>
190		</Filter>
191		<Filter
192			Name="Resource Files"
193			Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
194			>
195		</Filter>
196	</Files>
197	<Globals>
198	</Globals>
199</VisualStudioProject>
200