1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="SmartPtr"
6	ProjectGUID="{D7AB4FEF-E7AF-443D-93A5-37F323F2042D}"
7	RootNamespace="SmartPtr"
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="$(SolutionDir)$(ConfigurationName)"
21			IntermediateDirectory="$(ConfigurationName)"
22			ConfigurationType="1"
23			>
24			<Tool
25				Name="VCPreBuildEventTool"
26			/>
27			<Tool
28				Name="VCCustomBuildTool"
29			/>
30			<Tool
31				Name="VCXMLDataGeneratorTool"
32			/>
33			<Tool
34				Name="VCWebServiceProxyGeneratorTool"
35			/>
36			<Tool
37				Name="VCMIDLTool"
38			/>
39			<Tool
40				Name="VCCLCompilerTool"
41				Optimization="0"
42				AdditionalIncludeDirectories="..\..\include"
43				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE _SECURE_SCL=1;LOKI_OBJECT_LEVEL_THREADING"
44				StringPooling="true"
45				RuntimeLibrary="3"
46				WarningLevel="4"
47				DebugInformationFormat="3"
48			/>
49			<Tool
50				Name="VCManagedResourceCompilerTool"
51			/>
52			<Tool
53				Name="VCResourceCompilerTool"
54			/>
55			<Tool
56				Name="VCPreLinkEventTool"
57			/>
58			<Tool
59				Name="VCLinkerTool"
60				OutputFile="$(ProjectDir)\$(ConfigurationName)\$(ProjectName).exe"
61				GenerateDebugInformation="true"
62				RandomizedBaseAddress="1"
63				DataExecutionPrevention="0"
64			/>
65			<Tool
66				Name="VCALinkTool"
67			/>
68			<Tool
69				Name="VCManifestTool"
70			/>
71			<Tool
72				Name="VCXDCMakeTool"
73			/>
74			<Tool
75				Name="VCBscMakeTool"
76			/>
77			<Tool
78				Name="VCFxCopTool"
79			/>
80			<Tool
81				Name="VCAppVerifierTool"
82			/>
83			<Tool
84				Name="VCPostBuildEventTool"
85			/>
86		</Configuration>
87		<Configuration
88			Name="Release|Win32"
89			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
90			IntermediateDirectory="$(ConfigurationName)"
91			ConfigurationType="1"
92			>
93			<Tool
94				Name="VCPreBuildEventTool"
95			/>
96			<Tool
97				Name="VCCustomBuildTool"
98			/>
99			<Tool
100				Name="VCXMLDataGeneratorTool"
101			/>
102			<Tool
103				Name="VCWebServiceProxyGeneratorTool"
104			/>
105			<Tool
106				Name="VCMIDLTool"
107			/>
108			<Tool
109				Name="VCCLCompilerTool"
110				AdditionalIncludeDirectories="..\..\include"
111				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;LOKI_OBJECT_LEVEL_THREADING"
112				RuntimeLibrary="0"
113				WarningLevel="4"
114			/>
115			<Tool
116				Name="VCManagedResourceCompilerTool"
117			/>
118			<Tool
119				Name="VCResourceCompilerTool"
120			/>
121			<Tool
122				Name="VCPreLinkEventTool"
123			/>
124			<Tool
125				Name="VCLinkerTool"
126				OutputFile="$(ProjectDir)\$(ConfigurationName)\$(ProjectName).exe"
127				RandomizedBaseAddress="1"
128				DataExecutionPrevention="0"
129			/>
130			<Tool
131				Name="VCALinkTool"
132			/>
133			<Tool
134				Name="VCManifestTool"
135			/>
136			<Tool
137				Name="VCXDCMakeTool"
138			/>
139			<Tool
140				Name="VCBscMakeTool"
141			/>
142			<Tool
143				Name="VCFxCopTool"
144			/>
145			<Tool
146				Name="VCAppVerifierTool"
147			/>
148			<Tool
149				Name="VCPostBuildEventTool"
150			/>
151		</Configuration>
152		<Configuration
153			Name="Release_MultiThreaded|Win32"
154			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
155			IntermediateDirectory="$(ConfigurationName)"
156			ConfigurationType="1"
157			>
158			<Tool
159				Name="VCPreBuildEventTool"
160			/>
161			<Tool
162				Name="VCCustomBuildTool"
163			/>
164			<Tool
165				Name="VCXMLDataGeneratorTool"
166			/>
167			<Tool
168				Name="VCWebServiceProxyGeneratorTool"
169			/>
170			<Tool
171				Name="VCMIDLTool"
172			/>
173			<Tool
174				Name="VCCLCompilerTool"
175				AdditionalIncludeDirectories="..\..\include"
176				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;LOKI_OBJECT_LEVEL_THREADING"
177				RuntimeLibrary="0"
178				WarningLevel="4"
179			/>
180			<Tool
181				Name="VCManagedResourceCompilerTool"
182			/>
183			<Tool
184				Name="VCResourceCompilerTool"
185			/>
186			<Tool
187				Name="VCPreLinkEventTool"
188			/>
189			<Tool
190				Name="VCLinkerTool"
191				OutputFile="$(ProjectDir)\$(ConfigurationName)\$(ProjectName).exe"
192				RandomizedBaseAddress="1"
193				DataExecutionPrevention="0"
194			/>
195			<Tool
196				Name="VCALinkTool"
197			/>
198			<Tool
199				Name="VCManifestTool"
200			/>
201			<Tool
202				Name="VCXDCMakeTool"
203			/>
204			<Tool
205				Name="VCBscMakeTool"
206			/>
207			<Tool
208				Name="VCFxCopTool"
209			/>
210			<Tool
211				Name="VCAppVerifierTool"
212			/>
213			<Tool
214				Name="VCPostBuildEventTool"
215			/>
216		</Configuration>
217	</Configurations>
218	<References>
219	</References>
220	<Files>
221		<File
222			RelativePath=".\base.h"
223			>
224		</File>
225		<File
226			RelativePath=".\LockTest.cpp"
227			>
228			<FileConfiguration
229				Name="Debug|Win32"
230				>
231				<Tool
232					Name="VCCLCompilerTool"
233					Detect64BitPortabilityProblems="true"
234				/>
235			</FileConfiguration>
236		</File>
237		<File
238			RelativePath=".\main.cpp"
239			>
240		</File>
241		<File
242			RelativePath="..\..\src\SafeFormat.cpp"
243			>
244		</File>
245		<File
246			RelativePath="..\..\include\loki\SafeFormat.h"
247			>
248		</File>
249		<File
250			RelativePath="..\..\src\Singleton.cpp"
251			>
252		</File>
253		<File
254			RelativePath="..\..\include\loki\Singleton.h"
255			>
256		</File>
257		<File
258			RelativePath="..\..\src\SmallObj.cpp"
259			>
260		</File>
261		<File
262			RelativePath="..\..\include\loki\SmallObj.h"
263			>
264		</File>
265		<File
266			RelativePath="..\..\src\SmartPtr.cpp"
267			>
268		</File>
269		<File
270			RelativePath="..\..\include\loki\SmartPtr.h"
271			>
272		</File>
273		<File
274			RelativePath=".\strong.cpp"
275			>
276		</File>
277		<File
278			RelativePath="..\..\src\StrongPtr.cpp"
279			>
280		</File>
281		<File
282			RelativePath="..\..\include\loki\StrongPtr.h"
283			>
284		</File>
285		<File
286			RelativePath="..\..\include\loki\Threads.h"
287			>
288		</File>
289	</Files>
290	<Globals>
291	</Globals>
292</VisualStudioProject>
293