• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="StopWatch"
6	ProjectGUID="{DFA55264-E7F5-43FE-841F-D56AC48FF2A8}"
7	RootNamespace="StopWatch"
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			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				BufferSecurityCheck="true"
51				DisableLanguageExtensions="true"
52				TreatWChar_tAsBuiltInType="true"
53				ForceConformanceInForLoopScope="true"
54				RuntimeTypeInfo="true"
55				UsePrecompiledHeader="0"
56				WarningLevel="4"
57				WarnAsError="true"
58				Detect64BitPortabilityProblems="false"
59				DebugInformationFormat="4"
60			/>
61			<Tool
62				Name="VCManagedResourceCompilerTool"
63			/>
64			<Tool
65				Name="VCResourceCompilerTool"
66			/>
67			<Tool
68				Name="VCPreLinkEventTool"
69			/>
70			<Tool
71				Name="VCLinkerTool"
72				OutputFile="$(OutDir)/StopWatch.exe"
73				LinkIncremental="2"
74				GenerateDebugInformation="true"
75				ProgramDatabaseFile="$(OutDir)/StopWatch.pdb"
76				SubSystem="1"
77				RandomizedBaseAddress="1"
78				DataExecutionPrevention="0"
79				TargetMachine="1"
80			/>
81			<Tool
82				Name="VCALinkTool"
83			/>
84			<Tool
85				Name="VCManifestTool"
86			/>
87			<Tool
88				Name="VCXDCMakeTool"
89			/>
90			<Tool
91				Name="VCBscMakeTool"
92			/>
93			<Tool
94				Name="VCFxCopTool"
95			/>
96			<Tool
97				Name="VCAppVerifierTool"
98			/>
99			<Tool
100				Name="VCPostBuildEventTool"
101			/>
102		</Configuration>
103		<Configuration
104			Name="Release|Win32"
105			OutputDirectory="Release"
106			IntermediateDirectory="Release"
107			ConfigurationType="1"
108			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
109			CharacterSet="2"
110			>
111			<Tool
112				Name="VCPreBuildEventTool"
113			/>
114			<Tool
115				Name="VCCustomBuildTool"
116			/>
117			<Tool
118				Name="VCXMLDataGeneratorTool"
119			/>
120			<Tool
121				Name="VCWebServiceProxyGeneratorTool"
122			/>
123			<Tool
124				Name="VCMIDLTool"
125			/>
126			<Tool
127				Name="VCCLCompilerTool"
128				Optimization="3"
129				InlineFunctionExpansion="2"
130				AdditionalIncludeDirectories="..\..\..\.."
131				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
132				StringPooling="true"
133				RuntimeLibrary="2"
134				BufferSecurityCheck="false"
135				EnableFunctionLevelLinking="true"
136				DisableLanguageExtensions="true"
137				TreatWChar_tAsBuiltInType="true"
138				ForceConformanceInForLoopScope="true"
139				RuntimeTypeInfo="true"
140				UsePrecompiledHeader="0"
141				WarningLevel="4"
142				WarnAsError="true"
143				Detect64BitPortabilityProblems="false"
144				DebugInformationFormat="0"
145			/>
146			<Tool
147				Name="VCManagedResourceCompilerTool"
148			/>
149			<Tool
150				Name="VCResourceCompilerTool"
151			/>
152			<Tool
153				Name="VCPreLinkEventTool"
154			/>
155			<Tool
156				Name="VCLinkerTool"
157				OutputFile="$(OutDir)/StopWatch.exe"
158				LinkIncremental="1"
159				GenerateDebugInformation="false"
160				SubSystem="1"
161				OptimizeReferences="2"
162				EnableCOMDATFolding="2"
163				RandomizedBaseAddress="1"
164				DataExecutionPrevention="0"
165				TargetMachine="1"
166			/>
167			<Tool
168				Name="VCALinkTool"
169			/>
170			<Tool
171				Name="VCManifestTool"
172			/>
173			<Tool
174				Name="VCXDCMakeTool"
175			/>
176			<Tool
177				Name="VCBscMakeTool"
178			/>
179			<Tool
180				Name="VCFxCopTool"
181			/>
182			<Tool
183				Name="VCAppVerifierTool"
184			/>
185			<Tool
186				Name="VCPostBuildEventTool"
187			/>
188		</Configuration>
189	</Configurations>
190	<References>
191	</References>
192	<Files>
193		<Filter
194			Name="Source Files"
195			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
196			>
197			<File
198				RelativePath="StopWatch.cpp"
199				>
200			</File>
201		</Filter>
202		<Filter
203			Name="Statechart Header Files"
204			Filter="h;hpp;hxx;hm;inl;inc"
205			>
206			<File
207				RelativePath="..\..\..\..\boost\statechart\asynchronous_state_machine.hpp"
208				>
209			</File>
210			<File
211				RelativePath="..\..\..\..\boost\statechart\custom_reaction.hpp"
212				>
213			</File>
214			<File
215				RelativePath="..\..\..\..\boost\statechart\deep_history.hpp"
216				>
217			</File>
218			<File
219				RelativePath="..\..\..\..\boost\statechart\deferral.hpp"
220				>
221			</File>
222			<File
223				RelativePath="..\..\..\..\boost\statechart\event.hpp"
224				>
225			</File>
226			<File
227				RelativePath="..\..\..\..\boost\statechart\event_base.hpp"
228				>
229			</File>
230			<File
231				RelativePath="..\..\..\..\boost\statechart\event_processor.hpp"
232				>
233			</File>
234			<File
235				RelativePath="..\..\..\..\boost\statechart\exception_translator.hpp"
236				>
237			</File>
238			<File
239				RelativePath="..\..\..\..\boost\statechart\fifo_scheduler.hpp"
240				>
241			</File>
242			<File
243				RelativePath="..\..\..\..\boost\statechart\in_state_reaction.hpp"
244				>
245			</File>
246			<File
247				RelativePath="..\..\..\..\boost\statechart\null_exception_translator.hpp"
248				>
249			</File>
250			<File
251				RelativePath="..\..\..\..\boost\statechart\result.hpp"
252				>
253			</File>
254			<File
255				RelativePath="..\..\..\..\boost\statechart\shallow_history.hpp"
256				>
257			</File>
258			<File
259				RelativePath="..\..\..\..\boost\statechart\simple_state.hpp"
260				>
261			</File>
262			<File
263				RelativePath="..\..\..\..\boost\statechart\state.hpp"
264				>
265			</File>
266			<File
267				RelativePath="..\..\..\..\boost\statechart\state_machine.hpp"
268				>
269			</File>
270			<File
271				RelativePath="..\..\..\..\boost\statechart\termination.hpp"
272				>
273			</File>
274			<File
275				RelativePath="..\..\..\..\boost\statechart\transition.hpp"
276				>
277			</File>
278		</Filter>
279	</Files>
280	<Globals>
281	</Globals>
282</VisualStudioProject>
283