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/StatusChange/StatusChange_14.vcxproj | 208 +++++++++++++++++++++ .../StatusChange/StatusChange_14.vcxproj.filters | 44 +++++ 2 files changed, 252 insertions(+) create mode 100644 plugins/StatusChange/StatusChange_14.vcxproj create mode 100644 plugins/StatusChange/StatusChange_14.vcxproj.filters (limited to 'plugins/StatusChange') diff --git a/plugins/StatusChange/StatusChange_14.vcxproj b/plugins/StatusChange/StatusChange_14.vcxproj new file mode 100644 index 0000000000..f62d1cc84e --- /dev/null +++ b/plugins/StatusChange/StatusChange_14.vcxproj @@ -0,0 +1,208 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {D09881C7-E189-49AD-919E-F64355F8EFD0} + StatusChange + + + + DynamicLibrary + v120_xp + Unicode + + + DynamicLibrary + v120_xp + Unicode + + + DynamicLibrary + v120_xp + Unicode + true + + + DynamicLibrary + v120_xp + Unicode + true + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + true + true + Full + Level3 + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + Common.h + Use + Size + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + 0x11050000 + $(ProfileDir)..\..\bin14\lib + false + true + true + true + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + + + true + true + Full + Level3 + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + Common.h + Use + Size + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + 0x11050000 + $(ProfileDir)..\..\bin14\lib + false + true + true + true + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + ..\..\include;%(AdditionalIncludeDirectories) + Common.h + Use + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + false + 0x11050000 + false + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ProgramDatabase + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + ..\..\include;%(AdditionalIncludeDirectories) + Common.h + Use + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + false + 0x11050000 + + + + + + + + + + + + + + + Create + + + + + + \ No newline at end of file diff --git a/plugins/StatusChange/StatusChange_14.vcxproj.filters b/plugins/StatusChange/StatusChange_14.vcxproj.filters new file mode 100644 index 0000000000..f1d452f3a0 --- /dev/null +++ b/plugins/StatusChange/StatusChange_14.vcxproj.filters @@ -0,0 +1,44 @@ + + + + + {90e2ea3a-595b-4258-98c7-358c428811c4} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {4ccce8b6-d915-4c31-8631-5296cb3aa897} + h;hpp;hxx;hm;inl + + + {41a4e105-989e-4c8c-99e7-78b30bd0277f} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file -- cgit v1.2.3