1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="dns-sd"
6	ProjectGUID="{AA230639-E115-4A44-AA5A-44A61235BA50}"
7	Keyword="Win32Proj"
8	>
9	<Platforms>
10		<Platform
11			Name="Win32"
12		/>
13		<Platform
14			Name="x64"
15		/>
16	</Platforms>
17	<ToolFiles>
18	</ToolFiles>
19	<Configurations>
20		<Configuration
21			Name="Debug|Win32"
22			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
23			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
24			ConfigurationType="1"
25			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
26			CharacterSet="2"
27			>
28			<Tool
29				Name="VCPreBuildEventTool"
30			/>
31			<Tool
32				Name="VCCustomBuildTool"
33			/>
34			<Tool
35				Name="VCXMLDataGeneratorTool"
36			/>
37			<Tool
38				Name="VCWebServiceProxyGeneratorTool"
39			/>
40			<Tool
41				Name="VCMIDLTool"
42			/>
43			<Tool
44				Name="VCCLCompilerTool"
45				Optimization="0"
46				AdditionalIncludeDirectories="/mDNSShared"
47				PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;_CONSOLE;NOT_HAVE_GETOPT;NOT_HAVE_SETLINEBUF;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1"
48				MinimalRebuild="true"
49				BasicRuntimeChecks="3"
50				RuntimeLibrary="1"
51				UsePrecompiledHeader="0"
52				AssemblerListingLocation="$(IntDir)\"
53				WarningLevel="3"
54				Detect64BitPortabilityProblems="true"
55				DebugInformationFormat="3"
56			/>
57			<Tool
58				Name="VCManagedResourceCompilerTool"
59			/>
60			<Tool
61				Name="VCResourceCompilerTool"
62				AdditionalIncludeDirectories="/mDNSWindows"
63			/>
64			<Tool
65				Name="VCPreLinkEventTool"
66			/>
67			<Tool
68				Name="VCLinkerTool"
69				AdditionalOptions="/NXCOMPAT /DYNAMICBASE /SAFESEH"
70				AdditionalDependencies="/mDNSWindows/DLL/$(PlatformName)/$(ConfigurationName)/dnssd.lib ws2_32.lib"
71				OutputFile="$(OutDir)/dns-sd.exe"
72				LinkIncremental="2"
73				GenerateDebugInformation="true"
74				ProgramDatabaseFile="$(OutDir)/dns-sd.pdb"
75				SubSystem="1"
76				TargetMachine="1"
77			/>
78			<Tool
79				Name="VCALinkTool"
80			/>
81			<Tool
82				Name="VCManifestTool"
83				AdditionalManifestFiles="DNS-SD.manifest"
84			/>
85			<Tool
86				Name="VCXDCMakeTool"
87			/>
88			<Tool
89				Name="VCBscMakeTool"
90			/>
91			<Tool
92				Name="VCFxCopTool"
93			/>
94			<Tool
95				Name="VCAppVerifierTool"
96			/>
97			<Tool
98				Name="VCWebDeploymentTool"
99			/>
100			<Tool
101				Name="VCPostBuildEventTool"
102			/>
103		</Configuration>
104		<Configuration
105			Name="Debug|x64"
106			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
107			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
108			ConfigurationType="1"
109			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
110			CharacterSet="2"
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				TargetEnvironment="3"
127			/>
128			<Tool
129				Name="VCCLCompilerTool"
130				Optimization="0"
131				AdditionalIncludeDirectories="/mDNSShared"
132				PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;_CONSOLE;NOT_HAVE_GETOPT;NOT_HAVE_SETLINEBUF;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1"
133				MinimalRebuild="true"
134				BasicRuntimeChecks="3"
135				RuntimeLibrary="1"
136				UsePrecompiledHeader="0"
137				AssemblerListingLocation="$(IntDir)\"
138				WarningLevel="3"
139				Detect64BitPortabilityProblems="true"
140				DebugInformationFormat="3"
141			/>
142			<Tool
143				Name="VCManagedResourceCompilerTool"
144			/>
145			<Tool
146				Name="VCResourceCompilerTool"
147				AdditionalIncludeDirectories="/mDNSWindows"
148			/>
149			<Tool
150				Name="VCPreLinkEventTool"
151			/>
152			<Tool
153				Name="VCLinkerTool"
154				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
155				AdditionalDependencies="/mDNSWindows/DLL/$(PlatformName)/$(ConfigurationName)/dnssd.lib ws2_32.lib"
156				OutputFile="$(OutDir)/dns-sd.exe"
157				LinkIncremental="2"
158				GenerateDebugInformation="true"
159				ProgramDatabaseFile="$(OutDir)/dns-sd.pdb"
160				SubSystem="1"
161				TargetMachine="17"
162			/>
163			<Tool
164				Name="VCALinkTool"
165			/>
166			<Tool
167				Name="VCManifestTool"
168				AdditionalManifestFiles="DNS-SD64.manifest"
169			/>
170			<Tool
171				Name="VCXDCMakeTool"
172			/>
173			<Tool
174				Name="VCBscMakeTool"
175			/>
176			<Tool
177				Name="VCFxCopTool"
178			/>
179			<Tool
180				Name="VCAppVerifierTool"
181			/>
182			<Tool
183				Name="VCWebDeploymentTool"
184			/>
185			<Tool
186				Name="VCPostBuildEventTool"
187			/>
188		</Configuration>
189		<Configuration
190			Name="Release|Win32"
191			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
192			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
193			ConfigurationType="1"
194			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
195			CharacterSet="2"
196			>
197			<Tool
198				Name="VCPreBuildEventTool"
199			/>
200			<Tool
201				Name="VCCustomBuildTool"
202			/>
203			<Tool
204				Name="VCXMLDataGeneratorTool"
205			/>
206			<Tool
207				Name="VCWebServiceProxyGeneratorTool"
208			/>
209			<Tool
210				Name="VCMIDLTool"
211			/>
212			<Tool
213				Name="VCCLCompilerTool"
214				Optimization="2"
215				InlineFunctionExpansion="1"
216				OmitFramePointers="true"
217				AdditionalIncludeDirectories="/mDNSShared"
218				PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_CONSOLE;NOT_HAVE_GETOPT;NOT_HAVE_SETLINEBUF;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1"
219				StringPooling="true"
220				RuntimeLibrary="0"
221				EnableFunctionLevelLinking="true"
222				UsePrecompiledHeader="0"
223				AssemblerListingLocation="$(IntDir)\"
224				WarningLevel="3"
225				Detect64BitPortabilityProblems="true"
226				DebugInformationFormat="3"
227			/>
228			<Tool
229				Name="VCManagedResourceCompilerTool"
230			/>
231			<Tool
232				Name="VCResourceCompilerTool"
233				AdditionalIncludeDirectories="/mDNSWindows"
234			/>
235			<Tool
236				Name="VCPreLinkEventTool"
237			/>
238			<Tool
239				Name="VCLinkerTool"
240				AdditionalOptions="/NXCOMPAT /DYNAMICBASE /SAFESEH"
241				AdditionalDependencies="/mDNSWindows/DLL/$(PlatformName)/$(ConfigurationName)/dnssd.lib ws2_32.lib"
242				OutputFile="$(OutDir)/dns-sd.exe"
243				LinkIncremental="1"
244				GenerateDebugInformation="true"
245				SubSystem="1"
246				OptimizeReferences="2"
247				EnableCOMDATFolding="2"
248				TargetMachine="1"
249			/>
250			<Tool
251				Name="VCALinkTool"
252			/>
253			<Tool
254				Name="VCManifestTool"
255				AdditionalManifestFiles="DNS-SD.manifest"
256			/>
257			<Tool
258				Name="VCXDCMakeTool"
259			/>
260			<Tool
261				Name="VCBscMakeTool"
262			/>
263			<Tool
264				Name="VCFxCopTool"
265			/>
266			<Tool
267				Name="VCAppVerifierTool"
268			/>
269			<Tool
270				Name="VCWebDeploymentTool"
271			/>
272			<Tool
273				Name="VCPostBuildEventTool"
274				CommandLine="if not &quot;%RC_XBS%&quot; == &quot;YES&quot; goto END&#x0D;&#x0A;if not exist &quot;$(DSTROOT)\WINDOWS\system32\$(PlatformName)&quot;            mkdir &quot;$(DSTROOT)\WINDOWS\system32\$(PlatformName)&quot;&#x0D;&#x0A;if not exist &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C&quot;               mkdir &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C&quot;&#x0D;&#x0A;if not exist &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS&quot;           mkdir &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS&quot;&#x0D;&#x0A;if not exist &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS\DNSServiceBrowser&quot; mkdir &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS\DNSServiceBrowser&quot;&#x0D;&#x0A;if not exist &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS\SimpleChat&quot;               mkdir &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS\SimpleChat&quot;&#x0D;&#x0A;if not exist &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\VB&quot;             mkdir &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\VB&quot;&#x0D;&#x0A;if not exist &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\VB\DNSServiceBrowser&quot; mkdir &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\VB\DNSServiceBrowser&quot;&#x0D;&#x0A;if not exist &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\VB\DNSServiceBrowser\My Project&quot; mkdir &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\VB\DNSServiceBrowser\My Project&quot;&#x0D;&#x0A;if not exist &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\VB\SimpleChat&quot;               mkdir &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\VB\SimpleChat&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(TargetPath)&quot;                                                                           &quot;$(DSTROOT)\WINDOWS\system32\$(PlatformName)&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\dns-sd.c&quot;                                                            &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\ClientCommon.c&quot;                                             &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\ClientCommon.h&quot;                                             &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)resource.h&quot;                                                             &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)DNS-SD.manifest&quot;                                                 &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)DNS-SD64.manifest&quot;                                             &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)dns-sd.sdk.rc&quot;                                                        &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C&quot;&#x0D;&#x0A;move /Y &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C\dns-sd.sdk.rc&quot; &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C\dns-sd.rc&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)dns-sd.sdk.vcproj&quot;                                                &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C&quot;&#x0D;&#x0A;move /Y &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C\dns-sd.sdk.vcproj&quot; &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C\dns-sd.vcproj&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\DNSServiceBrowser.NET\App.ico&quot;                  &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS\DNSServiceBrowser&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\DNSServiceBrowser.NET\AssemblyInfo.cs&quot;                  &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS\DNSServiceBrowser&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\DNSServiceBrowser.NET\DNSServiceBrowser.NET.csproj&quot;                  &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS\DNSServiceBrowser&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\DNSServiceBrowser.NET\DNSServiceBrowser.cs&quot;                  &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS\DNSServiceBrowser&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\DNSServiceBrowser.NET\DNSServiceBrowser.resx&quot;                  &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS\DNSServiceBrowser&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\SimpleChat.NET\App.ico&quot;                  &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS\SimpleChat&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\SimpleChat.NET\AssemblyInfo.cs&quot;                  &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS\SimpleChat&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\SimpleChat.NET\SimpleChat.NET.csproj&quot;                  &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS\SimpleChat&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\SimpleChat.NET\SimpleChat.cs&quot;                  &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS\SimpleChat&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\SimpleChat.NET\SimpleChat.resx&quot;                  &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\CS\SimpleChat&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\DNSServiceBrowser.VB\DNSServiceBrowser.Designer.vb&quot;  &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\VB\DNSServiceBrowser&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\DNSServiceBrowser.VB\DNSServiceBrowser.VB.vbproj&quot;   &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\VB\DNSServiceBrowser&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\DNSServiceBrowser.VB\DNSServiceBrowser.resx&quot;   &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\VB\DNSServiceBrowser&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(ProjectDir)..\DNSServiceBrowser.VB\DNSServiceBrowser.vb&quot;   &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\VB\DNSServiceBrowser&quot;&#x0D;&#x0A;xcopy /E/Y &quot;$(ProjectDir)..\DNSServiceBrowser.VB\My Project&quot;                      &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\VB\DNSServiceBrowser\My Project&quot;&#x0D;&#x0A;xcopy /E/Y &quot;$(ProjectDir)..\SimpleChat.VB&quot;                                               &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\VB\SimpleChat&quot;&#x0D;&#x0A;:END&#x0D;&#x0A;"
275			/>
276		</Configuration>
277		<Configuration
278			Name="Release|x64"
279			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
280			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
281			ConfigurationType="1"
282			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
283			CharacterSet="2"
284			>
285			<Tool
286				Name="VCPreBuildEventTool"
287			/>
288			<Tool
289				Name="VCCustomBuildTool"
290			/>
291			<Tool
292				Name="VCXMLDataGeneratorTool"
293			/>
294			<Tool
295				Name="VCWebServiceProxyGeneratorTool"
296			/>
297			<Tool
298				Name="VCMIDLTool"
299				TargetEnvironment="3"
300			/>
301			<Tool
302				Name="VCCLCompilerTool"
303				Optimization="2"
304				InlineFunctionExpansion="1"
305				OmitFramePointers="true"
306				AdditionalIncludeDirectories="/mDNSShared"
307				PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_CONSOLE;NOT_HAVE_GETOPT;NOT_HAVE_SETLINEBUF;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1"
308				StringPooling="true"
309				RuntimeLibrary="0"
310				EnableFunctionLevelLinking="true"
311				UsePrecompiledHeader="0"
312				AssemblerListingLocation="$(IntDir)\"
313				WarningLevel="3"
314				Detect64BitPortabilityProblems="true"
315				DebugInformationFormat="3"
316			/>
317			<Tool
318				Name="VCManagedResourceCompilerTool"
319			/>
320			<Tool
321				Name="VCResourceCompilerTool"
322				AdditionalIncludeDirectories="/mDNSWindows"
323			/>
324			<Tool
325				Name="VCPreLinkEventTool"
326			/>
327			<Tool
328				Name="VCLinkerTool"
329				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
330				AdditionalDependencies="/mDNSWindows/DLL/$(PlatformName)/$(ConfigurationName)/dnssd.lib ws2_32.lib"
331				OutputFile="$(OutDir)/dns-sd.exe"
332				LinkIncremental="1"
333				GenerateDebugInformation="true"
334				SubSystem="1"
335				OptimizeReferences="2"
336				EnableCOMDATFolding="2"
337				TargetMachine="17"
338			/>
339			<Tool
340				Name="VCALinkTool"
341			/>
342			<Tool
343				Name="VCManifestTool"
344				AdditionalManifestFiles="DNS-SD64.manifest"
345			/>
346			<Tool
347				Name="VCXDCMakeTool"
348			/>
349			<Tool
350				Name="VCBscMakeTool"
351			/>
352			<Tool
353				Name="VCFxCopTool"
354			/>
355			<Tool
356				Name="VCAppVerifierTool"
357			/>
358			<Tool
359				Name="VCWebDeploymentTool"
360			/>
361			<Tool
362				Name="VCPostBuildEventTool"
363				CommandLine="if not &quot;%RC_XBS%&quot; == &quot;YES&quot; goto END&#x0D;&#x0A;if not exist &quot;$(DSTROOT)\WINDOWS\system32\$(PlatformName)&quot;            mkdir &quot;$(DSTROOT)\WINDOWS\system32\$(PlatformName)&quot;&#x0D;&#x0A;if not exist &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C&quot;               mkdir &quot;$(DSTROOT)\Program Files\Bonjour SDK\Samples\C&quot;&#x0D;&#x0A;xcopy /I/Y &quot;$(TargetPath)&quot;                                                                           &quot;$(DSTROOT)\WINDOWS\system32\$(PlatformName)&quot;&#x0D;&#x0A;:END&#x0D;&#x0A;"
364			/>
365		</Configuration>
366	</Configurations>
367	<References>
368	</References>
369	<Files>
370		<Filter
371			Name="Source Files"
372			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
373			>
374			<File
375				RelativePath="..\ClientCommon.c"
376				>
377			</File>
378			<File
379				RelativePath="..\dns-sd.c"
380				>
381			</File>
382		</Filter>
383		<Filter
384			Name="Header Files"
385			Filter="h;hpp;hxx;hm;inl;inc"
386			>
387			<File
388				RelativePath="..\ClientCommon.h"
389				>
390			</File>
391			<File
392				RelativePath="resource.h"
393				>
394			</File>
395		</Filter>
396		<Filter
397			Name="Resource Files"
398			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
399			>
400			<File
401				RelativePath="dns-sd.rc"
402				>
403			</File>
404		</Filter>
405	</Files>
406	<Globals>
407	</Globals>
408</VisualStudioProject>
409