Got a 2017 version of the extension working. Would like to see a single

installer for 2012/2015/2017. So the changes here probably can't be
merged back up, but for standalone installer is fine.
This commit is contained in:
Ernst 2017-12-01 10:57:20 -08:00
parent 7e36157cba
commit 9237a8d888
11 changed files with 324 additions and 19 deletions

View file

@ -4,7 +4,7 @@ namespace VitaliiGanzha.VsDingExtension
using System.Diagnostics;
using System.Runtime.InteropServices;
public static class WinApiHelper
public static class NativeMethods
{
[DllImport("user32.dll", CharSet = CharSet.Auto, ExactSpelling = true)]
private static extern IntPtr GetForegroundWindow();