1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.10"
5	Name="virtual_base"
6	ProjectGUID="{3579B1A4-9894-02AB-CB81-297B46154345}"
7	RootNamespace="virtual_base"
8	Keyword="Win32Proj">
9	<Platforms>
10		<Platform
11			Name="Win32"/>
12	</Platforms>
13	<Configurations>
14		<Configuration
15			Name="Debug|Win32"
16			OutputDirectory="Debug"
17			IntermediateDirectory="Debug"
18			ConfigurationType="1"
19			CharacterSet="2">
20			<Tool
21				Name="VCCLCompilerTool"
22				Optimization="0"
23				AdditionalIncludeDirectories="../../../../../"
24				PreprocessorDefinitions="BOOST_DATE_TIME_NO_LIB"
25				GeneratePreprocessedFile="0"
26				KeepComments="FALSE"
27				MinimalRebuild="TRUE"
28				BasicRuntimeChecks="3"
29				RuntimeLibrary="1"
30				DisableLanguageExtensions="FALSE"
31				TreatWChar_tAsBuiltInType="TRUE"
32				ForceConformanceInForLoopScope="TRUE"
33				UsePrecompiledHeader="0"
34				WarningLevel="4"
35				Detect64BitPortabilityProblems="TRUE"
36				DebugInformationFormat="4"/>
37			<Tool
38				Name="VCCustomBuildTool"/>
39			<Tool
40				Name="VCLinkerTool"
41				OutputFile="$(OutDir)/virtual_base.exe"
42				LinkIncremental="2"
43				GenerateDebugInformation="TRUE"
44				ProgramDatabaseFile="$(OutDir)/virtual_base.pdb"
45				GenerateMapFile="TRUE"
46				SubSystem="1"
47				TargetMachine="1"/>
48			<Tool
49				Name="VCMIDLTool"/>
50			<Tool
51				Name="VCPostBuildEventTool"/>
52			<Tool
53				Name="VCPreBuildEventTool"/>
54			<Tool
55				Name="VCPreLinkEventTool"/>
56			<Tool
57				Name="VCResourceCompilerTool"/>
58			<Tool
59				Name="VCWebServiceProxyGeneratorTool"/>
60			<Tool
61				Name="VCXMLDataGeneratorTool"/>
62			<Tool
63				Name="VCWebDeploymentTool"/>
64			<Tool
65				Name="VCManagedWrapperGeneratorTool"/>
66			<Tool
67				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
68		</Configuration>
69		<Configuration
70			Name="Release|Win32"
71			OutputDirectory="Release"
72			IntermediateDirectory="Release"
73			ConfigurationType="1"
74			CharacterSet="2">
75			<Tool
76				Name="VCCLCompilerTool"
77				AdditionalIncludeDirectories="../../../../../"
78				PreprocessorDefinitions="BOOST_DATE_TIME_NO_LIB"
79				RuntimeLibrary="0"
80				DisableLanguageExtensions="FALSE"
81				ForceConformanceInForLoopScope="TRUE"
82				UsePrecompiledHeader="0"
83				WarningLevel="3"
84				Detect64BitPortabilityProblems="TRUE"
85				DebugInformationFormat="3"/>
86			<Tool
87				Name="VCCustomBuildTool"/>
88			<Tool
89				Name="VCLinkerTool"
90				OutputFile="$(OutDir)/virtual_base.exe"
91				LinkIncremental="1"
92				GenerateDebugInformation="TRUE"
93				SubSystem="1"
94				OptimizeReferences="2"
95				EnableCOMDATFolding="2"
96				TargetMachine="1"/>
97			<Tool
98				Name="VCMIDLTool"/>
99			<Tool
100				Name="VCPostBuildEventTool"/>
101			<Tool
102				Name="VCPreBuildEventTool"/>
103			<Tool
104				Name="VCPreLinkEventTool"/>
105			<Tool
106				Name="VCResourceCompilerTool"/>
107			<Tool
108				Name="VCWebServiceProxyGeneratorTool"/>
109			<Tool
110				Name="VCXMLDataGeneratorTool"/>
111			<Tool
112				Name="VCWebDeploymentTool"/>
113			<Tool
114				Name="VCManagedWrapperGeneratorTool"/>
115			<Tool
116				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
117		</Configuration>
118	</Configurations>
119	<References>
120	</References>
121	<Files>
122		<Filter
123			Name="Source Files"
124			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
125			UniqueIdentifier="{75137BAF-6764-7AB5-3A06-25A73D48B7FC}">
126			<File
127				RelativePath="..\..\..\test\virtual_base_test.cpp">
128			</File>
129		</Filter>
130	</Files>
131	<Globals>
132	</Globals>
133</VisualStudioProject>
134