From 911aa265efca7b33045405f3ac0f0a3c65688edf Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 9 Nov 2013 13:43:42 +0000 Subject: added projects and solutions for vc2013 git-svn-id: http://svn.miranda-ng.org/main/trunk@6831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StatusChange/StatusChange_12.vcxproj | 208 +++++++++++++++++++++ .../StatusChange/StatusChange_12.vcxproj.filters | 44 +++++ 2 files changed, 252 insertions(+) create mode 100644 plugins/StatusChange/StatusChange_12.vcxproj create mode 100644 plugins/StatusChange/StatusChange_12.vcxproj.filters (limited to 'plugins/StatusChange') diff --git a/plugins/StatusChange/StatusChange_12.vcxproj b/plugins/StatusChange/StatusChange_12.vcxproj new file mode 100644 index 0000000000..50e2ebf516 --- /dev/null +++ b/plugins/StatusChange/StatusChange_12.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 + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + Common.h + Use + Size + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + 0x11050000 + $(ProfileDir)..\..\bin12\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)..\..\bin12\lib + false + true + true + true + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + ..\..\include;%(AdditionalIncludeDirectories) + Common.h + Use + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin12\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)..\..\bin12\lib + false + 0x11050000 + + + + + + + + + + + + + + + Create + + + + + + \ No newline at end of file diff --git a/plugins/StatusChange/StatusChange_12.vcxproj.filters b/plugins/StatusChange/StatusChange_12.vcxproj.filters new file mode 100644 index 0000000000..f1d452f3a0 --- /dev/null +++ b/plugins/StatusChange/StatusChange_12.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