1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="CachedFactory"
6	ProjectGUID="{8D186AB4-E544-42D6-B192-1AE2C946875E}"
7	RootNamespace="CachedFactory"
8	Keyword="Win32Proj"
9	TargetFrameworkVersion="131072"
10	>
11	<Platforms>
12		<Platform
13			Name="Win32"
14		/>
15	</Platforms>
16	<ToolFiles>
17	</ToolFiles>
18	<Configurations>
19		<Configuration
20			Name="Debug|Win32"
21			OutputDirectory="Debug"
22			IntermediateDirectory="Debug"
23			ConfigurationType="1"
24			CharacterSet="1"
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				AdditionalOptions="-wd4996"
44				Optimization="0"
45				AdditionalIncludeDirectories="..\..\include"
46				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE _SECURE_SCL=1"
47				MinimalRebuild="true"
48				BasicRuntimeChecks="3"
49				RuntimeLibrary="3"
50				UsePrecompiledHeader="0"
51				WarningLevel="4"
52				Detect64BitPortabilityProblems="false"
53				DebugInformationFormat="3"
54			/>
55			<Tool
56				Name="VCManagedResourceCompilerTool"
57			/>
58			<Tool
59				Name="VCResourceCompilerTool"
60			/>
61			<Tool
62				Name="VCPreLinkEventTool"
63			/>
64			<Tool
65				Name="VCLinkerTool"
66				GenerateDebugInformation="true"
67				RandomizedBaseAddress="1"
68				DataExecutionPrevention="0"
69			/>
70			<Tool
71				Name="VCALinkTool"
72			/>
73			<Tool
74				Name="VCManifestTool"
75			/>
76			<Tool
77				Name="VCXDCMakeTool"
78			/>
79			<Tool
80				Name="VCBscMakeTool"
81			/>
82			<Tool
83				Name="VCFxCopTool"
84			/>
85			<Tool
86				Name="VCAppVerifierTool"
87			/>
88			<Tool
89				Name="VCPostBuildEventTool"
90			/>
91		</Configuration>
92		<Configuration
93			Name="Release|Win32"
94			OutputDirectory="Release"
95			IntermediateDirectory="Release"
96			ConfigurationType="1"
97			CharacterSet="1"
98			>
99			<Tool
100				Name="VCPreBuildEventTool"
101			/>
102			<Tool
103				Name="VCCustomBuildTool"
104			/>
105			<Tool
106				Name="VCXMLDataGeneratorTool"
107			/>
108			<Tool
109				Name="VCWebServiceProxyGeneratorTool"
110			/>
111			<Tool
112				Name="VCMIDLTool"
113			/>
114			<Tool
115				Name="VCCLCompilerTool"
116				Optimization="2"
117				AdditionalIncludeDirectories="..\..\include"
118				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
119				RuntimeLibrary="2"
120				UsePrecompiledHeader="0"
121				WarningLevel="4"
122				Detect64BitPortabilityProblems="false"
123			/>
124			<Tool
125				Name="VCManagedResourceCompilerTool"
126			/>
127			<Tool
128				Name="VCResourceCompilerTool"
129			/>
130			<Tool
131				Name="VCPreLinkEventTool"
132			/>
133			<Tool
134				Name="VCLinkerTool"
135				LinkIncremental="1"
136				GenerateDebugInformation="true"
137				SubSystem="1"
138				OptimizeReferences="2"
139				EnableCOMDATFolding="2"
140				RandomizedBaseAddress="1"
141				DataExecutionPrevention="0"
142				TargetMachine="1"
143			/>
144			<Tool
145				Name="VCALinkTool"
146			/>
147			<Tool
148				Name="VCManifestTool"
149			/>
150			<Tool
151				Name="VCXDCMakeTool"
152			/>
153			<Tool
154				Name="VCBscMakeTool"
155			/>
156			<Tool
157				Name="VCFxCopTool"
158			/>
159			<Tool
160				Name="VCAppVerifierTool"
161			/>
162			<Tool
163				Name="VCPostBuildEventTool"
164			/>
165		</Configuration>
166	</Configurations>
167	<References>
168	</References>
169	<Files>
170		<File
171			RelativePath="..\..\include\loki\CachedFactory.h"
172			>
173		</File>
174		<File
175			RelativePath=".\CachedFactoryTest.cpp"
176			>
177		</File>
178		<File
179			RelativePath="..\..\include\loki\Key.h"
180			>
181		</File>
182		<File
183			RelativePath="..\..\src\Singleton.cpp"
184			>
185		</File>
186		<File
187			RelativePath="..\..\src\SmallObj.cpp"
188			>
189		</File>
190	</Files>
191	<Globals>
192	</Globals>
193</VisualStudioProject>
194