From 3485b4fb94d0c7e5c54665d9626ffdfce9502b99 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 13 Jul 2012 23:47:41 +0200 Subject: Rename DLL files, rename X-SASL to SASL --- plugins/sasl/sasl.vcxproj | 110 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 plugins/sasl/sasl.vcxproj (limited to 'plugins/sasl/sasl.vcxproj') diff --git a/plugins/sasl/sasl.vcxproj b/plugins/sasl/sasl.vcxproj new file mode 100644 index 00000000..0261fb60 --- /dev/null +++ b/plugins/sasl/sasl.vcxproj @@ -0,0 +1,110 @@ + + + + + Release + Win32 + + + Release + x64 + + + + {18871EBA-AC85-4652-8919-EB8064B9A714} + Win32Proj + sasl + + + + DynamicLibrary + false + true + MultiByte + WDK7 + + + DynamicLibrary + false + true + MultiByte + WDK7 + + + + + + + + + + + + + + + false + hcsasl + $(SolutionDir)build\$(PlatformName)\bin + $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName) + + + false + hcsasl + $(SolutionDir)build\$(PlatformName)\bin + $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName) + + + + Level1 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;SASL_EXPORTS;%(PreprocessorDefinitions) + $(Glib);..;%(AdditionalIncludeDirectories) + true + + + Windows + true + true + true + sasl.def + $(DepsRoot)\lib;%(AdditionalLibraryDirectories) + $(DepLibs);%(AdditionalDependencies) + + + + + Level1 + + + MaxSpeed + true + true + WIN32;_WIN64;NDEBUG;_WINDOWS;_USRDLL;SASL_EXPORTS;%(PreprocessorDefinitions) + $(Glib);..;%(AdditionalIncludeDirectories) + true + + + Windows + true + true + true + sasl.def + $(DepsRoot)\lib;%(AdditionalLibraryDirectories) + $(DepLibs);%(AdditionalDependencies) + + + + + + + + + + + + \ No newline at end of file -- cgit 1.4.1