1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9,00"
5	Name="map_dict"
6	ProjectGUID="{3C48777B-D020-425B-AB6F-3A4ED02640C2}"
7	TargetFrameworkVersion="131072"
8	>
9	<Platforms>
10		<Platform
11			Name="Win32"
12		/>
13	</Platforms>
14	<ToolFiles>
15	</ToolFiles>
16	<Configurations>
17		<Configuration
18			Name="Release|Win32"
19			OutputDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)"
20			IntermediateDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)"
21			ConfigurationType="1"
22			UseOfMFC="0"
23			ATLMinimizesCRunTimeLibraryUsage="false"
24			>
25			<Tool
26				Name="VCPreBuildEventTool"
27			/>
28			<Tool
29				Name="VCCustomBuildTool"
30			/>
31			<Tool
32				Name="VCXMLDataGeneratorTool"
33			/>
34			<Tool
35				Name="VCWebServiceProxyGeneratorTool"
36			/>
37			<Tool
38				Name="VCMIDLTool"
39				PreprocessorDefinitions="NDEBUG"
40				MkTypLibCompatible="true"
41				SuppressStartupBanner="true"
42				TargetEnvironment="1"
43				TypeLibraryName=".\Release/map_dict.tlb"
44				HeaderFileName=""
45			/>
46			<Tool
47				Name="VCCLCompilerTool"
48				Optimization="2"
49				InlineFunctionExpansion="1"
50				PreprocessorDefinitions="NDEBUG;_CONSOLE;PTRACING=1"
51				StringPooling="true"
52				RuntimeLibrary="2"
53				EnableFunctionLevelLinking="true"
54				RuntimeTypeInfo="true"
55				UsePrecompiledHeader="2"
56				PrecompiledHeaderThrough="ptlib.h"
57				ProgramDataBaseFileName="$(OutDir)/$(TargetName).pdb"
58				WarningLevel="4"
59				SuppressStartupBanner="true"
60			/>
61			<Tool
62				Name="VCManagedResourceCompilerTool"
63			/>
64			<Tool
65				Name="VCResourceCompilerTool"
66				PreprocessorDefinitions="NDEBUG,_AFXDLL"
67				Culture="3081"
68			/>
69			<Tool
70				Name="VCPreLinkEventTool"
71			/>
72			<Tool
73				Name="VCLinkerTool"
74				LinkIncremental="1"
75				SuppressStartupBanner="true"
76				ProgramDatabaseFile="$(OutDir)/$(TargetName).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="Debug|Win32"
106			OutputDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)"
107			IntermediateDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)"
108			ConfigurationType="1"
109			UseOfMFC="0"
110			ATLMinimizesCRunTimeLibraryUsage="false"
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				PreprocessorDefinitions="_DEBUG"
127				MkTypLibCompatible="true"
128				SuppressStartupBanner="true"
129				TargetEnvironment="1"
130				TypeLibraryName=".\Debug/map_dict.tlb"
131				HeaderFileName=""
132			/>
133			<Tool
134				Name="VCCLCompilerTool"
135				Optimization="0"
136				PreprocessorDefinitions="_DEBUG;_CONSOLE;PTRACING=1"
137				BasicRuntimeChecks="3"
138				RuntimeLibrary="3"
139				RuntimeTypeInfo="true"
140				UsePrecompiledHeader="2"
141				PrecompiledHeaderThrough="ptlib.h"
142				ProgramDataBaseFileName="$(OutDir)/$(TargetName).pdb"
143				WarningLevel="4"
144				SuppressStartupBanner="true"
145				DebugInformationFormat="4"
146			/>
147			<Tool
148				Name="VCManagedResourceCompilerTool"
149			/>
150			<Tool
151				Name="VCResourceCompilerTool"
152				PreprocessorDefinitions="_DEBUG,_AFXDLL"
153				Culture="3081"
154			/>
155			<Tool
156				Name="VCPreLinkEventTool"
157			/>
158			<Tool
159				Name="VCLinkerTool"
160				LinkIncremental="2"
161				SuppressStartupBanner="true"
162				GenerateDebugInformation="true"
163				ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
164				SubSystem="1"
165				RandomizedBaseAddress="1"
166				DataExecutionPrevention="0"
167				TargetMachine="1"
168			/>
169			<Tool
170				Name="VCALinkTool"
171			/>
172			<Tool
173				Name="VCManifestTool"
174			/>
175			<Tool
176				Name="VCXDCMakeTool"
177			/>
178			<Tool
179				Name="VCBscMakeTool"
180			/>
181			<Tool
182				Name="VCFxCopTool"
183			/>
184			<Tool
185				Name="VCAppVerifierTool"
186			/>
187			<Tool
188				Name="VCPostBuildEventTool"
189			/>
190		</Configuration>
191		<Configuration
192			Name="No Trace|Win32"
193			OutputDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)"
194			IntermediateDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)"
195			ConfigurationType="1"
196			UseOfMFC="0"
197			ATLMinimizesCRunTimeLibraryUsage="false"
198			>
199			<Tool
200				Name="VCPreBuildEventTool"
201			/>
202			<Tool
203				Name="VCCustomBuildTool"
204			/>
205			<Tool
206				Name="VCXMLDataGeneratorTool"
207			/>
208			<Tool
209				Name="VCWebServiceProxyGeneratorTool"
210			/>
211			<Tool
212				Name="VCMIDLTool"
213				PreprocessorDefinitions="NDEBUG"
214				MkTypLibCompatible="true"
215				SuppressStartupBanner="true"
216				TargetEnvironment="1"
217				TypeLibraryName=".\Release/map_dict.tlb"
218				HeaderFileName=""
219			/>
220			<Tool
221				Name="VCCLCompilerTool"
222				Optimization="2"
223				InlineFunctionExpansion="1"
224				PreprocessorDefinitions="NDEBUG;_CONSOLE;PTRACING=0"
225				StringPooling="true"
226				RuntimeLibrary="2"
227				EnableFunctionLevelLinking="true"
228				RuntimeTypeInfo="true"
229				UsePrecompiledHeader="2"
230				PrecompiledHeaderThrough="ptlib.h"
231				ProgramDataBaseFileName="$(OutDir)/$(TargetName).pdb"
232				WarningLevel="4"
233				SuppressStartupBanner="true"
234			/>
235			<Tool
236				Name="VCManagedResourceCompilerTool"
237			/>
238			<Tool
239				Name="VCResourceCompilerTool"
240				PreprocessorDefinitions="NDEBUG,_AFXDLL"
241				Culture="3081"
242			/>
243			<Tool
244				Name="VCPreLinkEventTool"
245			/>
246			<Tool
247				Name="VCLinkerTool"
248				LinkIncremental="1"
249				SuppressStartupBanner="true"
250				ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
251				SubSystem="1"
252				RandomizedBaseAddress="1"
253				DataExecutionPrevention="0"
254				TargetMachine="1"
255			/>
256			<Tool
257				Name="VCALinkTool"
258			/>
259			<Tool
260				Name="VCManifestTool"
261			/>
262			<Tool
263				Name="VCXDCMakeTool"
264			/>
265			<Tool
266				Name="VCBscMakeTool"
267			/>
268			<Tool
269				Name="VCFxCopTool"
270			/>
271			<Tool
272				Name="VCAppVerifierTool"
273			/>
274			<Tool
275				Name="VCPostBuildEventTool"
276			/>
277		</Configuration>
278	</Configurations>
279	<References>
280		<ProjectReference
281			ReferencedProjectIdentifier="{85F4F26A-1A5D-4685-A48A-448102C5C5BC}"
282		/>
283	</References>
284	<Files>
285		<File
286			RelativePath="main.cxx"
287			>
288			<FileConfiguration
289				Name="Release|Win32"
290				>
291				<Tool
292					Name="VCCLCompilerTool"
293					Optimization="2"
294					PreprocessorDefinitions=""
295				/>
296			</FileConfiguration>
297			<FileConfiguration
298				Name="Debug|Win32"
299				>
300				<Tool
301					Name="VCCLCompilerTool"
302					Optimization="0"
303					PreprocessorDefinitions=""
304					BasicRuntimeChecks="3"
305				/>
306			</FileConfiguration>
307			<FileConfiguration
308				Name="No Trace|Win32"
309				>
310				<Tool
311					Name="VCCLCompilerTool"
312					Optimization="2"
313					PreprocessorDefinitions=""
314				/>
315			</FileConfiguration>
316		</File>
317		<File
318			RelativePath="main.h"
319			>
320		</File>
321		<File
322			RelativePath="precompile.cxx"
323			>
324			<FileConfiguration
325				Name="Release|Win32"
326				>
327				<Tool
328					Name="VCCLCompilerTool"
329					Optimization="2"
330					PreprocessorDefinitions=""
331					UsePrecompiledHeader="1"
332				/>
333			</FileConfiguration>
334			<FileConfiguration
335				Name="Debug|Win32"
336				>
337				<Tool
338					Name="VCCLCompilerTool"
339					Optimization="0"
340					PreprocessorDefinitions=""
341					BasicRuntimeChecks="3"
342					UsePrecompiledHeader="1"
343				/>
344			</FileConfiguration>
345			<FileConfiguration
346				Name="No Trace|Win32"
347				>
348				<Tool
349					Name="VCCLCompilerTool"
350					Optimization="2"
351					PreprocessorDefinitions=""
352					UsePrecompiledHeader="1"
353				/>
354			</FileConfiguration>
355		</File>
356	</Files>
357	<Globals>
358	</Globals>
359</VisualStudioProject>
360