Skip to content

Commit 2732464

Browse files
committed
Added icon to SparkDevNetwork.Rock.CodeGenerator project.
1 parent 8710520 commit 2732464

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

4.07 KB
Loading

src/SparkDevNetwork.Rock.CodeGenerator/SparkDevNetwork.Rock.CodeGenerator.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net472</TargetFrameworks>
5+
<PackageIcon>Icon.png</PackageIcon>
56
</PropertyGroup>
67

78
<ItemGroup>
@@ -10,6 +11,9 @@
1011

1112
<ItemGroup>
1213
<EmbeddedResource Include="Resources\*.txt" />
14+
<Content Include="Icon.png" Pack="true" PackagePath="\" >
15+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
16+
</Content>
1317
</ItemGroup>
1418

1519
<ItemGroup>

0 commit comments

Comments
 (0)