1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="StateIterationTest"
6	ProjectGUID="{D52BF95D-392C-4535-B332-CB3CC29C8227}"
7	RootNamespace="StateIterationTest"
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="$(ProjectName)Debug"
22			IntermediateDirectory="$(ProjectName)Debug"
23			ConfigurationType="1"
24			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
25			CharacterSet="2"
26			>
27			<Tool
28				Name="VCPreBuildEventTool"
29			/>
30			<Tool
31				Name="VCCustomBuildTool"
32			/>
33			<Tool
34				Name="VCXMLDataGeneratorTool"
35			/>
36			<Tool
37				Name="VCWebServiceProxyGeneratorTool"
38			/>
39			<Tool
40				Name="VCMIDLTool"
41			/>
42			<Tool
43				Name="VCCLCompilerTool"
44				Optimization="0"
45				AdditionalIncludeDirectories="..\..\..\"
46				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
47				MinimalRebuild="true"
48				BasicRuntimeChecks="3"
49				RuntimeLibrary="3"
50				DisableLanguageExtensions="true"
51				TreatWChar_tAsBuiltInType="true"
52				ForceConformanceInForLoopScope="true"
53				RuntimeTypeInfo="true"
54				UsePrecompiledHeader="0"
55				WarningLevel="4"
56				WarnAsError="true"
57				Detect64BitPortabilityProblems="false"
58				DebugInformationFormat="4"
59			/>
60			<Tool
61				Name="VCManagedResourceCompilerTool"
62			/>
63			<Tool
64				Name="VCResourceCompilerTool"
65			/>
66			<Tool
67				Name="VCPreLinkEventTool"
68			/>
69			<Tool
70				Name="VCLinkerTool"
71				AdditionalDependencies="libboost_test_exec_monitor-vc90-mt-gd-1_45.lib"
72				OutputFile="$(OutDir)/StateIterationTest.exe"
73				LinkIncremental="2"
74				AdditionalLibraryDirectories="&quot;$(ProjectDir)..\..\..\bin.v2\libs\test\build\msvc-9.0\$(ConfigurationName)\asynch-exceptions-on\link-static\threading-multi&quot;"
75				GenerateDebugInformation="true"
76				ProgramDatabaseFile="$(OutDir)/StateIterationTest.pdb"
77				SubSystem="1"
78				RandomizedBaseAddress="1"
79				DataExecutionPrevention="0"
80				TargetMachine="1"
81			/>
82			<Tool
83				Name="VCALinkTool"
84			/>
85			<Tool
86				Name="VCManifestTool"
87			/>
88			<Tool
89				Name="VCXDCMakeTool"
90			/>
91			<Tool
92				Name="VCBscMakeTool"
93			/>
94			<Tool
95				Name="VCFxCopTool"
96			/>
97			<Tool
98				Name="VCAppVerifierTool"
99			/>
100			<Tool
101				Name="VCPostBuildEventTool"
102			/>
103		</Configuration>
104		<Configuration
105			Name="Release|Win32"
106			OutputDirectory="$(ProjectName)Release"
107			IntermediateDirectory="$(ProjectName)Release"
108			ConfigurationType="1"
109			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
110			CharacterSet="2"
111			>
112			<Tool
113				Name="VCPreBuildEventTool"
114			/>
115			<Tool
116				Name="VCCustomBuildTool"
117			/>
118			<Tool
119				Name="VCXMLDataGeneratorTool"
120			/>
121			<Tool
122				Name="VCWebServiceProxyGeneratorTool"
123			/>
124			<Tool
125				Name="VCMIDLTool"
126			/>
127			<Tool
128				Name="VCCLCompilerTool"
129				AdditionalIncludeDirectories="..\..\..\"
130				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
131				RuntimeLibrary="2"
132				DisableLanguageExtensions="true"
133				TreatWChar_tAsBuiltInType="true"
134				ForceConformanceInForLoopScope="true"
135				RuntimeTypeInfo="true"
136				UsePrecompiledHeader="0"
137				WarningLevel="4"
138				WarnAsError="true"
139				Detect64BitPortabilityProblems="false"
140				DebugInformationFormat="3"
141			/>
142			<Tool
143				Name="VCManagedResourceCompilerTool"
144			/>
145			<Tool
146				Name="VCResourceCompilerTool"
147			/>
148			<Tool
149				Name="VCPreLinkEventTool"
150			/>
151			<Tool
152				Name="VCLinkerTool"
153				AdditionalDependencies="libboost_test_exec_monitor-vc90-mt-1_45.lib"
154				OutputFile="$(OutDir)/StateIterationTest.exe"
155				LinkIncremental="1"
156				AdditionalLibraryDirectories="&quot;$(ProjectDir)..\..\..\bin.v2\libs\test\build\msvc-9.0\$(ConfigurationName)\asynch-exceptions-on\link-static\threading-multi&quot;"
157				GenerateDebugInformation="true"
158				SubSystem="1"
159				OptimizeReferences="2"
160				EnableCOMDATFolding="2"
161				RandomizedBaseAddress="1"
162				DataExecutionPrevention="0"
163				TargetMachine="1"
164			/>
165			<Tool
166				Name="VCALinkTool"
167			/>
168			<Tool
169				Name="VCManifestTool"
170			/>
171			<Tool
172				Name="VCXDCMakeTool"
173			/>
174			<Tool
175				Name="VCBscMakeTool"
176			/>
177			<Tool
178				Name="VCFxCopTool"
179			/>
180			<Tool
181				Name="VCAppVerifierTool"
182			/>
183			<Tool
184				Name="VCPostBuildEventTool"
185			/>
186		</Configuration>
187	</Configurations>
188	<References>
189	</References>
190	<Files>
191		<Filter
192			Name="Source Files"
193			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
194			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
195			>
196			<File
197				RelativePath=".\StateIterationTest.cpp"
198				>
199			</File>
200		</Filter>
201	</Files>
202	<Globals>
203	</Globals>
204</VisualStudioProject>
205