From cea2cbc276fc337f95ab665bd766c5a467980e4e Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 20 May 2012 18:11:52 +0000 Subject: project fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@103 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Bonsai/Bonsai.vcxproj | 220 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 plugins/Bonsai/Bonsai.vcxproj (limited to 'plugins/Bonsai/Bonsai.vcxproj') diff --git a/plugins/Bonsai/Bonsai.vcxproj b/plugins/Bonsai/Bonsai.vcxproj new file mode 100644 index 0000000000..b175ed70c2 --- /dev/null +++ b/plugins/Bonsai/Bonsai.vcxproj @@ -0,0 +1,220 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + Bonsai + {C2F9A2EE-128B-43BD-9F3A-DAD0D954CB67} + Bonsai + Win32Proj + + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + true + true + true + true + + + + Disabled + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;_USRDLL;FIXOPTIONS_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + + + comctl32.lib;%(AdditionalDependencies) + true + Windows + $(IntDir)$(TargetName).lib + 0x2F080000 + false + + + ../../include/msapi + + + + + X64 + + + Disabled + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;WIN64;_DEBUG;_WINDOWS;_USRDLL;FIXOPTIONS_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + + + comctl32.lib;%(AdditionalDependencies) + true + Windows + $(IntDir)$(TargetName).lib + 0x2F080000 + false + + + ../../include/msapi + + + + + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;_USRDLL;FIXOPTIONS_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + Full + Size + OnlyExplicitInline + + + comctl32.lib;%(AdditionalDependencies) + true + Windows + true + true + 0x2F080000 + $(IntDir)$(TargetName).lib + false + + + ../../include/msapi + + + + + X64 + + + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;WIN64;NDEBUG;_WINDOWS;_USRDLL;FIXOPTIONS_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + Full + Size + OnlyExplicitInline + + + comctl32.lib;%(AdditionalDependencies) + true + Windows + true + true + 0x2F080000 + $(IntDir)$(TargetName).lib + false + + + ../../include/msapi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3