From 33e584d475f7e66afdd11ddeb7c46cf65a8bc7ea Mon Sep 17 00:00:00 2001 From: watcherhd Date: Thu, 9 Mar 2017 23:29:54 +0200 Subject: Visual Studio 2017 support added --- .../IconPacks/default/icons_default_15.vcxproj | 134 ++++++++++++++++++++ .../default/icons_default_15.vcxproj.filters | 29 +++++ .../IconPacks/default/icons_default_15_z2.vcxproj | 135 +++++++++++++++++++++ .../default/icons_default_15_z2.vcxproj.filters | 29 +++++ 4 files changed, 327 insertions(+) create mode 100644 plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj create mode 100644 plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj.filters create mode 100644 plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj create mode 100644 plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj.filters (limited to 'plugins/UserInfoEx/IconPacks/default') diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj b/plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj new file mode 100644 index 0000000000..cc9af1bc15 --- /dev/null +++ b/plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + UInfoEx_icons_default_Z1 + {AA542F66-FF66-498A-ADBE-0BB9103ECD0A} + + + + DynamicLibrary + Unicode + v141_xp + + + DynamicLibrary + Unicode + v141_xp + + + DynamicLibrary + Unicode + v141_xp + + + DynamicLibrary + Unicode + v141_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_15.vcxproj.filters b/plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj.filters new file mode 100644 index 0000000000..c59ed3eb01 --- /dev/null +++ b/plugins/UserInfoEx/IconPacks/default/icons_default_15.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_15_z2.vcxproj b/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj new file mode 100644 index 0000000000..29530364ea --- /dev/null +++ b/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + UInfoEx_icons_default_Z2 + {D90DD62F-6A75-4469-ABB5-A3E88BCA6A3C} + 8.1 + + + + DynamicLibrary + Unicode + v140_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_15_z2.vcxproj.filters b/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj.filters new file mode 100644 index 0000000000..c797c66a5e --- /dev/null +++ b/plugins/UserInfoEx/IconPacks/default/icons_default_15_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 -- cgit v1.2.3