From 6c3b0571f0678da0512069869afaa284c054377e Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 18 May 2012 21:57:05 +0000 Subject: Folders renamed git-svn-id: http://svn.miranda-ng.org/main/trunk@59 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Folders/folders/folders.vcxproj | 218 ++++++++++++++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 plugins/Folders/folders/folders.vcxproj (limited to 'plugins/Folders/folders/folders.vcxproj') diff --git a/plugins/Folders/folders/folders.vcxproj b/plugins/Folders/folders/folders.vcxproj new file mode 100644 index 0000000000..b9d030fc3e --- /dev/null +++ b/plugins/Folders/folders/folders.vcxproj @@ -0,0 +1,218 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {019FAEBD-BD7B-4470-A15B-A7DB1787E6BD} + folders + Win32Proj + + + + DynamicLibrary + NotSet + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + NotSet + true + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + false + $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + false + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + false + $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + false + + + + Disabled + ../../../include;../../ExternalAPI;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;_USRDLL;FOLDERS_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + + + Level3 + ProgramDatabase + CompileAsCpp + + + unicows.lib;%(AdditionalDependencies) + true + false + Windows + 0x2F000000 + MachineX86 + $(IntDir)$(TargetName).lib + + + + + X64 + + + Disabled + ../../../include;../../ExternalAPI;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;WIN64;_DEBUG;_WINDOWS;_USRDLL;FOLDERS_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + + + Level3 + ProgramDatabase + CompileAsCpp + + + true + false + Windows + 0x2F000000 + MachineX64 + $(IntDir)$(TargetName).lib + + + + + Full + Size + ../../../include;../../ExternalAPI;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;_USRDLL;FOLDERS_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + + + Level3 + ProgramDatabase + OnlyExplicitInline + + + unicows.lib;%(AdditionalDependencies) + true + Windows + true + true + 0x2F000000 + MachineX86 + $(IntDir)$(TargetName).lib + + + + + X64 + + + Full + Size + ../../../include;../../ExternalAPI;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;WIN64;NDEBUG;_WINDOWS;_USRDLL;FOLDERS_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + + + Level3 + ProgramDatabase + OnlyExplicitInline + + + true + Windows + true + true + 0x2F000000 + MachineX64 + $(IntDir)$(TargetName).lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3