Skip to content

Commit 0fdc8ba

Browse files
committed
switch to Community.PowerToys.Run.Plugin.Dependencies, resolve #3
1 parent d7151a8 commit 0fdc8ba

3 files changed

Lines changed: 5 additions & 40 deletions

File tree

Template.csproj

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,6 @@
2727
<DebugType>pdbonly</DebugType>
2828
</PropertyGroup>
2929

30-
<ItemGroup>
31-
<Reference Include="PowerToys.Common.UI">
32-
<HintPath>.\Lib\PowerToys.Common.UI.dll</HintPath>
33-
</Reference>
34-
<Reference Include="PowerToys.ManagedCommon">
35-
<HintPath>.\Lib\PowerToys.ManagedCommon.dll</HintPath>
36-
</Reference>
37-
<Reference Include="PowerToys.Settings.UI.Lib">
38-
<HintPath>.\Lib\PowerToys.Settings.UI.Lib.dll</HintPath>
39-
</Reference>
40-
<Reference Include="Wox.Infrastructure">
41-
<HintPath>.\Lib\Wox.Infrastructure.dll</HintPath>
42-
</Reference>
43-
<Reference Include="Wox.Plugin">
44-
<HintPath>.\Lib\Wox.Plugin.dll</HintPath>
45-
</Reference>
46-
</ItemGroup>
47-
4830
<ItemGroup>
4931
<EmbeddedResource Update="Properties\Resources.resx">
5032
<Generator>ResXFileCodeGenerator</Generator>
@@ -66,4 +48,8 @@
6648
</None>
6749
</ItemGroup>
6850

51+
<ItemGroup>
52+
<PackageReference Include="Community.PowerToys.Run.Plugin.Dependencies" Version="0.86.0" />
53+
</ItemGroup>
54+
6955
</Project>

Template.vstemplate

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<ProjectItem ReplaceParameters="false" TargetFileName=".editorconfig">.editorconfig</ProjectItem>
3434
<ProjectItem ReplaceParameters="true" TargetFileName="debug.ps1">debug.ps1</ProjectItem>
3535
<ProjectItem ReplaceParameters="true" TargetFileName="release.ps1">release.ps1</ProjectItem>
36-
<ProjectItem ReplaceParameters="false" TargetFileName="copyLib.ps1">copyLib.ps1</ProjectItem>
3736
</Project>
3837
</TemplateContent>
39-
</VSTemplate>
38+
</VSTemplate>

copyLib.ps1

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)