1<?xml version="1.0" encoding = "Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.00"
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="2"/>
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="VCWebDeploymentTool"/>
81		</Configuration>
82		<Configuration
83			Name="Release|Win32"
84			OutputDirectory=".\Release"
85			IntermediateDirectory=".\Release"
86			ConfigurationType="1"
87			UseOfMFC="1"
88			CharacterSet="1"
89			WholeProgramOptimization="FALSE">
90			<Tool
91				Name="VCCLCompilerTool"
92				Optimization="2"
93				GlobalOptimizations="TRUE"
94				InlineFunctionExpansion="0"
95				FavorSizeOrSpeed="2"
96				OmitFramePointers="TRUE"
97				OptimizeForWindowsApplication="FALSE"
98				AdditionalIncludeDirectories=".\Resources;..\;..\..\..\;..\..\..\..\mDNSCore;..\..\..\DNSServices"
99				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
100				StringPooling="TRUE"
101				MinimalRebuild="FALSE"
102				RuntimeLibrary="0"
103				BufferSecurityCheck="FALSE"
104				EnableFunctionLevelLinking="FALSE"
105				ForceConformanceInForLoopScope="TRUE"
106				RuntimeTypeInfo="TRUE"
107				UsePrecompiledHeader="2"
108				PrecompiledHeaderThrough="stdafx.h"
109				PrecompiledHeaderFile=".\Release/Application.pch"
110				AssemblerListingLocation=".\Release/"
111				ObjectFile=".\Release/"
112				ProgramDataBaseFileName=".\Release/"
113				BrowseInformation="1"
114				WarningLevel="4"
115				WarnAsError="TRUE"
116				SuppressStartupBanner="TRUE"
117				Detect64BitPortabilityProblems="TRUE"
118				CompileAs="2"/>
119			<Tool
120				Name="VCCustomBuildTool"/>
121			<Tool
122				Name="VCLinkerTool"
123				AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
124				AdditionalDependencies="ws2_32.lib"
125				OutputFile="DNSServiceBrowser.exe"
126				LinkIncremental="1"
127				SuppressStartupBanner="TRUE"
128				IgnoreDefaultLibraryNames="wsock32.lib"
129				ProgramDatabaseFile=".\Release/Application.pdb"
130				SubSystem="2"
131				OptimizeReferences="2"
132				EnableCOMDATFolding="2"/>
133			<Tool
134				Name="VCMIDLTool"
135				PreprocessorDefinitions="NDEBUG"
136				MkTypLibCompatible="TRUE"
137				SuppressStartupBanner="TRUE"
138				TargetEnvironment="1"
139				TypeLibraryName=".\Release/Application.tlb"/>
140			<Tool
141				Name="VCPostBuildEventTool"/>
142			<Tool
143				Name="VCPreBuildEventTool"/>
144			<Tool
145				Name="VCPreLinkEventTool"/>
146			<Tool
147				Name="VCResourceCompilerTool"
148				PreprocessorDefinitions="_AFXDLL;NDEBUG"
149				Culture="1033"/>
150			<Tool
151				Name="VCWebServiceProxyGeneratorTool"/>
152			<Tool
153				Name="VCWebDeploymentTool"/>
154		</Configuration>
155	</Configurations>
156	<Files>
157		<Filter
158			Name="Source Files"
159			Filter="">
160			<File
161				RelativePath="Sources\AboutDialog.cpp">
162			</File>
163			<File
164				RelativePath="Sources\AboutDialog.h">
165			</File>
166			<File
167				RelativePath="Sources\Application.cpp">
168			</File>
169			<File
170				RelativePath="Sources\Application.h">
171			</File>
172			<File
173				RelativePath="Sources\ChooserDialog.cpp">
174			</File>
175			<File
176				RelativePath="Sources\ChooserDialog.h">
177			</File>
178			<File
179				RelativePath="Sources\LoginDialog.cpp">
180			</File>
181			<File
182				RelativePath="Sources\LoginDialog.h">
183			</File>
184			<File
185				RelativePath="Sources\StdAfx.cpp">
186			</File>
187			<File
188				RelativePath="Sources\StdAfx.h">
189			</File>
190		</Filter>
191		<Filter
192			Name="Resource Files"
193			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;rc">
194			<File
195				RelativePath="Resources\Application.ico">
196			</File>
197			<File
198				RelativePath="Resources\Application.rc">
199			</File>
200			<File
201				RelativePath="Resources\Application.rc2">
202			</File>
203			<File
204				RelativePath=".\Resources\Resource.h">
205			</File>
206		</Filter>
207		<Filter
208			Name="Support"
209			Filter="">
210			<File
211				RelativePath="..\..\..\CommonServices.h">
212			</File>
213			<File
214				RelativePath="..\..\..\..\mDNSCore\DNSCommon.c">
215			</File>
216			<File
217				RelativePath="..\..\..\..\mDNSCore\DNSCommon.h">
218			</File>
219			<File
220				RelativePath="..\..\..\..\mDNSCore\DNSDigest.c">
221			</File>
222			<File
223				RelativePath="..\..\..\DNSServices\DNSServices.c">
224			</File>
225			<File
226				RelativePath="..\..\..\DebugServices.c">
227			</File>
228			<File
229				RelativePath="..\..\..\DebugServices.h">
230			</File>
231			<File
232				RelativePath="..\..\..\..\mDNSCore\mDNS.c">
233			</File>
234			<File
235				RelativePath="..\..\..\..\mDNSCore\mDNSClientAPI.h">
236			</File>
237			<File
238				RelativePath="..\..\..\..\mDNSCore\mDNSDebug.h">
239			</File>
240			<File
241				RelativePath="..\..\..\mDNSWin32.c">
242			</File>
243			<File
244				RelativePath="..\..\..\..\mDNSCore\uDNS.c">
245			</File>
246			<File
247				RelativePath="..\..\..\..\mDNSCore\uDNS.h">
248			</File>
249		</Filter>
250	</Files>
251	<Globals>
252	</Globals>
253</VisualStudioProject>
254