From 9449f151d0ccf3ac755d5f2bd9b4057ae2b03157 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 30 Jan 2014 13:52:13 +0100 Subject: mDNS: Import The sources can be obtained via: http://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-544.tar.gz --- mDNSResponder/mDNSWindows/mdnsNSP/mdnsNSP.vcxproj | 276 ++++++++++++++++++++++ 1 file changed, 276 insertions(+) create mode 100755 mDNSResponder/mDNSWindows/mdnsNSP/mdnsNSP.vcxproj (limited to 'mDNSResponder/mDNSWindows/mdnsNSP/mdnsNSP.vcxproj') diff --git a/mDNSResponder/mDNSWindows/mdnsNSP/mdnsNSP.vcxproj b/mDNSResponder/mDNSWindows/mdnsNSP/mdnsNSP.vcxproj new file mode 100755 index 00000000..71b2b988 --- /dev/null +++ b/mDNSResponder/mDNSWindows/mdnsNSP/mdnsNSP.vcxproj @@ -0,0 +1,276 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {F4F15529-F0EB-402F-8662-73C5797EE557} + Win32Proj + + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + .;../;../../mDNSShared;../../Clients;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;NSP_EXPORTS;DEBUG;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;%(PreprocessorDefinitions) + true + true + + + EnableFastChecks + true + MultiThreadedDebug + true + + + $(IntDir) + Level4 + ProgramDatabase + StdCall + + + ../;%(AdditionalIncludeDirectories) + + + /NXCOMPAT /DYNAMICBASE /SAFESEH %(AdditionalOptions) + ../DLL/$(Platform)/$(Configuration)/dnssd.lib;ws2_32.lib;iphlpapi.lib;shlwapi.lib;%(AdditionalDependencies) + $(OutDir)mdnsNSP.dll + mdnsNSP.def + dnssd.dll;%(DelayLoadDLLs) + true + $(OutDir)mdnsNSP.pdb + Windows + 0x64000000 + $(OutDir)mdnsNSP.lib + MachineX86 + + + + + X64 + + + Disabled + .;../;../../mDNSShared;../../Clients;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;NSP_EXPORTS;DEBUG;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;%(PreprocessorDefinitions) + true + true + + + EnableFastChecks + true + MultiThreadedDebug + true + + + $(IntDir) + Level4 + ProgramDatabase + StdCall + + + ../;%(AdditionalIncludeDirectories) + + + /NXCOMPAT /DYNAMICBASE %(AdditionalOptions) + ../DLL/$(Platform)/$(Configuration)/dnssd.lib;ws2_32.lib;iphlpapi.lib;shlwapi.lib;%(AdditionalDependencies) + $(OutDir)mdnsNSP.dll + mdnsNSP.def + dnssd.dll;%(DelayLoadDLLs) + true + $(OutDir)mdnsNSP.pdb + Windows + 0x64000000 + $(OutDir)mdnsNSP.lib + MachineX64 + + + + + .;../;../../mDNSShared;../../Clients;%(AdditionalIncludeDirectories) + WIN32;_WINDOWS;_USRDLL;NSP_EXPORTS;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;%(PreprocessorDefinitions) + true + true + + + Default + false + MultiThreaded + + + $(IntDir) + Level4 + ProgramDatabase + StdCall + + + ../;%(AdditionalIncludeDirectories) + + + /NXCOMPAT /DYNAMICBASE /SAFESEH %(AdditionalOptions) + ../DLL/$(Platform)/$(Configuration)/dnssd.lib;ws2_32.lib;iphlpapi.lib;shlwapi.lib;%(AdditionalDependencies) + $(OutDir)mdnsNSP.dll + mdnsNSP.def + dnssd.dll;%(DelayLoadDLLs) + true + $(IntDir)$(ProjectName).pdb + Windows + + + + + 0x64000000 + $(IntDir)mdnsNSP.lib + MachineX86 + + + if not "%RC_XBS%" == "YES" goto END +if not exist "$(DSTROOT)\Program Files\Bonjour\$(Platform)" mkdir "$(DSTROOT)\Program Files\Bonjour\$(Platform)" +xcopy /I/Y "$(TargetPath)" "$(DSTROOT)\Program Files\Bonjour\$(Platform)" +:END + + + + + + X64 + + + .;../;../../mDNSShared;../../Clients;%(AdditionalIncludeDirectories) + WIN32;_WINDOWS;_USRDLL;NSP_EXPORTS;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;%(PreprocessorDefinitions) + true + true + + + Default + false + MultiThreaded + + + $(IntDir) + Level4 + ProgramDatabase + StdCall + + + ../;%(AdditionalIncludeDirectories) + + + /NXCOMPAT /DYNAMICBASE %(AdditionalOptions) + ../DLL/$(Platform)/$(Configuration)/dnssd.lib;ws2_32.lib;iphlpapi.lib;shlwapi.lib;%(AdditionalDependencies) + $(OutDir)mdnsNSP.dll + mdnsNSP.def + dnssd.dll;%(DelayLoadDLLs) + true + $(IntDir)$(ProjectName).pdb + Windows + + + + + 0x64000000 + $(IntDir)mdnsNSP.lib + MachineX64 + + + if not "%RC_XBS%" == "YES" goto END +if not exist "$(DSTROOT)\Program Files\Bonjour\$(Platform)" mkdir "$(DSTROOT)\Program Files\Bonjour\$(Platform)" +xcopy /I/Y "$(TargetPath)" "$(DSTROOT)\Program Files\Bonjour\$(Platform)" +:END + + + + + + + + + + + + + + + + + + + + + + + + {ab581101-18f0-46f6-b56a-83a6b1ea657e} + false + + + + + + \ No newline at end of file -- cgit v1.2.3