Skip to content

Commit ce9ca5d

Browse files
committed
Add default app.png image
1 parent 20d7646 commit ce9ca5d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Plugins/HelloWorldFSharp/HelloWorldFSharp.fsproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
@@ -16,6 +16,9 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19+
<Content Include="Images\app.png">
20+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
21+
</Content>
1922
<Content Include="plugin.json">
2023
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2124
</Content>
11.3 KB
Loading

0 commit comments

Comments
 (0)