1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="MSVCUnitTest"
6	ProjectGUID="{79729949-F144-4098-BFE9-B6320E6AC3F6}"
7	Keyword="Win32Proj"
8	TargetFrameworkVersion="131072"
9	>
10	<Platforms>
11		<Platform
12			Name="Win32"
13		/>
14	</Platforms>
15	<ToolFiles>
16	</ToolFiles>
17	<Configurations>
18		<Configuration
19			Name="Debug|Win32"
20			OutputDirectory="Debug"
21			IntermediateDirectory="Debug"
22			ConfigurationType="1"
23			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
24			CharacterSet="2"
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			/>
41			<Tool
42				Name="VCCLCompilerTool"
43				Optimization="0"
44				AdditionalIncludeDirectories="../../include"
45				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
46				MinimalRebuild="true"
47				BasicRuntimeChecks="3"
48				RuntimeLibrary="1"
49				BufferSecurityCheck="true"
50				TreatWChar_tAsBuiltInType="true"
51				ForceConformanceInForLoopScope="true"
52				RuntimeTypeInfo="true"
53				UsePrecompiledHeader="0"
54				WarningLevel="4"
55				Detect64BitPortabilityProblems="false"
56				DebugInformationFormat="4"
57			/>
58			<Tool
59				Name="VCManagedResourceCompilerTool"
60			/>
61			<Tool
62				Name="VCResourceCompilerTool"
63			/>
64			<Tool
65				Name="VCPreLinkEventTool"
66			/>
67			<Tool
68				Name="VCLinkerTool"
69				OutputFile="$(OutDir)/UnitTest.exe"
70				LinkIncremental="2"
71				GenerateDebugInformation="true"
72				ProgramDatabaseFile="$(OutDir)/UnitTest.pdb"
73				SubSystem="1"
74				RandomizedBaseAddress="1"
75				DataExecutionPrevention="0"
76				TargetMachine="1"
77			/>
78			<Tool
79				Name="VCALinkTool"
80			/>
81			<Tool
82				Name="VCManifestTool"
83			/>
84			<Tool
85				Name="VCXDCMakeTool"
86			/>
87			<Tool
88				Name="VCBscMakeTool"
89			/>
90			<Tool
91				Name="VCFxCopTool"
92			/>
93			<Tool
94				Name="VCAppVerifierTool"
95			/>
96			<Tool
97				Name="VCPostBuildEventTool"
98			/>
99		</Configuration>
100		<Configuration
101			Name="Release|Win32"
102			OutputDirectory="Release"
103			IntermediateDirectory="Release"
104			ConfigurationType="1"
105			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
106			CharacterSet="2"
107			>
108			<Tool
109				Name="VCPreBuildEventTool"
110			/>
111			<Tool
112				Name="VCCustomBuildTool"
113			/>
114			<Tool
115				Name="VCXMLDataGeneratorTool"
116			/>
117			<Tool
118				Name="VCWebServiceProxyGeneratorTool"
119			/>
120			<Tool
121				Name="VCMIDLTool"
122			/>
123			<Tool
124				Name="VCCLCompilerTool"
125				Optimization="2"
126				InlineFunctionExpansion="1"
127				OmitFramePointers="true"
128				AdditionalIncludeDirectories="../../include"
129				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
130				StringPooling="true"
131				RuntimeLibrary="2"
132				EnableFunctionLevelLinking="true"
133				UsePrecompiledHeader="0"
134				WarningLevel="4"
135				Detect64BitPortabilityProblems="false"
136				DebugInformationFormat="3"
137			/>
138			<Tool
139				Name="VCManagedResourceCompilerTool"
140			/>
141			<Tool
142				Name="VCResourceCompilerTool"
143			/>
144			<Tool
145				Name="VCPreLinkEventTool"
146			/>
147			<Tool
148				Name="VCLinkerTool"
149				OutputFile="$(OutDir)/UnitTest.exe"
150				LinkIncremental="1"
151				GenerateDebugInformation="true"
152				SubSystem="1"
153				OptimizeReferences="2"
154				EnableCOMDATFolding="2"
155				RandomizedBaseAddress="1"
156				DataExecutionPrevention="0"
157				TargetMachine="1"
158			/>
159			<Tool
160				Name="VCALinkTool"
161			/>
162			<Tool
163				Name="VCManifestTool"
164			/>
165			<Tool
166				Name="VCXDCMakeTool"
167			/>
168			<Tool
169				Name="VCBscMakeTool"
170			/>
171			<Tool
172				Name="VCFxCopTool"
173			/>
174			<Tool
175				Name="VCAppVerifierTool"
176			/>
177			<Tool
178				Name="VCPostBuildEventTool"
179			/>
180		</Configuration>
181		<Configuration
182			Name="Release_MultiThreaded|Win32"
183			OutputDirectory="$(ConfigurationName)"
184			IntermediateDirectory="$(ConfigurationName)"
185			ConfigurationType="1"
186			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
187			CharacterSet="2"
188			>
189			<Tool
190				Name="VCPreBuildEventTool"
191			/>
192			<Tool
193				Name="VCCustomBuildTool"
194			/>
195			<Tool
196				Name="VCXMLDataGeneratorTool"
197			/>
198			<Tool
199				Name="VCWebServiceProxyGeneratorTool"
200			/>
201			<Tool
202				Name="VCMIDLTool"
203			/>
204			<Tool
205				Name="VCCLCompilerTool"
206				Optimization="2"
207				InlineFunctionExpansion="1"
208				OmitFramePointers="true"
209				AdditionalIncludeDirectories="../../include"
210				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
211				StringPooling="true"
212				RuntimeLibrary="2"
213				EnableFunctionLevelLinking="true"
214				UsePrecompiledHeader="0"
215				WarningLevel="4"
216				Detect64BitPortabilityProblems="false"
217				DebugInformationFormat="3"
218			/>
219			<Tool
220				Name="VCManagedResourceCompilerTool"
221			/>
222			<Tool
223				Name="VCResourceCompilerTool"
224			/>
225			<Tool
226				Name="VCPreLinkEventTool"
227			/>
228			<Tool
229				Name="VCLinkerTool"
230				OutputFile="$(OutDir)/UnitTest.exe"
231				LinkIncremental="1"
232				GenerateDebugInformation="true"
233				SubSystem="1"
234				OptimizeReferences="2"
235				EnableCOMDATFolding="2"
236				RandomizedBaseAddress="1"
237				DataExecutionPrevention="0"
238				TargetMachine="1"
239			/>
240			<Tool
241				Name="VCALinkTool"
242			/>
243			<Tool
244				Name="VCManifestTool"
245			/>
246			<Tool
247				Name="VCXDCMakeTool"
248			/>
249			<Tool
250				Name="VCBscMakeTool"
251			/>
252			<Tool
253				Name="VCFxCopTool"
254			/>
255			<Tool
256				Name="VCAppVerifierTool"
257			/>
258			<Tool
259				Name="VCPostBuildEventTool"
260			/>
261		</Configuration>
262	</Configurations>
263	<References>
264	</References>
265	<Files>
266		<File
267			RelativePath=".\AbstractFactoryTest.h"
268			>
269		</File>
270		<File
271			RelativePath=".\AssocVectorTest.h"
272			>
273		</File>
274		<File
275			RelativePath=".\DataGeneratorsTest.h"
276			>
277		</File>
278		<File
279			RelativePath=".\FactoryParmTest.h"
280			>
281		</File>
282		<File
283			RelativePath=".\FactoryTest.h"
284			>
285		</File>
286		<File
287			RelativePath=".\FunctorTest.h"
288			>
289		</File>
290		<File
291			RelativePath="LokiTest.h"
292			>
293		</File>
294		<File
295			RelativePath=".\SequenceTest.h"
296			>
297		</File>
298		<File
299			RelativePath=".\SingletonTest.h"
300			>
301		</File>
302		<File
303			RelativePath=".\SmallObjectTest.h"
304			>
305		</File>
306		<File
307			RelativePath=".\SmartPtrTest.h"
308			>
309		</File>
310		<File
311			RelativePath="Test.cpp"
312			>
313		</File>
314		<File
315			RelativePath=".\ThreadsTest.h"
316			>
317		</File>
318		<File
319			RelativePath=".\TypelistTest.h"
320			>
321		</File>
322		<File
323			RelativePath=".\TypeManipTest.h"
324			>
325		</File>
326		<File
327			RelativePath=".\TypeTraitsTest.h"
328			>
329		</File>
330		<File
331			RelativePath=".\TypeTraitsTest2.h"
332			>
333		</File>
334		<File
335			RelativePath="UnitTest.h"
336			>
337		</File>
338	</Files>
339	<Globals>
340	</Globals>
341</VisualStudioProject>
342