mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Misc
This commit is contained in:
@@ -65,6 +65,7 @@
|
|||||||
<Link>Properties\SolutionAssemblyInfo.cs</Link>
|
<Link>Properties\SolutionAssemblyInfo.cs</Link>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="APIServer.cs" />
|
<Compile Include="APIServer.cs" />
|
||||||
|
<Compile Include="Plugin\PluginsLoader.cs" />
|
||||||
<Compile Include="Updater\Release.cs" />
|
<Compile Include="Updater\Release.cs" />
|
||||||
<Compile Include="Updater\UpdaterManager.cs" />
|
<Compile Include="Updater\UpdaterManager.cs" />
|
||||||
<Compile Include="Updater\WoxUpdateSource.cs" />
|
<Compile Include="Updater\WoxUpdateSource.cs" />
|
||||||
@@ -78,7 +79,6 @@
|
|||||||
<Compile Include="Resource\ResourceMerger.cs" />
|
<Compile Include="Resource\ResourceMerger.cs" />
|
||||||
<Compile Include="Plugin\PluginInstaller.cs" />
|
<Compile Include="Plugin\PluginInstaller.cs" />
|
||||||
<Compile Include="Plugin\JsonRPCPlugin.cs" />
|
<Compile Include="Plugin\JsonRPCPlugin.cs" />
|
||||||
<Compile Include="Plugin\CSharpPluginLoader.cs" />
|
|
||||||
<Compile Include="Plugin\JsonPRCModel.cs" />
|
<Compile Include="Plugin\JsonPRCModel.cs" />
|
||||||
<Compile Include="Plugin\PluginConfig.cs" />
|
<Compile Include="Plugin\PluginConfig.cs" />
|
||||||
<Compile Include="Plugin\PluginManager.cs" />
|
<Compile Include="Plugin\PluginManager.cs" />
|
||||||
|
|||||||
@@ -80,7 +80,7 @@
|
|||||||
<Compile Include="Image\ImagePathConverter.cs" />
|
<Compile Include="Image\ImagePathConverter.cs" />
|
||||||
<Compile Include="Logger\Log.cs" />
|
<Compile Include="Logger\Log.cs" />
|
||||||
<Compile Include="Storage\ISavable.cs" />
|
<Compile Include="Storage\ISavable.cs" />
|
||||||
<Compile Include="Storage\PluginSettingsStorage.cs" />
|
<Compile Include="Storage\PluginJsonStorage.cs" />
|
||||||
<Compile Include="Storage\Storage.cs" />
|
<Compile Include="Storage\Storage.cs" />
|
||||||
<Compile Include="Stopwatch.cs" />
|
<Compile Include="Stopwatch.cs" />
|
||||||
<Compile Include="Storage\BinaryStorage.cs" />
|
<Compile Include="Storage\BinaryStorage.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user