File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Plugins/Flow.Launcher.Plugin.BrowserBookmark Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Library</OutputType >
84
84
</Target >
85
85
86
86
<ItemGroup >
87
- <None Update =" plugin.json" >
87
+ <None Include =" plugin.json" >
88
88
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
89
89
</None >
90
90
</ItemGroup >
91
91
92
+ <ItemGroup >
93
+ <ProjectReference Include =" ..\..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
94
+ </ItemGroup >
95
+
92
96
<ItemGroup >
93
97
<Content Include =" Images\*.png" >
94
98
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
98
102
</Content >
99
103
</ItemGroup >
100
104
101
- <ItemGroup >
102
- <ProjectReference Include =" ..\..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
103
- </ItemGroup >
104
-
105
105
<ItemGroup >
106
106
<PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.4.0" />
107
107
<PackageReference Include =" Flow.Launcher.Localization" Version =" 0.0.6" />
You can’t perform that action at this time.
0 commit comments