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 --- .../IconPacks/default/icons_default_11_z2.vcxproj | 134 -------- .../default/icons_default_11_z2.vcxproj.filters | 29 -- .../IconPacks/default/icons_default_14.vcxproj | 134 ++++++++ .../default/icons_default_14.vcxproj.filters | 29 ++ .../IconPacks/default/icons_default_14_z2.vcxproj | 134 ++++++++ .../default/icons_default_14_z2.vcxproj.filters | 29 ++ .../IconPacks/ice/icons_ice_11_z2.vcxproj | 134 -------- .../IconPacks/ice/icons_ice_11_z2.vcxproj.filters | 29 -- .../UserInfoEx/IconPacks/ice/icons_ice_14.vcxproj | 134 ++++++++ .../IconPacks/ice/icons_ice_14.vcxproj.filters | 29 ++ .../IconPacks/ice/icons_ice_14_z2.vcxproj | 134 ++++++++ .../IconPacks/ice/icons_ice_14_z2.vcxproj.filters | 29 ++ plugins/UserInfoEx/UInfoEx_14.vcxproj | 329 ++++++++++++++++++ plugins/UserInfoEx/UInfoEx_14.vcxproj.filters | 370 +++++++++++++++++++++ 14 files changed, 1351 insertions(+), 326 deletions(-) delete mode 100644 plugins/UserInfoEx/IconPacks/default/icons_default_11_z2.vcxproj delete mode 100644 plugins/UserInfoEx/IconPacks/default/icons_default_11_z2.vcxproj.filters create mode 100644 plugins/UserInfoEx/IconPacks/default/icons_default_14.vcxproj create mode 100644 plugins/UserInfoEx/IconPacks/default/icons_default_14.vcxproj.filters create mode 100644 plugins/UserInfoEx/IconPacks/default/icons_default_14_z2.vcxproj create mode 100644 plugins/UserInfoEx/IconPacks/default/icons_default_14_z2.vcxproj.filters delete mode 100644 plugins/UserInfoEx/IconPacks/ice/icons_ice_11_z2.vcxproj delete mode 100644 plugins/UserInfoEx/IconPacks/ice/icons_ice_11_z2.vcxproj.filters create mode 100644 plugins/UserInfoEx/IconPacks/ice/icons_ice_14.vcxproj create mode 100644 plugins/UserInfoEx/IconPacks/ice/icons_ice_14.vcxproj.filters create mode 100644 plugins/UserInfoEx/IconPacks/ice/icons_ice_14_z2.vcxproj create mode 100644 plugins/UserInfoEx/IconPacks/ice/icons_ice_14_z2.vcxproj.filters create mode 100644 plugins/UserInfoEx/UInfoEx_14.vcxproj create mode 100644 plugins/UserInfoEx/UInfoEx_14.vcxproj.filters (limited to 'plugins/UserInfoEx') diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_11_z2.vcxproj b/plugins/UserInfoEx/IconPacks/default/icons_default_11_z2.vcxproj deleted file mode 100644 index 3d796aaba7..0000000000 --- a/plugins/UserInfoEx/IconPacks/default/icons_default_11_z2.vcxproj +++ /dev/null @@ -1,134 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - UInfoEx_icons_default_Z2 - {D90DD62F-6A75-4469-ABB5-A3E88BCA6A3C} - - - - DynamicLibrary - Unicode - v110_xp - - - DynamicLibrary - Unicode - v110_xp - - - DynamicLibrary - Unicode - v110_xp - - - DynamicLibrary - Unicode - v110_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\UInfoEx_default_Z2\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Icons\UInfoEx_default_Z2\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\UInfoEx_default_Z2\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Icons\UInfoEx_default_Z2\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - UInfoEx_icons - - - - ..\..\Src;..\..\..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - Windows - true - false - $(SolutionDir)\lib - - - - - ..\..\Src;..\..\..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - Windows - true - false - $(SolutionDir)\lib - - - - - ..\..\Src;..\..\..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - Windows - true - false - $(SolutionDir)\lib - - - - - ..\..\Src;..\..\..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - Windows - true - false - $(SolutionDir)\lib - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_11_z2.vcxproj.filters b/plugins/UserInfoEx/IconPacks/default/icons_default_11_z2.vcxproj.filters deleted file mode 100644 index 93fc50cd5b..0000000000 --- a/plugins/UserInfoEx/IconPacks/default/icons_default_11_z2.vcxproj.filters +++ /dev/null @@ -1,29 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_14.vcxproj b/plugins/UserInfoEx/IconPacks/default/icons_default_14.vcxproj new file mode 100644 index 0000000000..4b87a98530 --- /dev/null +++ b/plugins/UserInfoEx/IconPacks/default/icons_default_14.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + UInfoEx_icons_default_Z1 + {AA542F66-FF66-498A-ADBE-0BB9103ECD0A} + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + UInfoEx_icons + + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\Src;..\..\..\..\include\msapi + + + Windows + true + false + $(SolutionDir)\lib + + + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\Src;..\..\..\..\include\msapi + + + Windows + true + false + $(SolutionDir)\lib + + + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\Src;..\..\..\..\include\msapi + + + Windows + true + false + $(SolutionDir)\lib + + + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\Src;..\..\..\..\include\msapi + + + Windows + true + false + $(SolutionDir)\lib + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_14.vcxproj.filters b/plugins/UserInfoEx/IconPacks/default/icons_default_14.vcxproj.filters new file mode 100644 index 0000000000..762aeaba83 --- /dev/null +++ b/plugins/UserInfoEx/IconPacks/default/icons_default_14.vcxproj.filters @@ -0,0 +1,29 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_14_z2.vcxproj b/plugins/UserInfoEx/IconPacks/default/icons_default_14_z2.vcxproj new file mode 100644 index 0000000000..1dee35e0ee --- /dev/null +++ b/plugins/UserInfoEx/IconPacks/default/icons_default_14_z2.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + UInfoEx_icons_default_Z2 + {D90DD62F-6A75-4469-ABB5-A3E88BCA6A3C} + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\UInfoEx_default_Z2\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Icons\UInfoEx_default_Z2\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\UInfoEx_default_Z2\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Icons\UInfoEx_default_Z2\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + UInfoEx_icons + + + + ..\..\Src;..\..\..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + Windows + true + false + $(SolutionDir)\lib + + + + + ..\..\Src;..\..\..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + Windows + true + false + $(SolutionDir)\lib + + + + + ..\..\Src;..\..\..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + Windows + true + false + $(SolutionDir)\lib + + + + + ..\..\Src;..\..\..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + Windows + true + false + $(SolutionDir)\lib + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_14_z2.vcxproj.filters b/plugins/UserInfoEx/IconPacks/default/icons_default_14_z2.vcxproj.filters new file mode 100644 index 0000000000..93fc50cd5b --- /dev/null +++ b/plugins/UserInfoEx/IconPacks/default/icons_default_14_z2.vcxproj.filters @@ -0,0 +1,29 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/UserInfoEx/IconPacks/ice/icons_ice_11_z2.vcxproj b/plugins/UserInfoEx/IconPacks/ice/icons_ice_11_z2.vcxproj deleted file mode 100644 index e5e10f18da..0000000000 --- a/plugins/UserInfoEx/IconPacks/ice/icons_ice_11_z2.vcxproj +++ /dev/null @@ -1,134 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - UInfoEx_icons_ice_Z2 - {E787B42A-6489-4078-90CD-B78B751A1284} - - - - DynamicLibrary - Unicode - v110_xp - - - DynamicLibrary - Unicode - v110_xp - - - DynamicLibrary - Unicode - v110_xp - - - DynamicLibrary - Unicode - v110_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\UInfoEx_ice_Z2\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Icons\UInfoEx_ice_Z2\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\UInfoEx_ice_Z2\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Icons\UInfoEx_ice_Z2\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - UInfoEx_icons - - - - ..\..\Src;..\..\..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - Windows - true - false - $(SolutionDir)\lib - - - - - ..\..\Src;..\..\..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - Windows - true - false - $(SolutionDir)\lib - - - - - ..\..\Src;..\..\..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - Windows - true - false - $(SolutionDir)\lib - - - - - ..\..\Src;..\..\..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - Windows - true - false - $(SolutionDir)\lib - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/UserInfoEx/IconPacks/ice/icons_ice_11_z2.vcxproj.filters b/plugins/UserInfoEx/IconPacks/ice/icons_ice_11_z2.vcxproj.filters deleted file mode 100644 index 93fc50cd5b..0000000000 --- a/plugins/UserInfoEx/IconPacks/ice/icons_ice_11_z2.vcxproj.filters +++ /dev/null @@ -1,29 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/UserInfoEx/IconPacks/ice/icons_ice_14.vcxproj b/plugins/UserInfoEx/IconPacks/ice/icons_ice_14.vcxproj new file mode 100644 index 0000000000..5674ea7783 --- /dev/null +++ b/plugins/UserInfoEx/IconPacks/ice/icons_ice_14.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + UInfoEx_icons_ice_Z1 + {E04B8ECA-A066-41BA-AE8C-DB172424DD82} + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\UInfoEx_ice_Z1\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Icons\UInfoEx_ice_Z1\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\UInfoEx_ice_Z1\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Icons\UInfoEx_ice_Z1\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + UInfoEx_icons + + + + ..\..\Src;..\..\..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + Windows + true + false + $(SolutionDir)\lib + + + + + ..\..\Src;..\..\..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + Windows + true + false + $(SolutionDir)\lib + + + + + ..\..\Src;..\..\..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + Windows + true + false + $(SolutionDir)\lib + + + + + ..\..\Src;..\..\..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + Windows + true + false + $(SolutionDir)\lib + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/UserInfoEx/IconPacks/ice/icons_ice_14.vcxproj.filters b/plugins/UserInfoEx/IconPacks/ice/icons_ice_14.vcxproj.filters new file mode 100644 index 0000000000..762aeaba83 --- /dev/null +++ b/plugins/UserInfoEx/IconPacks/ice/icons_ice_14.vcxproj.filters @@ -0,0 +1,29 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/UserInfoEx/IconPacks/ice/icons_ice_14_z2.vcxproj b/plugins/UserInfoEx/IconPacks/ice/icons_ice_14_z2.vcxproj new file mode 100644 index 0000000000..e8dc840c59 --- /dev/null +++ b/plugins/UserInfoEx/IconPacks/ice/icons_ice_14_z2.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + UInfoEx_icons_ice_Z2 + {E787B42A-6489-4078-90CD-B78B751A1284} + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\UInfoEx_ice_Z2\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Icons\UInfoEx_ice_Z2\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\UInfoEx_ice_Z2\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Icons\UInfoEx_ice_Z2\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + UInfoEx_icons + + + + ..\..\Src;..\..\..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + Windows + true + false + $(SolutionDir)\lib + + + + + ..\..\Src;..\..\..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + Windows + true + false + $(SolutionDir)\lib + + + + + ..\..\Src;..\..\..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + Windows + true + false + $(SolutionDir)\lib + + + + + ..\..\Src;..\..\..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + Windows + true + false + $(SolutionDir)\lib + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/UserInfoEx/IconPacks/ice/icons_ice_14_z2.vcxproj.filters b/plugins/UserInfoEx/IconPacks/ice/icons_ice_14_z2.vcxproj.filters new file mode 100644 index 0000000000..93fc50cd5b --- /dev/null +++ b/plugins/UserInfoEx/IconPacks/ice/icons_ice_14_z2.vcxproj.filters @@ -0,0 +1,29 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/UserInfoEx/UInfoEx_14.vcxproj b/plugins/UserInfoEx/UInfoEx_14.vcxproj new file mode 100644 index 0000000000..f218d4669f --- /dev/null +++ b/plugins/UserInfoEx/UInfoEx_14.vcxproj @@ -0,0 +1,329 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + UInfoEx + {AD3B6CDC-7B26-4338-B6AE-0306DEDA0D6A} + + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + Use + commonheaders.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + comctl32.lib;shlwapi.lib;UxTheme.lib;%(AdditionalDependencies) + true + Windows + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + false + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + Use + commonheaders.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + comctl32.lib;shlwapi.lib;UxTheme.lib;%(AdditionalDependencies) + true + Windows + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + + + + + Full + Size + true + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Level3 + OnlyExplicitInline + Use + commonheaders.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + comctl32.lib;shlwapi.lib;UxTheme.lib;%(AdditionalDependencies) + true + Windows + true + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + + + + + Full + Size + true + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Level3 + OnlyExplicitInline + Use + commonheaders.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + comctl32.lib;shlwapi.lib;UxTheme.lib;%(AdditionalDependencies) + true + Windows + true + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + + + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + ..\commonheaders.h + + + ..\commonheaders.h + + + ..\commonheaders.h + + + ..\commonheaders.h + + + ..\commonheaders.h + + + ..\commonheaders.h + + + ..\commonheaders.h + + + ..\commonheaders.h + + + ..\commonheaders.h + + + ..\commonheaders.h + + + ..\commonheaders.h + + + ..\commonheaders.h + + + ..\commonheaders.h + + + ..\commonheaders.h + + + ..\commonheaders.h + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/UserInfoEx/UInfoEx_14.vcxproj.filters b/plugins/UserInfoEx/UInfoEx_14.vcxproj.filters new file mode 100644 index 0000000000..ab87a3a61d --- /dev/null +++ b/plugins/UserInfoEx/UInfoEx_14.vcxproj.filters @@ -0,0 +1,370 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {b6c244bf-9fad-4419-8f0f-9cb07cf48bb7} + + + {0fd3588b-939c-41d0-bf47-e7bc29392b99} + + + {bb1813db-77e2-46a5-af77-89f8bd382af5} + + + {05209198-8422-4c92-ba1b-434bbd1a5869} + + + {7ac41146-b304-4f61-949a-4dcaa9c5bee5} + + + {480875a4-2930-4f2f-8f11-2dc84845017a} + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + {926159d5-1636-487b-be43-1dea440490d8} + + + {e9323c0f-751b-4d5f-a19d-cd0c77e3b95b} + + + {b10482a3-319f-409a-bd1d-453ce3cec51c} + + + {0aa9d5ba-3483-45da-8c07-97cc50a110f9} + + + {55ff31c6-3890-4a48-aaba-c56ab175e43f} + + + {3fc1aa6a-fcba-4c80-958b-3fd7ecd855d4} + + + {27726155-f4de-448c-bb09-f521cc7c1775} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files\Services + + + Source Files\Services + + + Source Files\Services + + + Source Files\Services + + + Source Files\Services + + + Source Files\Services + + + Source Files\Services + + + Source Files\Services + + + Source Files\Services + + + Source Files\Services + + + Source Files\Services + + + Source Files\Services\Ex/Import + + + Source Files\Services\Ex/Import + + + Source Files\Services\Ex/Import + + + Source Files\Services\Ex/Import + + + Source Files\Services\Ex/Import + + + Source Files\Services\Ex/Import + + + Source Files\Services\Ex/Import + + + Source Files\Services\Ex/Import + + + Source Files\Services\Ex/Import + + + Source Files\Services\Ex/Import + + + Source Files\Services\Ex/Import + + + Source Files\Services\Ex/Import + + + Source Files\Services\Ex/Import + + + Source Files\Services\flags + + + Source Files\Services\flags + + + Source Files\Dialogs + + + Source Files\Dialogs + + + Source Files\Dialogs + + + Source Files\Dialogs\Details Pages + + + Source Files\Dialogs\Details Pages + + + Source Files\Dialogs\Details Pages + + + Source Files\Dialogs\Details Pages + + + Source Files\Dialogs\Details Pages + + + Source Files\Dialogs\Details Pages + + + Source Files\Dialogs\Details Pages + + + Source Files\Dialogs\Details Pages + + + Source Files\Controls + + + Source Files\Controls + + + Source Files\Controls + + + Source Files\Controls + + + Source Files\Controls + + + Source Files\Controls + + + Source Files\Controls + + + Source Files + + + Source Files\Dialogs\Details Pages + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files\Controls + + + Header Files\Controls + + + Header Files\Controls + + + Header Files\Controls + + + Header Files\Controls + + + Header Files\Controls + + + Header Files\Controls + + + Header Files\Dialogs + + + Header Files\Dialogs + + + Header Files\Dialogs + + + Header Files\Dialogs\Details Pages + + + Header Files\Services + + + Header Files\Services + + + Header Files\Services + + + Header Files\Services + + + Header Files\Services + + + Header Files\Services + + + Header Files\Services + + + Header Files\Services + + + Header Files\Services + + + Header Files\Services + + + Header Files\Services + + + Header Files\Services\Ex/Import + + + Header Files\Services\Ex/Import + + + Header Files\Services\Ex/Import + + + Header Files\Services\Ex/Import + + + Header Files\Services\Ex/Import + + + Header Files\Services\Ex/Import + + + Header Files\Services\Ex/Import + + + Header Files\Services\Ex/Import + + + Header Files\Services\Ex/Import + + + Header Files\Services\Ex/Import + + + Header Files\Services\Ex/Import + + + Header Files\Services\Ex/Import + + + Header Files\Services\flags + + + Header Files\Services\flags + + + Header Files\Dialogs\Details Pages + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3