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 --- .../NotesAndReminders/NotesReminders_15.vcxproj | 221 +++++++++++++++++++++ .../NotesReminders_15.vcxproj.filters | 62 ++++++ 2 files changed, 283 insertions(+) create mode 100644 plugins/NotesAndReminders/NotesReminders_15.vcxproj create mode 100644 plugins/NotesAndReminders/NotesReminders_15.vcxproj.filters (limited to 'plugins/NotesAndReminders') diff --git a/plugins/NotesAndReminders/NotesReminders_15.vcxproj b/plugins/NotesAndReminders/NotesReminders_15.vcxproj new file mode 100644 index 0000000000..bfce9c1b79 --- /dev/null +++ b/plugins/NotesAndReminders/NotesReminders_15.vcxproj @@ -0,0 +1,221 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {EEB57129-946C-4B98-8856-FDA501AE2A5E} + NotesReminders + + + + DynamicLibrary + MultiByte + true + v141_xp + + + DynamicLibrary + MultiByte + true + v141_xp + + + DynamicLibrary + MultiByte + v141_xp + + + DynamicLibrary + MultiByte + v141_xp + + + + + + + + + + + + + + + + + + + <_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 + false + false + + + + Disabled + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level4 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + EditAndContinue + Use + globals.h + EnableFastChecks + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + comctl32.lib;Gdi32.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies) + true + 0x14310000 + false + $(IntDir)$(TargetName).lib + Windows + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + false + + + + + Disabled + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level4 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + ProgramDatabase + Use + globals.h + EnableFastChecks + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + comctl32.lib;Gdi32.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies) + true + 0x14310000 + false + $(IntDir)$(TargetName).lib + Windows + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + + + + + Full + OnlyExplicitInline + Size + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level4 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Use + globals.h + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + Gdi32.lib;comctl32.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies) + true + 0x14310000 + false + $(IntDir)$(TargetName).lib + true + Windows + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + true + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + + + Full + OnlyExplicitInline + Size + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level4 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Use + globals.h + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + Gdi32.lib;comctl32.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies) + true + 0x14310000 + false + $(IntDir)$(TargetName).lib + true + Windows + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + true + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + + + + Create + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/NotesAndReminders/NotesReminders_15.vcxproj.filters b/plugins/NotesAndReminders/NotesReminders_15.vcxproj.filters new file mode 100644 index 0000000000..a889399dfd --- /dev/null +++ b/plugins/NotesAndReminders/NotesReminders_15.vcxproj.filters @@ -0,0 +1,62 @@ + + + + + {0542c19a-ad49-4dd8-8643-47204fa16e58} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {1e7a703d-e0f4-42ff-9e78-49de3375d4a5} + h;hpp;hxx;hm;inl + + + {38ee8469-7af5-4130-90a1-f4e8c620f475} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3