From 2f7314162c2a63a1015cc969bbe55319b3c99077 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 6 Jan 2013 02:04:56 +0100 Subject: initial import --- rodisc-client.vcxproj | 222 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 rodisc-client.vcxproj (limited to 'rodisc-client.vcxproj') diff --git a/rodisc-client.vcxproj b/rodisc-client.vcxproj new file mode 100644 index 0000000..ad89d11 --- /dev/null +++ b/rodisc-client.vcxproj @@ -0,0 +1,222 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {AA230639-E115-4A44-AA5A-44A61235BA50} + Win32Proj + rodisc-client + + + + Application + + + Application + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + $(BONJOUR_SDK_HOME)/Include;%(AdditionalIncludeDirectories) + 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;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreaded + + + Level3 + ProgramDatabase + + + ../../mDNSWindows;%(AdditionalIncludeDirectories) + + + /NXCOMPAT /DYNAMICBASE /SAFESEH %(AdditionalOptions) + $(BONJOUR_SDK_HOME)/Lib/$(Platform)/dnssd.lib;ws2_32.lib;comctl32.lib;%(AdditionalDependencies) + true + $(OutDir)dns-sd.pdb + Windows + MachineX86 + type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*';%(AdditionalManifestDependencies) + + + + + + X64 + + + Disabled + $(BONJOUR_SDK_HOME)/Include;%(AdditionalIncludeDirectories) + 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;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreaded + + + $(IntDir) + Level3 + ProgramDatabase + + + ../../mDNSWindows;%(AdditionalIncludeDirectories) + + + /NXCOMPAT /DYNAMICBASE %(AdditionalOptions) + $(BONJOUR_SDK_HOME)/Lib/$(Platform)/dnssd.lib;ws2_32.lib;%(AdditionalDependencies) + $(OutDir)dns-sd.exe + true + $(OutDir)dns-sd.pdb + Console + MachineX64 + + + DNS-SD64.manifest;%(AdditionalManifestFiles) + + + + + MaxSpeed + OnlyExplicitInline + true + $(BONJOUR_SDK_HOME)/Include;%(AdditionalIncludeDirectories) + 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;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + Level3 + ProgramDatabase + + + ../../mDNSWindows;%(AdditionalIncludeDirectories) + + + /NXCOMPAT /DYNAMICBASE /SAFESEH %(AdditionalOptions) + $(BONJOUR_SDK_HOME)/Lib/$(Platform)/dnssd.lib;ws2_32.lib;comctl32.lib;%(AdditionalDependencies) + true + Windows + true + true + MachineX86 + type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*';%(AdditionalManifestDependencies) + + + + + + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + true + $(BONJOUR_SDK_HOME)/Include;%(AdditionalIncludeDirectories) + 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;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ../../mDNSWindows;%(AdditionalIncludeDirectories) + + + /NXCOMPAT /DYNAMICBASE %(AdditionalOptions) + $(BONJOUR_SDK_HOME)/Lib/$(Platform)/dnssd.lib;ws2_32.lib;%(AdditionalDependencies) + $(OutDir)dns-sd.exe + true + Console + true + true + MachineX64 + + + DNS-SD64.manifest;%(AdditionalManifestFiles) + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3