1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.10"
5	Name="Application"
6	ProjectGUID="{EDE4B529-4CF5-4A49-9B6F-C10F0EA24278}"
7	Keyword="MFCProj">
8	<Platforms>
9		<Platform
10			Name="Win32"/>
11	</Platforms>
12	<Configurations>
13		<Configuration
14			Name="Debug|Win32"
15			OutputDirectory="Debug"
16			IntermediateDirectory="Debug"
17			ConfigurationType="1"
18			UseOfMFC="1"
19			CharacterSet="1">
20			<Tool
21				Name="VCCLCompilerTool"
22				Optimization="0"
23				AdditionalIncludeDirectories=".\Resources;..\;..\..\..\;..\..\..\..\mDNSCore;..\..\..\DNSServices"
24				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DEBUG=1"
25				StringPooling="TRUE"
26				MinimalRebuild="FALSE"
27				BasicRuntimeChecks="3"
28				SmallerTypeCheck="FALSE"
29				RuntimeLibrary="1"
30				BufferSecurityCheck="TRUE"
31				EnableFunctionLevelLinking="FALSE"
32				ForceConformanceInForLoopScope="TRUE"
33				RuntimeTypeInfo="TRUE"
34				UsePrecompiledHeader="2"
35				PrecompiledHeaderThrough="StdAfx.h"
36				PrecompiledHeaderFile=".\Debug/Application.pch"
37				AssemblerListingLocation=".\Debug/"
38				ObjectFile=".\Debug/"
39				ProgramDataBaseFileName=".\Debug/"
40				BrowseInformation="1"
41				WarningLevel="4"
42				WarnAsError="TRUE"
43				SuppressStartupBanner="TRUE"
44				Detect64BitPortabilityProblems="TRUE"
45				DebugInformationFormat="3"
46				CompileAs="0"/>
47			<Tool
48				Name="VCCustomBuildTool"/>
49			<Tool
50				Name="VCLinkerTool"
51				AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
52				AdditionalDependencies="ws2_32.lib"
53				OutputFile="DNSServiceBrowser Debug.exe"
54				LinkIncremental="1"
55				SuppressStartupBanner="TRUE"
56				IgnoreDefaultLibraryNames="wsock32.lib"
57				GenerateDebugInformation="TRUE"
58				ProgramDatabaseFile=".\Debug/Application.pdb"
59				SubSystem="2"/>
60			<Tool
61				Name="VCMIDLTool"
62				PreprocessorDefinitions="_DEBUG"
63				MkTypLibCompatible="FALSE"
64				SuppressStartupBanner="TRUE"
65				TargetEnvironment="1"
66				TypeLibraryName=".\Debug/Application.tlb"/>
67			<Tool
68				Name="VCPostBuildEventTool"/>
69			<Tool
70				Name="VCPreBuildEventTool"/>
71			<Tool
72				Name="VCPreLinkEventTool"/>
73			<Tool
74				Name="VCResourceCompilerTool"
75				PreprocessorDefinitions="_AFXDLL;_DEBUG"
76				Culture="1033"/>
77			<Tool
78				Name="VCWebServiceProxyGeneratorTool"/>
79			<Tool
80				Name="VCXMLDataGeneratorTool"/>
81			<Tool
82				Name="VCWebDeploymentTool"/>
83			<Tool
84				Name="VCManagedWrapperGeneratorTool"/>
85			<Tool
86				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
87		</Configuration>
88		<Configuration
89			Name="Release|Win32"
90			OutputDirectory=".\Release"
91			IntermediateDirectory=".\Release"
92			ConfigurationType="1"
93			UseOfMFC="1"
94			CharacterSet="1"
95			WholeProgramOptimization="FALSE">
96			<Tool
97				Name="VCCLCompilerTool"
98				Optimization="2"
99				GlobalOptimizations="TRUE"
100				InlineFunctionExpansion="0"
101				FavorSizeOrSpeed="2"
102				OmitFramePointers="TRUE"
103				OptimizeForWindowsApplication="FALSE"
104				AdditionalIncludeDirectories=".\Resources;..\;..\..\..\;..\..\..\..\mDNSCore;..\..\..\DNSServices"
105				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
106				StringPooling="TRUE"
107				MinimalRebuild="FALSE"
108				RuntimeLibrary="0"
109				BufferSecurityCheck="FALSE"
110				EnableFunctionLevelLinking="FALSE"
111				ForceConformanceInForLoopScope="TRUE"
112				RuntimeTypeInfo="TRUE"
113				UsePrecompiledHeader="2"
114				PrecompiledHeaderThrough="stdafx.h"
115				PrecompiledHeaderFile=".\Release/Application.pch"
116				AssemblerListingLocation=".\Release/"
117				ObjectFile=".\Release/"
118				ProgramDataBaseFileName=".\Release/"
119				BrowseInformation="1"
120				WarningLevel="4"
121				WarnAsError="TRUE"
122				SuppressStartupBanner="TRUE"
123				Detect64BitPortabilityProblems="TRUE"
124				CompileAs="0"/>
125			<Tool
126				Name="VCCustomBuildTool"/>
127			<Tool
128				Name="VCLinkerTool"
129				AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
130				AdditionalDependencies="ws2_32.lib"
131				OutputFile="DNSServiceBrowser.exe"
132				LinkIncremental="1"
133				SuppressStartupBanner="TRUE"
134				IgnoreDefaultLibraryNames="wsock32.lib"
135				ProgramDatabaseFile=".\Release/Application.pdb"
136				SubSystem="2"
137				OptimizeReferences="2"
138				EnableCOMDATFolding="2"/>
139			<Tool
140				Name="VCMIDLTool"
141				PreprocessorDefinitions="NDEBUG"
142				MkTypLibCompatible="TRUE"
143				SuppressStartupBanner="TRUE"
144				TargetEnvironment="1"
145				TypeLibraryName=".\Release/Application.tlb"/>
146			<Tool
147				Name="VCPostBuildEventTool"/>
148			<Tool
149				Name="VCPreBuildEventTool"/>
150			<Tool
151				Name="VCPreLinkEventTool"/>
152			<Tool
153				Name="VCResourceCompilerTool"
154				PreprocessorDefinitions="_AFXDLL;NDEBUG"
155				Culture="1033"/>
156			<Tool
157				Name="VCWebServiceProxyGeneratorTool"/>
158			<Tool
159				Name="VCXMLDataGeneratorTool"/>
160			<Tool
161				Name="VCWebDeploymentTool"/>
162			<Tool
163				Name="VCManagedWrapperGeneratorTool"/>
164			<Tool
165				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
166		</Configuration>
167	</Configurations>
168	<References>
169	</References>
170	<Files>
171		<Filter
172			Name="Source Files"
173			Filter="">
174			<File
175				RelativePath="Sources\AboutDialog.cpp">
176			</File>
177			<File
178				RelativePath="Sources\AboutDialog.h">
179			</File>
180			<File
181				RelativePath="Sources\Application.cpp">
182			</File>
183			<File
184				RelativePath="Sources\Application.h">
185			</File>
186			<File
187				RelativePath="Sources\ChooserDialog.cpp">
188			</File>
189			<File
190				RelativePath="Sources\ChooserDialog.h">
191			</File>
192			<File
193				RelativePath="Sources\LoginDialog.cpp">
194			</File>
195			<File
196				RelativePath="Sources\LoginDialog.h">
197			</File>
198			<File
199				RelativePath="Sources\StdAfx.cpp">
200			</File>
201			<File
202				RelativePath="Sources\StdAfx.h">
203			</File>
204		</Filter>
205		<Filter
206			Name="Resource Files"
207			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;rc">
208			<File
209				RelativePath="Resources\Application.ico">
210			</File>
211			<File
212				RelativePath="Resources\Application.rc">
213			</File>
214			<File
215				RelativePath="Resources\Application.rc2">
216			</File>
217			<File
218				RelativePath=".\Resources\Resource.h">
219			</File>
220		</Filter>
221		<Filter
222			Name="Support"
223			Filter="">
224			<File
225				RelativePath="..\..\..\CommonServices.h">
226			</File>
227			<File
228				RelativePath="..\..\..\..\mDNSCore\DNSCommon.c">
229			</File>
230			<File
231				RelativePath="..\..\..\..\mDNSCore\DNSCommon.h">
232			</File>
233			<File
234				RelativePath="..\..\..\..\mDNSCore\DNSDigest.c">
235			</File>
236			<File
237				RelativePath="..\..\..\DNSServices\DNSServices.c">
238			</File>
239			<File
240				RelativePath="..\..\..\DebugServices.c">
241			</File>
242			<File
243				RelativePath="..\..\..\DebugServices.h">
244			</File>
245			<File
246				RelativePath="..\..\..\..\mDNSCore\mDNS.c">
247			</File>
248			<File
249				RelativePath="..\..\..\..\mDNSCore\mDNSClientAPI.h">
250			</File>
251			<File
252				RelativePath="..\..\..\..\mDNSCore\mDNSDebug.h">
253			</File>
254			<File
255				RelativePath="..\..\..\mDNSWin32.c">
256			</File>
257			<File
258				RelativePath="..\..\..\..\mDNSCore\uDNS.c">
259			</File>
260			<File
261				RelativePath="..\..\..\..\mDNSCore\uDNS.h">
262			</File>
263		</Filter>
264	</Files>
265	<Globals>
266	</Globals>
267</VisualStudioProject>
268