mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 13:35:31 +02:00
Add shell context [WIP]
This commit is contained in:
@@ -122,8 +122,15 @@
|
||||
<Compile Include="Converters\OpacityModeConverter.cs" />
|
||||
<Compile Include="Converters\StringEmptyConverter.cs" />
|
||||
<Compile Include="Converters\StringNullOrEmptyToVisibilityConverter.cs" />
|
||||
<Compile Include="Helper\SendToManager.cs" />
|
||||
<Compile Include="ImageLoader\ImageCacheStroage.cs" />
|
||||
<Compile Include="ShellContext\ShellContextMenuManager.cs" />
|
||||
<Compile Include="ShellContext\ShellAPI.cs" />
|
||||
<Compile Include="ShellContext\Enums.cs" />
|
||||
<Compile Include="ShellContext\Guids.cs" />
|
||||
<Compile Include="ShellContext\IContextMenu.cs" />
|
||||
<Compile Include="ShellContext\IEnumIDList.cs" />
|
||||
<Compile Include="ShellContext\IShellFolder.cs" />
|
||||
<Compile Include="ShellContext\Structs.cs" />
|
||||
<Compile Include="Storage\QueryHistoryStorage.cs" />
|
||||
<Compile Include="Storage\TopMostRecordStorage.cs" />
|
||||
<Compile Include="Storage\UserSelectedRecordStorage.cs" />
|
||||
|
||||
Reference in New Issue
Block a user