1<?xml version="1.0" encoding="windows-1251"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="test"
6	ProjectGUID="{99882C71-3316-411F-A8AE-EC1E40702040}"
7	RootNamespace="test"
8	Keyword="Win32Proj"
9	TargetFrameworkVersion="131072"
10	>
11	<Platforms>
12		<Platform
13			Name="Win32"
14		/>
15		<Platform
16			Name="x64"
17		/>
18	</Platforms>
19	<ToolFiles>
20	</ToolFiles>
21	<Configurations>
22		<Configuration
23			Name="Debug|Win32"
24			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
25			IntermediateDirectory="$(ConfigurationName)"
26			ConfigurationType="1"
27			CharacterSet="1"
28			>
29			<Tool
30				Name="VCPreBuildEventTool"
31			/>
32			<Tool
33				Name="VCCustomBuildTool"
34			/>
35			<Tool
36				Name="VCXMLDataGeneratorTool"
37			/>
38			<Tool
39				Name="VCWebServiceProxyGeneratorTool"
40			/>
41			<Tool
42				Name="VCMIDLTool"
43			/>
44			<Tool
45				Name="VCCLCompilerTool"
46				Optimization="0"
47				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
48				MinimalRebuild="true"
49				BasicRuntimeChecks="3"
50				RuntimeLibrary="3"
51				UsePrecompiledHeader="2"
52				WarningLevel="4"
53				DebugInformationFormat="4"
54				EnablePREfast="false"
55			/>
56			<Tool
57				Name="VCManagedResourceCompilerTool"
58			/>
59			<Tool
60				Name="VCResourceCompilerTool"
61			/>
62			<Tool
63				Name="VCPreLinkEventTool"
64			/>
65			<Tool
66				Name="VCLinkerTool"
67				LinkIncremental="2"
68				GenerateManifest="true"
69				GenerateDebugInformation="true"
70				SubSystem="1"
71				RandomizedBaseAddress="1"
72				DataExecutionPrevention="0"
73				TargetMachine="1"
74			/>
75			<Tool
76				Name="VCALinkTool"
77			/>
78			<Tool
79				Name="VCManifestTool"
80			/>
81			<Tool
82				Name="VCXDCMakeTool"
83			/>
84			<Tool
85				Name="VCBscMakeTool"
86			/>
87			<Tool
88				Name="VCFxCopTool"
89			/>
90			<Tool
91				Name="VCAppVerifierTool"
92				PageHeapConserveMemory="true"
93			/>
94			<Tool
95				Name="VCPostBuildEventTool"
96			/>
97		</Configuration>
98		<Configuration
99			Name="Debug|x64"
100			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
101			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
102			ConfigurationType="1"
103			CharacterSet="1"
104			>
105			<Tool
106				Name="VCPreBuildEventTool"
107			/>
108			<Tool
109				Name="VCCustomBuildTool"
110			/>
111			<Tool
112				Name="VCXMLDataGeneratorTool"
113			/>
114			<Tool
115				Name="VCWebServiceProxyGeneratorTool"
116			/>
117			<Tool
118				Name="VCMIDLTool"
119				TargetEnvironment="3"
120			/>
121			<Tool
122				Name="VCCLCompilerTool"
123				AdditionalOptions="/bigobj"
124				Optimization="0"
125				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
126				MinimalRebuild="true"
127				BasicRuntimeChecks="3"
128				RuntimeLibrary="3"
129				UsePrecompiledHeader="2"
130				WarningLevel="4"
131				DebugInformationFormat="3"
132				EnablePREfast="false"
133			/>
134			<Tool
135				Name="VCManagedResourceCompilerTool"
136			/>
137			<Tool
138				Name="VCResourceCompilerTool"
139			/>
140			<Tool
141				Name="VCPreLinkEventTool"
142			/>
143			<Tool
144				Name="VCLinkerTool"
145				LinkIncremental="2"
146				GenerateManifest="true"
147				GenerateDebugInformation="true"
148				SubSystem="1"
149				RandomizedBaseAddress="1"
150				DataExecutionPrevention="0"
151				TargetMachine="17"
152			/>
153			<Tool
154				Name="VCALinkTool"
155			/>
156			<Tool
157				Name="VCManifestTool"
158			/>
159			<Tool
160				Name="VCXDCMakeTool"
161			/>
162			<Tool
163				Name="VCBscMakeTool"
164			/>
165			<Tool
166				Name="VCFxCopTool"
167			/>
168			<Tool
169				Name="VCAppVerifierTool"
170				PageHeapConserveMemory="true"
171			/>
172			<Tool
173				Name="VCPostBuildEventTool"
174			/>
175		</Configuration>
176		<Configuration
177			Name="Release|Win32"
178			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
179			IntermediateDirectory="$(ConfigurationName)"
180			ConfigurationType="1"
181			CharacterSet="1"
182			WholeProgramOptimization="1"
183			>
184			<Tool
185				Name="VCPreBuildEventTool"
186			/>
187			<Tool
188				Name="VCCustomBuildTool"
189			/>
190			<Tool
191				Name="VCXMLDataGeneratorTool"
192			/>
193			<Tool
194				Name="VCWebServiceProxyGeneratorTool"
195			/>
196			<Tool
197				Name="VCMIDLTool"
198			/>
199			<Tool
200				Name="VCCLCompilerTool"
201				InlineFunctionExpansion="2"
202				EnableIntrinsicFunctions="true"
203				FavorSizeOrSpeed="1"
204				OmitFramePointers="true"
205				EnableFiberSafeOptimizations="true"
206				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
207				RuntimeLibrary="2"
208				BufferSecurityCheck="false"
209				EnableEnhancedInstructionSet="2"
210				UsePrecompiledHeader="2"
211				WarningLevel="4"
212				DebugInformationFormat="3"
213			/>
214			<Tool
215				Name="VCManagedResourceCompilerTool"
216			/>
217			<Tool
218				Name="VCResourceCompilerTool"
219			/>
220			<Tool
221				Name="VCPreLinkEventTool"
222			/>
223			<Tool
224				Name="VCLinkerTool"
225				LinkIncremental="1"
226				GenerateManifest="true"
227				GenerateDebugInformation="true"
228				SubSystem="1"
229				OptimizeReferences="2"
230				EnableCOMDATFolding="2"
231				RandomizedBaseAddress="1"
232				DataExecutionPrevention="0"
233				TargetMachine="1"
234			/>
235			<Tool
236				Name="VCALinkTool"
237			/>
238			<Tool
239				Name="VCManifestTool"
240			/>
241			<Tool
242				Name="VCXDCMakeTool"
243			/>
244			<Tool
245				Name="VCBscMakeTool"
246			/>
247			<Tool
248				Name="VCFxCopTool"
249			/>
250			<Tool
251				Name="VCAppVerifierTool"
252			/>
253			<Tool
254				Name="VCPostBuildEventTool"
255			/>
256		</Configuration>
257		<Configuration
258			Name="Release|x64"
259			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
260			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
261			ConfigurationType="1"
262			CharacterSet="1"
263			WholeProgramOptimization="1"
264			>
265			<Tool
266				Name="VCPreBuildEventTool"
267			/>
268			<Tool
269				Name="VCCustomBuildTool"
270			/>
271			<Tool
272				Name="VCXMLDataGeneratorTool"
273			/>
274			<Tool
275				Name="VCWebServiceProxyGeneratorTool"
276			/>
277			<Tool
278				Name="VCMIDLTool"
279				TargetEnvironment="3"
280			/>
281			<Tool
282				Name="VCCLCompilerTool"
283				AdditionalOptions="/bigobj"
284				InlineFunctionExpansion="2"
285				EnableIntrinsicFunctions="true"
286				FavorSizeOrSpeed="1"
287				OmitFramePointers="true"
288				EnableFiberSafeOptimizations="true"
289				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
290				RuntimeLibrary="2"
291				BufferSecurityCheck="false"
292				UsePrecompiledHeader="2"
293				WarningLevel="4"
294				DebugInformationFormat="3"
295			/>
296			<Tool
297				Name="VCManagedResourceCompilerTool"
298			/>
299			<Tool
300				Name="VCResourceCompilerTool"
301			/>
302			<Tool
303				Name="VCPreLinkEventTool"
304			/>
305			<Tool
306				Name="VCLinkerTool"
307				LinkIncremental="1"
308				GenerateManifest="true"
309				GenerateDebugInformation="true"
310				SubSystem="1"
311				OptimizeReferences="2"
312				EnableCOMDATFolding="2"
313				RandomizedBaseAddress="1"
314				DataExecutionPrevention="0"
315				TargetMachine="17"
316			/>
317			<Tool
318				Name="VCALinkTool"
319			/>
320			<Tool
321				Name="VCManifestTool"
322			/>
323			<Tool
324				Name="VCXDCMakeTool"
325			/>
326			<Tool
327				Name="VCBscMakeTool"
328			/>
329			<Tool
330				Name="VCFxCopTool"
331			/>
332			<Tool
333				Name="VCAppVerifierTool"
334			/>
335			<Tool
336				Name="VCPostBuildEventTool"
337			/>
338		</Configuration>
339		<Configuration
340			Name="Profile|Win32"
341			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
342			IntermediateDirectory="$(ConfigurationName)"
343			ConfigurationType="1"
344			CharacterSet="1"
345			WholeProgramOptimization="0"
346			>
347			<Tool
348				Name="VCPreBuildEventTool"
349			/>
350			<Tool
351				Name="VCCustomBuildTool"
352			/>
353			<Tool
354				Name="VCXMLDataGeneratorTool"
355			/>
356			<Tool
357				Name="VCWebServiceProxyGeneratorTool"
358			/>
359			<Tool
360				Name="VCMIDLTool"
361			/>
362			<Tool
363				Name="VCCLCompilerTool"
364				AdditionalOptions="/Ob0"
365				EnableIntrinsicFunctions="true"
366				FavorSizeOrSpeed="1"
367				OmitFramePointers="true"
368				EnableFiberSafeOptimizations="true"
369				WholeProgramOptimization="false"
370				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
371				RuntimeLibrary="2"
372				BufferSecurityCheck="false"
373				UsePrecompiledHeader="2"
374				WarningLevel="4"
375				DebugInformationFormat="3"
376			/>
377			<Tool
378				Name="VCManagedResourceCompilerTool"
379			/>
380			<Tool
381				Name="VCResourceCompilerTool"
382			/>
383			<Tool
384				Name="VCPreLinkEventTool"
385			/>
386			<Tool
387				Name="VCLinkerTool"
388				LinkIncremental="1"
389				GenerateManifest="true"
390				GenerateDebugInformation="true"
391				SubSystem="1"
392				OptimizeReferences="2"
393				EnableCOMDATFolding="2"
394				LinkTimeCodeGeneration="0"
395				RandomizedBaseAddress="1"
396				DataExecutionPrevention="0"
397				TargetMachine="1"
398			/>
399			<Tool
400				Name="VCALinkTool"
401			/>
402			<Tool
403				Name="VCManifestTool"
404			/>
405			<Tool
406				Name="VCXDCMakeTool"
407			/>
408			<Tool
409				Name="VCBscMakeTool"
410			/>
411			<Tool
412				Name="VCFxCopTool"
413			/>
414			<Tool
415				Name="VCAppVerifierTool"
416			/>
417			<Tool
418				Name="VCPostBuildEventTool"
419			/>
420		</Configuration>
421		<Configuration
422			Name="Profile|x64"
423			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
424			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
425			ConfigurationType="1"
426			CharacterSet="1"
427			WholeProgramOptimization="0"
428			>
429			<Tool
430				Name="VCPreBuildEventTool"
431			/>
432			<Tool
433				Name="VCCustomBuildTool"
434			/>
435			<Tool
436				Name="VCXMLDataGeneratorTool"
437			/>
438			<Tool
439				Name="VCWebServiceProxyGeneratorTool"
440			/>
441			<Tool
442				Name="VCMIDLTool"
443				TargetEnvironment="3"
444			/>
445			<Tool
446				Name="VCCLCompilerTool"
447				AdditionalOptions="/bigobj"
448				EnableIntrinsicFunctions="true"
449				FavorSizeOrSpeed="1"
450				OmitFramePointers="true"
451				EnableFiberSafeOptimizations="true"
452				WholeProgramOptimization="false"
453				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
454				RuntimeLibrary="2"
455				BufferSecurityCheck="false"
456				UsePrecompiledHeader="2"
457				WarningLevel="4"
458				DebugInformationFormat="3"
459			/>
460			<Tool
461				Name="VCManagedResourceCompilerTool"
462			/>
463			<Tool
464				Name="VCResourceCompilerTool"
465			/>
466			<Tool
467				Name="VCPreLinkEventTool"
468			/>
469			<Tool
470				Name="VCLinkerTool"
471				LinkIncremental="1"
472				GenerateManifest="true"
473				GenerateDebugInformation="true"
474				SubSystem="1"
475				OptimizeReferences="2"
476				EnableCOMDATFolding="2"
477				LinkTimeCodeGeneration="0"
478				RandomizedBaseAddress="1"
479				DataExecutionPrevention="0"
480				TargetMachine="17"
481			/>
482			<Tool
483				Name="VCALinkTool"
484			/>
485			<Tool
486				Name="VCManifestTool"
487			/>
488			<Tool
489				Name="VCXDCMakeTool"
490			/>
491			<Tool
492				Name="VCBscMakeTool"
493			/>
494			<Tool
495				Name="VCFxCopTool"
496			/>
497			<Tool
498				Name="VCAppVerifierTool"
499			/>
500			<Tool
501				Name="VCPostBuildEventTool"
502			/>
503		</Configuration>
504	</Configurations>
505	<References>
506	</References>
507	<Files>
508		<File
509			RelativePath="..\..\CHANGES.TXT"
510			>
511		</File>
512		<File
513			RelativePath="..\compare_swap.hpp"
514			>
515		</File>
516		<File
517			RelativePath="..\condvar.hpp"
518			>
519		</File>
520		<File
521			RelativePath="..\data_race.hpp"
522			>
523		</File>
524		<File
525			RelativePath="..\dyn_thread.hpp"
526			>
527		</File>
528		<File
529			RelativePath="..\event.hpp"
530			>
531		</File>
532		<File
533			RelativePath="..\fence.hpp"
534			>
535		</File>
536		<File
537			RelativePath="..\main.cpp"
538			>
539		</File>
540		<File
541			RelativePath="..\memory.hpp"
542			>
543		</File>
544		<File
545			RelativePath="..\memory_order.hpp"
546			>
547		</File>
548		<File
549			RelativePath="..\mutex.hpp"
550			>
551		</File>
552		<File
553			RelativePath="..\pthread.hpp"
554			>
555		</File>
556		<File
557			RelativePath="..\scheduler.hpp"
558			>
559		</File>
560		<File
561			RelativePath="..\semaphore.hpp"
562			>
563		</File>
564		<File
565			RelativePath="..\stdafx.cpp"
566			>
567			<FileConfiguration
568				Name="Debug|Win32"
569				>
570				<Tool
571					Name="VCCLCompilerTool"
572					UsePrecompiledHeader="1"
573				/>
574			</FileConfiguration>
575			<FileConfiguration
576				Name="Debug|x64"
577				>
578				<Tool
579					Name="VCCLCompilerTool"
580					UsePrecompiledHeader="1"
581				/>
582			</FileConfiguration>
583			<FileConfiguration
584				Name="Release|Win32"
585				>
586				<Tool
587					Name="VCCLCompilerTool"
588					UsePrecompiledHeader="1"
589				/>
590			</FileConfiguration>
591			<FileConfiguration
592				Name="Release|x64"
593				>
594				<Tool
595					Name="VCCLCompilerTool"
596					UsePrecompiledHeader="1"
597				/>
598			</FileConfiguration>
599			<FileConfiguration
600				Name="Profile|Win32"
601				>
602				<Tool
603					Name="VCCLCompilerTool"
604					UsePrecompiledHeader="1"
605				/>
606			</FileConfiguration>
607			<FileConfiguration
608				Name="Profile|x64"
609				>
610				<Tool
611					Name="VCCLCompilerTool"
612					UsePrecompiledHeader="1"
613				/>
614			</FileConfiguration>
615		</File>
616		<File
617			RelativePath="..\stdafx.h"
618			>
619		</File>
620		<File
621			RelativePath="..\thread_local.hpp"
622			>
623		</File>
624		<File
625			RelativePath="..\todo.txt"
626			>
627		</File>
628		<File
629			RelativePath="..\wfmo.hpp"
630			>
631		</File>
632		<File
633			RelativePath="..\windows.hpp"
634			>
635		</File>
636	</Files>
637	<Globals>
638	</Globals>
639</VisualStudioProject>
640