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:
parent
7e36157cba
commit
9237a8d888
11 changed files with 324 additions and 19 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue