From 9247d80048c34094d83099473b420a635712f186 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 21 Jul 2015 07:29:21 +0000 Subject: preparing for vc2015 git-svn-id: http://svn.miranda-ng.org/main/trunk@14594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/RemovePersonalSettings/rps_14.vcxproj | 272 +++++++++++++++++++++ .../RemovePersonalSettings/rps_14.vcxproj.filters | 51 ++++ 2 files changed, 323 insertions(+) create mode 100644 plugins/RemovePersonalSettings/rps_14.vcxproj create mode 100644 plugins/RemovePersonalSettings/rps_14.vcxproj.filters (limited to 'plugins/RemovePersonalSettings') diff --git a/plugins/RemovePersonalSettings/rps_14.vcxproj b/plugins/RemovePersonalSettings/rps_14.vcxproj new file mode 100644 index 0000000000..f89cd1005e --- /dev/null +++ b/plugins/RemovePersonalSettings/rps_14.vcxproj @@ -0,0 +1,272 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {0D3EF7C4-B99C-E87E-D0D8-C6E003B7EB65} + RemovePersonalSettings + + + + DynamicLibrary + false + Unicode + true + v120_xp + + + DynamicLibrary + false + Unicode + true + v120_xp + + + DynamicLibrary + false + Unicode + v120_xp + + + DynamicLibrary + false + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + + + + + $(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) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\rps.tlb + true + Win32 + + + 0x0809 + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + + + true + true + true + Windows + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + false + 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) + ..\..\include\msapi + + + 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) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Size + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\rps.tlb + true + Win32 + + + 0x0809 + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + 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) + ..\..\include\msapi + + + 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 diff --git a/plugins/RemovePersonalSettings/rps_14.vcxproj.filters b/plugins/RemovePersonalSettings/rps_14.vcxproj.filters new file mode 100644 index 0000000000..da4344bb1a --- /dev/null +++ b/plugins/RemovePersonalSettings/rps_14.vcxproj.filters @@ -0,0 +1,51 @@ + + + + + {debf756a-9ff8-4610-b321-7d997392b427} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {a6f79057-283d-4403-9d4d-871cee8a7b5f} + + + {74725d2b-50dc-460f-8a63-a35e47956ce3} + h;hpp;hxx;hm;inl + + + {0bc87fb5-4fcc-420a-a2b4-512b340e65d3} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Docs + + + Docs + + + Docs + + + + + Source Files + + + + + Docs + + + + + Resource Files + + + + + Source Files + + + \ No newline at end of file -- cgit v1.2.3