1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9,00"
5	Name="vc9_test_interval_map_mixed"
6	ProjectGUID="{EE61B7EF-EC45-4165-8B49-FD5B8D3A9F9F}"
7	RootNamespace="Test_interval_map_mixed"
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="../../../../bin/debug/"
22			IntermediateDirectory="../../../../bin/obj/$(ProjectName)/debug/"
23			ConfigurationType="1"
24			CharacterSet="1"
25			>
26			<Tool
27				Name="VCPreBuildEventTool"
28			/>
29			<Tool
30				Name="VCCustomBuildTool"
31			/>
32			<Tool
33				Name="VCXMLDataGeneratorTool"
34			/>
35			<Tool
36				Name="VCWebServiceProxyGeneratorTool"
37			/>
38			<Tool
39				Name="VCMIDLTool"
40			/>
41			<Tool
42				Name="VCCLCompilerTool"
43				Optimization="0"
44				AdditionalIncludeDirectories="../../../../"
45				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
46				MinimalRebuild="true"
47				BasicRuntimeChecks="3"
48				RuntimeLibrary="3"
49				UsePrecompiledHeader="0"
50				WarningLevel="3"
51				Detect64BitPortabilityProblems="false"
52				DebugInformationFormat="4"
53			/>
54			<Tool
55				Name="VCManagedResourceCompilerTool"
56			/>
57			<Tool
58				Name="VCResourceCompilerTool"
59			/>
60			<Tool
61				Name="VCPreLinkEventTool"
62			/>
63			<Tool
64				Name="VCLinkerTool"
65				OutputFile="../../../../bin/debug/$(ProjectName).exe"
66				LinkIncremental="2"
67				AdditionalLibraryDirectories="../../../../lib; ../../../../stage/lib"
68				GenerateDebugInformation="true"
69				SubSystem="1"
70				RandomizedBaseAddress="1"
71				DataExecutionPrevention="0"
72				TargetMachine="1"
73			/>
74			<Tool
75				Name="VCALinkTool"
76			/>
77			<Tool
78				Name="VCManifestTool"
79			/>
80			<Tool
81				Name="VCXDCMakeTool"
82			/>
83			<Tool
84				Name="VCBscMakeTool"
85			/>
86			<Tool
87				Name="VCFxCopTool"
88			/>
89			<Tool
90				Name="VCAppVerifierTool"
91			/>
92			<Tool
93				Name="VCPostBuildEventTool"
94			/>
95		</Configuration>
96		<Configuration
97			Name="Release|Win32"
98			OutputDirectory="../../../../bin/release/"
99			IntermediateDirectory="../../../../bin/obj/$(ProjectName)/release/"
100			ConfigurationType="1"
101			CharacterSet="1"
102			WholeProgramOptimization="1"
103			>
104			<Tool
105				Name="VCPreBuildEventTool"
106			/>
107			<Tool
108				Name="VCCustomBuildTool"
109			/>
110			<Tool
111				Name="VCXMLDataGeneratorTool"
112			/>
113			<Tool
114				Name="VCWebServiceProxyGeneratorTool"
115			/>
116			<Tool
117				Name="VCMIDLTool"
118			/>
119			<Tool
120				Name="VCCLCompilerTool"
121				AdditionalIncludeDirectories="../../../../"
122				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
123				RuntimeLibrary="2"
124				UsePrecompiledHeader="0"
125				WarningLevel="4"
126				Detect64BitPortabilityProblems="false"
127				DebugInformationFormat="3"
128			/>
129			<Tool
130				Name="VCManagedResourceCompilerTool"
131			/>
132			<Tool
133				Name="VCResourceCompilerTool"
134			/>
135			<Tool
136				Name="VCPreLinkEventTool"
137			/>
138			<Tool
139				Name="VCLinkerTool"
140				OutputFile="../../../../bin/release/$(ProjectName).exe"
141				LinkIncremental="1"
142				AdditionalLibraryDirectories="../../../../lib; ../../../../stage/lib"
143				GenerateDebugInformation="true"
144				SubSystem="1"
145				OptimizeReferences="2"
146				EnableCOMDATFolding="2"
147				RandomizedBaseAddress="1"
148				DataExecutionPrevention="0"
149				TargetMachine="1"
150			/>
151			<Tool
152				Name="VCALinkTool"
153			/>
154			<Tool
155				Name="VCManifestTool"
156			/>
157			<Tool
158				Name="VCXDCMakeTool"
159			/>
160			<Tool
161				Name="VCBscMakeTool"
162			/>
163			<Tool
164				Name="VCFxCopTool"
165			/>
166			<Tool
167				Name="VCAppVerifierTool"
168			/>
169			<Tool
170				Name="VCPostBuildEventTool"
171			/>
172		</Configuration>
173	</Configurations>
174	<References>
175	</References>
176	<Files>
177		<Filter
178			Name="Source Files"
179			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
180			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
181			>
182			<File
183				RelativePath=".\test_interval_map_mixed.cpp"
184				>
185			</File>
186		</Filter>
187		<Filter
188			Name="Header Files"
189			Filter="h;hpp;hxx;hm;inl;inc;xsd"
190			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
191			>
192			<File
193				RelativePath="..\test_interval_map_shared.hpp"
194				>
195			</File>
196			<File
197				RelativePath="..\test_type_lists.hpp"
198				>
199			</File>
200		</Filter>
201		<Filter
202			Name="Resource Files"
203			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
204			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
205			>
206		</Filter>
207	</Files>
208	<Globals>
209	</Globals>
210</VisualStudioProject>
211