1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="mDNSResponder" 6 ProjectGUID="{C1D98254-BA27-4427-A3BE-A68CA2CC5F69}" 7 RootNamespace="mDNSResponder" 8 Keyword="Win32Proj" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 <Platform 15 Name="x64" 16 /> 17 </Platforms> 18 <ToolFiles> 19 </ToolFiles> 20 <Configurations> 21 <Configuration 22 Name="Debug|Win32" 23 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 24 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 25 ConfigurationType="1" 26 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 27 CharacterSet="2" 28 > 29 <Tool 30 Name="VCPreBuildEventTool" 31 /> 32 <Tool 33 Name="VCCustomBuildTool" 34 /> 35 <Tool 36 Name="VCXMLDataGeneratorTool" 37 /> 38 <Tool 39 Name="VCWebServiceProxyGeneratorTool" 40 /> 41 <Tool 42 Name="VCMIDLTool" 43 /> 44 <Tool 45 Name="VCCLCompilerTool" 46 Optimization="0" 47 AdditionalIncludeDirectories=".;../;../../mDNSCore;../../mDNSShared;"$(VCInstallDir)include";"$(VCInstallDir)atlmfc\include";"C:/Program Files/Microsoft SDKs/Windows/v6.1/Include"" 48 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0501;DEBUG=1;MDNS_DEBUGMSGS=0;TARGET_OS_WIN32;WIN32_LEAN_AND_MEAN;USE_TCP_LOOPBACK;PLATFORM_NO_STRSEP;PLATFORM_NO_EPIPE;PLATFORM_NO_RLIMIT;PID_FILE="""";UNICODE;_UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_LEGACY_NAT_TRAVERSAL_;_USE_32BIT_TIME_T" 49 StringPooling="true" 50 MinimalRebuild="true" 51 ExceptionHandling="0" 52 BasicRuntimeChecks="3" 53 SmallerTypeCheck="true" 54 RuntimeLibrary="1" 55 BufferSecurityCheck="true" 56 UsePrecompiledHeader="0" 57 AssemblerListingLocation="$(IntDir)\" 58 WarningLevel="4" 59 Detect64BitPortabilityProblems="true" 60 DebugInformationFormat="3" 61 CallingConvention="2" 62 DisableSpecificWarnings="4127;4201" 63 ShowIncludes="false" 64 /> 65 <Tool 66 Name="VCManagedResourceCompilerTool" 67 /> 68 <Tool 69 Name="VCResourceCompilerTool" 70 AdditionalIncludeDirectories="../" 71 /> 72 <Tool 73 Name="VCPreLinkEventTool" 74 /> 75 <Tool 76 Name="VCLinkerTool" 77 AdditionalOptions="/NXCOMPAT /DYNAMICBASE /SAFESEH" 78 AdditionalDependencies="ws2_32.lib iphlpapi.lib crypt32.lib netapi32.lib powrprof.lib" 79 OutputFile="$(OutDir)/mDNSResponder.exe" 80 LinkIncremental="2" 81 IgnoreAllDefaultLibraries="false" 82 GenerateDebugInformation="true" 83 ProgramDatabaseFile="$(OutDir)/mDNSResponder.pdb" 84 SubSystem="1" 85 TargetMachine="1" 86 /> 87 <Tool 88 Name="VCALinkTool" 89 /> 90 <Tool 91 Name="VCManifestTool" 92 AdditionalManifestFiles="res\mDNSResponder.manifest" 93 /> 94 <Tool 95 Name="VCXDCMakeTool" 96 /> 97 <Tool 98 Name="VCBscMakeTool" 99 /> 100 <Tool 101 Name="VCFxCopTool" 102 /> 103 <Tool 104 Name="VCAppVerifierTool" 105 /> 106 <Tool 107 Name="VCWebDeploymentTool" 108 /> 109 <Tool 110 Name="VCPostBuildEventTool" 111 /> 112 </Configuration> 113 <Configuration 114 Name="Debug|x64" 115 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 116 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 117 ConfigurationType="1" 118 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 119 CharacterSet="2" 120 > 121 <Tool 122 Name="VCPreBuildEventTool" 123 /> 124 <Tool 125 Name="VCCustomBuildTool" 126 /> 127 <Tool 128 Name="VCXMLDataGeneratorTool" 129 /> 130 <Tool 131 Name="VCWebServiceProxyGeneratorTool" 132 /> 133 <Tool 134 Name="VCMIDLTool" 135 TargetEnvironment="3" 136 /> 137 <Tool 138 Name="VCCLCompilerTool" 139 Optimization="0" 140 AdditionalIncludeDirectories=".;../;../../mDNSCore;../../mDNSShared;"$(VCInstallDir)include";"$(VCInstallDir)atlmfc\include";"C:/Program Files/Microsoft SDKs/Windows/v6.1/Include"" 141 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0501;DEBUG=1;MDNS_DEBUGMSGS=0;TARGET_OS_WIN32;WIN32_LEAN_AND_MEAN;USE_TCP_LOOPBACK;PLATFORM_NO_STRSEP;PLATFORM_NO_EPIPE;PLATFORM_NO_RLIMIT;PID_FILE="""";UNICODE;_UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_LEGACY_NAT_TRAVERSAL_" 142 StringPooling="true" 143 MinimalRebuild="true" 144 ExceptionHandling="0" 145 BasicRuntimeChecks="3" 146 SmallerTypeCheck="true" 147 RuntimeLibrary="1" 148 BufferSecurityCheck="true" 149 UsePrecompiledHeader="0" 150 AssemblerListingLocation="$(IntDir)\" 151 WarningLevel="4" 152 Detect64BitPortabilityProblems="true" 153 DebugInformationFormat="3" 154 CallingConvention="2" 155 DisableSpecificWarnings="4127;4201" 156 /> 157 <Tool 158 Name="VCManagedResourceCompilerTool" 159 /> 160 <Tool 161 Name="VCResourceCompilerTool" 162 AdditionalIncludeDirectories="../" 163 /> 164 <Tool 165 Name="VCPreLinkEventTool" 166 /> 167 <Tool 168 Name="VCLinkerTool" 169 AdditionalOptions="/NXCOMPAT /DYNAMICBASE" 170 AdditionalDependencies="ws2_32.lib iphlpapi.lib crypt32.lib netapi32.lib powrprof.lib" 171 OutputFile="$(OutDir)/mDNSResponder.exe" 172 LinkIncremental="2" 173 IgnoreAllDefaultLibraries="false" 174 GenerateDebugInformation="true" 175 ProgramDatabaseFile="$(OutDir)/mDNSResponder.pdb" 176 SubSystem="1" 177 TargetMachine="17" 178 /> 179 <Tool 180 Name="VCALinkTool" 181 /> 182 <Tool 183 Name="VCManifestTool" 184 AdditionalManifestFiles="res\mDNSResponder64.manifest" 185 /> 186 <Tool 187 Name="VCXDCMakeTool" 188 /> 189 <Tool 190 Name="VCBscMakeTool" 191 /> 192 <Tool 193 Name="VCFxCopTool" 194 /> 195 <Tool 196 Name="VCAppVerifierTool" 197 /> 198 <Tool 199 Name="VCWebDeploymentTool" 200 /> 201 <Tool 202 Name="VCPostBuildEventTool" 203 /> 204 </Configuration> 205 <Configuration 206 Name="Release|Win32" 207 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 208 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 209 ConfigurationType="1" 210 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 211 CharacterSet="2" 212 > 213 <Tool 214 Name="VCPreBuildEventTool" 215 /> 216 <Tool 217 Name="VCCustomBuildTool" 218 /> 219 <Tool 220 Name="VCXMLDataGeneratorTool" 221 /> 222 <Tool 223 Name="VCWebServiceProxyGeneratorTool" 224 /> 225 <Tool 226 Name="VCMIDLTool" 227 /> 228 <Tool 229 Name="VCCLCompilerTool" 230 AdditionalIncludeDirectories=".;../;../../mDNSCore;../../mDNSShared;"$(VCInstallDir)include";"$(VCInstallDir)atlmfc\include";"C:/Program Files/Microsoft SDKs/Windows/v6.1/Include"" 231 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WIN32_WINNT=0x0501;TARGET_OS_WIN32;WIN32_LEAN_AND_MEAN;USE_TCP_LOOPBACK;PLATFORM_NO_STRSEP;PLATFORM_NO_EPIPE;PLATFORM_NO_RLIMIT;PID_FILE="""";UNICODE;_UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_LEGACY_NAT_TRAVERSAL_;_USE_32BIT_TIME_T" 232 RuntimeLibrary="0" 233 UsePrecompiledHeader="0" 234 AssemblerListingLocation="$(IntDir)\" 235 WarningLevel="4" 236 Detect64BitPortabilityProblems="true" 237 DebugInformationFormat="3" 238 CallingConvention="2" 239 DisableSpecificWarnings="4127;4201" 240 /> 241 <Tool 242 Name="VCManagedResourceCompilerTool" 243 /> 244 <Tool 245 Name="VCResourceCompilerTool" 246 AdditionalIncludeDirectories="../" 247 /> 248 <Tool 249 Name="VCPreLinkEventTool" 250 /> 251 <Tool 252 Name="VCLinkerTool" 253 AdditionalOptions="/NXCOMPAT /DYNAMICBASE /SAFESEH" 254 AdditionalDependencies="ws2_32.lib iphlpapi.lib crypt32.lib netapi32.lib powrprof.lib" 255 OutputFile="$(OutDir)/mDNSResponder.exe" 256 LinkIncremental="1" 257 GenerateDebugInformation="true" 258 ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb" 259 SubSystem="1" 260 OptimizeReferences="2" 261 EnableCOMDATFolding="2" 262 TargetMachine="1" 263 /> 264 <Tool 265 Name="VCALinkTool" 266 /> 267 <Tool 268 Name="VCManifestTool" 269 AdditionalManifestFiles="res\mDNSResponder.manifest" 270 /> 271 <Tool 272 Name="VCXDCMakeTool" 273 /> 274 <Tool 275 Name="VCBscMakeTool" 276 /> 277 <Tool 278 Name="VCFxCopTool" 279 /> 280 <Tool 281 Name="VCAppVerifierTool" 282 /> 283 <Tool 284 Name="VCWebDeploymentTool" 285 /> 286 <Tool 287 Name="VCPostBuildEventTool" 288 CommandLine="if not "%RC_XBS%" == "YES" goto END
if not exist "$(DSTROOT)\Program Files\Bonjour\$(PlatformName)" mkdir "$(DSTROOT)\Program Files\Bonjour\$(PlatformName)"
if not exist "$(DSTROOT)\AppleInternal" mkdir "$(DSTROOT)\AppleInternal"
if not exist "$(DSTROOT)\AppleInternal\bin" mkdir "$(DSTROOT)\AppleInternal\bin"
xcopy /I/Y "$(TargetPath)" "$(DSTROOT)\Program Files\Bonjour\$(PlatformName)"
xcopy /I/Y "$(TargetDir)$(TargetName).pdb" "$(DSTROOT)\AppleInternal\bin"
:END
" 289 /> 290 </Configuration> 291 <Configuration 292 Name="Release|x64" 293 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 294 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 295 ConfigurationType="1" 296 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 297 CharacterSet="2" 298 > 299 <Tool 300 Name="VCPreBuildEventTool" 301 /> 302 <Tool 303 Name="VCCustomBuildTool" 304 /> 305 <Tool 306 Name="VCXMLDataGeneratorTool" 307 /> 308 <Tool 309 Name="VCWebServiceProxyGeneratorTool" 310 /> 311 <Tool 312 Name="VCMIDLTool" 313 TargetEnvironment="3" 314 /> 315 <Tool 316 Name="VCCLCompilerTool" 317 AdditionalIncludeDirectories=".;../;../../mDNSCore;../../mDNSShared;"$(VCInstallDir)include";"$(VCInstallDir)atlmfc\include";"C:/Program Files/Microsoft SDKs/Windows/v6.1/Include"" 318 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WIN32_WINNT=0x0501;TARGET_OS_WIN32;WIN32_LEAN_AND_MEAN;USE_TCP_LOOPBACK;PLATFORM_NO_STRSEP;PLATFORM_NO_EPIPE;PLATFORM_NO_RLIMIT;PID_FILE="""";UNICODE;_UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_LEGACY_NAT_TRAVERSAL_" 319 RuntimeLibrary="0" 320 UsePrecompiledHeader="0" 321 AssemblerListingLocation="$(IntDir)\" 322 WarningLevel="4" 323 Detect64BitPortabilityProblems="true" 324 DebugInformationFormat="3" 325 DisableSpecificWarnings="4127;4201" 326 /> 327 <Tool 328 Name="VCManagedResourceCompilerTool" 329 /> 330 <Tool 331 Name="VCResourceCompilerTool" 332 AdditionalIncludeDirectories="../" 333 /> 334 <Tool 335 Name="VCPreLinkEventTool" 336 /> 337 <Tool 338 Name="VCLinkerTool" 339 AdditionalOptions="/NXCOMPAT /DYNAMICBASE" 340 AdditionalDependencies="ws2_32.lib iphlpapi.lib netapi32.lib powrprof.lib" 341 OutputFile="$(OutDir)/mDNSResponder.exe" 342 LinkIncremental="1" 343 GenerateDebugInformation="true" 344 ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb" 345 SubSystem="1" 346 OptimizeReferences="2" 347 EnableCOMDATFolding="2" 348 TargetMachine="17" 349 /> 350 <Tool 351 Name="VCALinkTool" 352 /> 353 <Tool 354 Name="VCManifestTool" 355 AdditionalManifestFiles="res\mDNSResponder64.manifest" 356 /> 357 <Tool 358 Name="VCXDCMakeTool" 359 /> 360 <Tool 361 Name="VCBscMakeTool" 362 /> 363 <Tool 364 Name="VCFxCopTool" 365 /> 366 <Tool 367 Name="VCAppVerifierTool" 368 /> 369 <Tool 370 Name="VCWebDeploymentTool" 371 /> 372 <Tool 373 Name="VCPostBuildEventTool" 374 CommandLine="if not "%RC_XBS%" == "YES" goto END
if not exist "$(DSTROOT)\Program Files\Bonjour\$(PlatformName)" mkdir "$(DSTROOT)\Program Files\Bonjour\$(PlatformName)"
if not exist "$(DSTROOT)\AppleInternal" mkdir "$(DSTROOT)\AppleInternal"
if not exist "$(DSTROOT)\AppleInternal\bin" mkdir "$(DSTROOT)\AppleInternal\bin"
xcopy /I/Y "$(TargetPath)" "$(DSTROOT)\Program Files\Bonjour\$(PlatformName)"
xcopy /I/Y "$(TargetDir)$(TargetName).pdb" "$(DSTROOT)\AppleInternal\bin"
:END
" 375 /> 376 </Configuration> 377 </Configurations> 378 <References> 379 </References> 380 <Files> 381 <Filter 382 Name="Source Files" 383 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 384 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 385 > 386 <File 387 RelativePath="..\..\mDNSShared\DebugServices.c" 388 > 389 </File> 390 <File 391 RelativePath="..\..\mDNSCore\DNSCommon.c" 392 > 393 </File> 394 <File 395 RelativePath="..\..\mDNSCore\DNSDigest.c" 396 > 397 </File> 398 <File 399 RelativePath="..\..\mDNSShared\dnssd_ipc.c" 400 > 401 </File> 402 <File 403 RelativePath=".\EventLog.mc" 404 > 405 <FileConfiguration 406 Name="Debug|Win32" 407 > 408 <Tool 409 Name="VCCustomBuildTool" 410 Description="Compiling Message Resource" 411 CommandLine="mc.exe EventLog.mc" 412 Outputs="EventLog.rc EventLog.h" 413 /> 414 </FileConfiguration> 415 <FileConfiguration 416 Name="Debug|x64" 417 > 418 <Tool 419 Name="VCCustomBuildTool" 420 Description="Compiling Message Resource" 421 CommandLine="mc.exe EventLog.mc" 422 Outputs="EventLog.rc EventLog.h" 423 /> 424 </FileConfiguration> 425 <FileConfiguration 426 Name="Release|Win32" 427 > 428 <Tool 429 Name="VCCustomBuildTool" 430 Description="Compiling Message Resource" 431 CommandLine="mc.exe EventLog.mc" 432 Outputs="EventLog.rc EventLog.h" 433 /> 434 </FileConfiguration> 435 <FileConfiguration 436 Name="Release|x64" 437 > 438 <Tool 439 Name="VCCustomBuildTool" 440 Description="Compiling Message Resource" 441 CommandLine="mc.exe EventLog.mc" 442 Outputs="EventLog.rc EventLog.h" 443 /> 444 </FileConfiguration> 445 </File> 446 <File 447 RelativePath="Firewall.cpp" 448 > 449 </File> 450 <File 451 RelativePath="..\..\mDNSShared\GenLinkedList.c" 452 > 453 </File> 454 <File 455 RelativePath="..\..\mDNSMacOSX\LegacyNATTraversal.c" 456 > 457 </File> 458 <File 459 RelativePath=".\main.c" 460 > 461 </File> 462 <File 463 RelativePath="..\..\mDNSCore\mDNS.c" 464 > 465 </File> 466 <File 467 RelativePath="..\..\mDNSShared\mDNSDebug.c" 468 > 469 </File> 470 <File 471 RelativePath="..\mDNSWin32.c" 472 > 473 </File> 474 <File 475 RelativePath="..\Secret.c" 476 > 477 </File> 478 <File 479 RelativePath=".\Service.c" 480 > 481 </File> 482 <File 483 RelativePath="..\..\mDNSCore\uDNS.c" 484 > 485 </File> 486 <File 487 RelativePath="..\..\mDNSShared\uds_daemon.c" 488 > 489 </File> 490 </Filter> 491 <Filter 492 Name="Header Files" 493 Filter="h;hpp;hxx;hm;inl;inc;xsd" 494 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 495 > 496 <File 497 RelativePath="..\..\mDNSShared\CommonServices.h" 498 > 499 </File> 500 <File 501 RelativePath="..\..\mDNSShared\DebugServices.h" 502 > 503 </File> 504 <File 505 RelativePath="..\..\mDNSCore\DNSCommon.h" 506 > 507 </File> 508 <File 509 RelativePath="..\..\mDNSShared\dnssd_ipc.h" 510 > 511 </File> 512 <File 513 RelativePath="..\..\mDNSShared\GenLinkedList.h" 514 > 515 </File> 516 <File 517 RelativePath="..\..\mDNSCore\mDNSDebug.h" 518 > 519 </File> 520 <File 521 RelativePath="..\..\mDNSCore\mDNSEmbeddedAPI.h" 522 > 523 </File> 524 <File 525 RelativePath="..\mDNSWin32.h" 526 > 527 </File> 528 <File 529 RelativePath=".\Resource.h" 530 > 531 </File> 532 <File 533 RelativePath="..\Secret.h" 534 > 535 </File> 536 <File 537 RelativePath=".\Service.h" 538 > 539 </File> 540 <File 541 RelativePath="..\..\mDNSCore\uDNS.h" 542 > 543 </File> 544 <File 545 RelativePath="..\..\mDNSShared\uds_daemon.h" 546 > 547 </File> 548 </Filter> 549 <Filter 550 Name="Resource Files" 551 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 552 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 553 > 554 <File 555 RelativePath=".\Service.rc" 556 > 557 </File> 558 </Filter> 559 </Files> 560 <Globals> 561 </Globals> 562</VisualStudioProject> 563