1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.10"
5	Name="Hello World Static"
6	ProjectGUID="{D38CA533-D522-4D9E-B2C9-D59F6C415268}"
7	SccProjectName=""
8	SccLocalPath="">
9	<Platforms>
10		<Platform
11			Name="Win32"/>
12	</Platforms>
13	<Configurations>
14		<Configuration
15			Name="Release|Win32"
16			OutputDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)"
17			IntermediateDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)"
18			ConfigurationType="1"
19			UseOfMFC="0"
20			ATLMinimizesCRunTimeLibraryUsage="FALSE">
21			<Tool
22				Name="VCCLCompilerTool"
23				Optimization="2"
24				InlineFunctionExpansion="1"
25				AdditionalIncludeDirectories="..\..\include"
26				PreprocessorDefinitions="NDEBUG;_CONSOLE;PTRACING=1"
27				StringPooling="TRUE"
28				RuntimeLibrary="2"
29				EnableFunctionLevelLinking="TRUE"
30				RuntimeTypeInfo="TRUE"
31				UsePrecompiledHeader="0"
32				PrecompiledHeaderThrough="ptlib.h"
33				PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
34				ProgramDataBaseFileName="$(TargetDir)/$(TargetName).pdb"
35				WarningLevel="4"
36				SuppressStartupBanner="TRUE"
37				DebugInformationFormat="3"/>
38			<Tool
39				Name="VCCustomBuildTool"/>
40			<Tool
41				Name="VCLinkerTool"
42				OutputFile="$(OutDir)\$(ProjectName).exe"
43				LinkIncremental="1"
44				SuppressStartupBanner="TRUE"
45				AdditionalLibraryDirectories="..\..\lib"
46				GenerateDebugInformation="TRUE"
47				ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb"
48				SubSystem="1"
49				TargetMachine="1"/>
50			<Tool
51				Name="VCMIDLTool"
52				PreprocessorDefinitions="NDEBUG"
53				MkTypLibCompatible="TRUE"
54				SuppressStartupBanner="TRUE"
55				TargetEnvironment="1"
56				TypeLibraryName=".\Release/dnstest.tlb"
57				HeaderFileName=""/>
58			<Tool
59				Name="VCPostBuildEventTool"/>
60			<Tool
61				Name="VCPreBuildEventTool"/>
62			<Tool
63				Name="VCPreLinkEventTool"/>
64			<Tool
65				Name="VCResourceCompilerTool"
66				PreprocessorDefinitions="NDEBUG,_AFXDLL"
67				Culture="3081"/>
68			<Tool
69				Name="VCWebServiceProxyGeneratorTool"/>
70			<Tool
71				Name="VCXMLDataGeneratorTool"/>
72			<Tool
73				Name="VCWebDeploymentTool"/>
74			<Tool
75				Name="VCManagedWrapperGeneratorTool"/>
76			<Tool
77				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
78		</Configuration>
79		<Configuration
80			Name="Debug|Win32"
81			OutputDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)"
82			IntermediateDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)"
83			ConfigurationType="1"
84			UseOfMFC="0"
85			ATLMinimizesCRunTimeLibraryUsage="FALSE">
86			<Tool
87				Name="VCCLCompilerTool"
88				Optimization="0"
89				AdditionalIncludeDirectories="..\..\include"
90				PreprocessorDefinitions="_DEBUG;_CONSOLE;PTRACING=1"
91				BasicRuntimeChecks="3"
92				RuntimeLibrary="3"
93				RuntimeTypeInfo="TRUE"
94				UsePrecompiledHeader="0"
95				PrecompiledHeaderThrough="ptlib.h"
96				PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
97				ProgramDataBaseFileName="$(TargetDir)/$(TargetName).pdb"
98				BrowseInformation="1"
99				WarningLevel="4"
100				SuppressStartupBanner="TRUE"
101				DebugInformationFormat="4"/>
102			<Tool
103				Name="VCCustomBuildTool"/>
104			<Tool
105				Name="VCLinkerTool"
106				OutputFile="$(OutDir)\$(ProjectName).exe"
107				LinkIncremental="2"
108				SuppressStartupBanner="TRUE"
109				AdditionalLibraryDirectories="..\..\lib"
110				GenerateDebugInformation="TRUE"
111				ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
112				SubSystem="1"
113				TargetMachine="1"/>
114			<Tool
115				Name="VCMIDLTool"
116				PreprocessorDefinitions="_DEBUG"
117				MkTypLibCompatible="TRUE"
118				SuppressStartupBanner="TRUE"
119				TargetEnvironment="1"
120				TypeLibraryName=".\Debug/dnstest.tlb"
121				HeaderFileName=""/>
122			<Tool
123				Name="VCPostBuildEventTool"/>
124			<Tool
125				Name="VCPreBuildEventTool"/>
126			<Tool
127				Name="VCPreLinkEventTool"/>
128			<Tool
129				Name="VCResourceCompilerTool"
130				PreprocessorDefinitions="_DEBUG,_AFXDLL"
131				Culture="3081"/>
132			<Tool
133				Name="VCWebServiceProxyGeneratorTool"/>
134			<Tool
135				Name="VCXMLDataGeneratorTool"/>
136			<Tool
137				Name="VCWebDeploymentTool"/>
138			<Tool
139				Name="VCManagedWrapperGeneratorTool"/>
140			<Tool
141				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
142		</Configuration>
143		<Configuration
144			Name="No Trace|Win32"
145			OutputDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)"
146			IntermediateDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)"
147			ConfigurationType="1"
148			UseOfMFC="0"
149			ATLMinimizesCRunTimeLibraryUsage="FALSE">
150			<Tool
151				Name="VCCLCompilerTool"
152				Optimization="2"
153				InlineFunctionExpansion="1"
154				AdditionalIncludeDirectories="..\..\include"
155				PreprocessorDefinitions="NDEBUG;_CONSOLE;PTRACING=0"
156				StringPooling="TRUE"
157				RuntimeLibrary="2"
158				EnableFunctionLevelLinking="TRUE"
159				RuntimeTypeInfo="TRUE"
160				UsePrecompiledHeader="0"
161				PrecompiledHeaderThrough="ptlib.h"
162				PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
163				ProgramDataBaseFileName="$(TargetDir)/$(TargetName).pdb"
164				WarningLevel="4"
165				SuppressStartupBanner="TRUE"
166				DebugInformationFormat="3"/>
167			<Tool
168				Name="VCCustomBuildTool"/>
169			<Tool
170				Name="VCLinkerTool"
171				OutputFile="$(OutDir)\$(ProjectName).exe"
172				LinkIncremental="1"
173				SuppressStartupBanner="TRUE"
174				AdditionalLibraryDirectories="..\..\lib"
175				ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
176				SubSystem="1"
177				TargetMachine="1"/>
178			<Tool
179				Name="VCMIDLTool"
180				PreprocessorDefinitions="NDEBUG"
181				MkTypLibCompatible="TRUE"
182				SuppressStartupBanner="TRUE"
183				TargetEnvironment="1"
184				TypeLibraryName=".\Release/dnstest.tlb"
185				HeaderFileName=""/>
186			<Tool
187				Name="VCPostBuildEventTool"/>
188			<Tool
189				Name="VCPreBuildEventTool"/>
190			<Tool
191				Name="VCPreLinkEventTool"/>
192			<Tool
193				Name="VCResourceCompilerTool"
194				PreprocessorDefinitions="NDEBUG,_AFXDLL"
195				Culture="3081"/>
196			<Tool
197				Name="VCWebServiceProxyGeneratorTool"/>
198			<Tool
199				Name="VCXMLDataGeneratorTool"/>
200			<Tool
201				Name="VCWebDeploymentTool"/>
202			<Tool
203				Name="VCManagedWrapperGeneratorTool"/>
204			<Tool
205				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
206		</Configuration>
207	</Configurations>
208	<References>
209		<ProjectReference
210			ReferencedProjectIdentifier="{E61B4DFB-0CAB-46DD-BB02-1AFFD61DB7F5}"
211			Name="PTLib Static"/>
212	</References>
213	<Files>
214		<File
215			RelativePath="hello.cxx">
216			<FileConfiguration
217				Name="Release|Win32">
218				<Tool
219					Name="VCCLCompilerTool"
220					Optimization="2"
221					PreprocessorDefinitions=""/>
222			</FileConfiguration>
223			<FileConfiguration
224				Name="Debug|Win32">
225				<Tool
226					Name="VCCLCompilerTool"
227					Optimization="0"
228					PreprocessorDefinitions=""
229					BasicRuntimeChecks="3"/>
230			</FileConfiguration>
231			<FileConfiguration
232				Name="No Trace|Win32">
233				<Tool
234					Name="VCCLCompilerTool"
235					Optimization="2"
236					PreprocessorDefinitions=""/>
237			</FileConfiguration>
238		</File>
239	</Files>
240	<Globals>
241	</Globals>
242</VisualStudioProject>
243