From fc9bbf5350fcb094b3704c73e49ec7a79477e2c0 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 20 Jan 2014 16:59:02 +0000 Subject: RemovePersonalSettings added to solutions git-svn-id: http://svn.miranda-ng.org/main/trunk@7792 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/RemovePersonalSettings/rps_10.vcxproj | 260 ++++++++++++++++++++++++++ 1 file changed, 260 insertions(+) create mode 100644 plugins/RemovePersonalSettings/rps_10.vcxproj (limited to 'plugins/RemovePersonalSettings/rps_10.vcxproj') diff --git a/plugins/RemovePersonalSettings/rps_10.vcxproj b/plugins/RemovePersonalSettings/rps_10.vcxproj new file mode 100644 index 0000000000..7cd920220c --- /dev/null +++ b/plugins/RemovePersonalSettings/rps_10.vcxproj @@ -0,0 +1,260 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + RemovePersonalSettings + + + + DynamicLibrary + false + MultiByte + true + + + DynamicLibrary + false + MultiByte + true + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + MultiByte + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + false + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + false + + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + true + EditAndContinue + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\rps.tlb + true + Win32 + + + 0x0809 + _DEBUG;%(PreprocessorDefinitions) + + + true + + + true + true + true + Windows + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + false + + + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + ProgramDatabase + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\rps.tlb + true + + + 0x0809 + _DEBUG;%(PreprocessorDefinitions) + + + true + + + true + true + true + Windows + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + false + + + + + OnlyExplicitInline + true + true + Full + true + Level3 + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Size + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\rps.tlb + true + Win32 + + + 0x0809 + NDEBUG;%(PreprocessorDefinitions) + + + true + + + true + true + Windows + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + true + true + true + false + + + + + OnlyExplicitInline + true + true + Full + true + Level3 + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Size + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\rps.tlb + true + + + 0x0809 + NDEBUG;%(PreprocessorDefinitions) + + + true + + + true + true + Windows + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + true + true + true + false + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3