We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d7646 commit ce9ca5dCopy full SHA for ce9ca5d
Plugins/HelloWorldFSharp/HelloWorldFSharp.fsproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>netcoreapp3.1</TargetFramework>
@@ -16,6 +16,9 @@
16
</PropertyGroup>
17
18
<ItemGroup>
19
+ <Content Include="Images\app.png">
20
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
21
+ </Content>
22
<Content Include="plugin.json">
23
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
24
</Content>
Plugins/HelloWorldFSharp/Images/app.png
11.3 KB
0 commit comments