mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
add missing imports + save project changes
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
|
using System.Diagnostics;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using Wox.Plugin;
|
using Wox.Plugin;
|
||||||
|
|||||||
@@ -51,7 +51,6 @@
|
|||||||
<Compile Include="ChineseToPinYin.cs" />
|
<Compile Include="ChineseToPinYin.cs" />
|
||||||
<Compile Include="CommonStorage.cs" />
|
<Compile Include="CommonStorage.cs" />
|
||||||
<Compile Include="FuzzyMatcher.cs" />
|
<Compile Include="FuzzyMatcher.cs" />
|
||||||
<Compile Include="GloablHotkey.cs" />
|
|
||||||
<Compile Include="GlobalHotkey.cs" />
|
<Compile Include="GlobalHotkey.cs" />
|
||||||
<Compile Include="HotkeyModel.cs" />
|
<Compile Include="HotkeyModel.cs" />
|
||||||
<Compile Include="IniParser.cs" />
|
<Compile Include="IniParser.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user