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 fb7d805 commit c91c5c9Copy full SHA for c91c5c9
GeometryDashAPI/GeometryDashAPI.csproj
@@ -13,6 +13,7 @@
13
<LangVersion>latest</LangVersion>
14
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
15
<Nullable>enable</Nullable>
16
+ <PackageIcon>logo.png</PackageIcon>
17
</PropertyGroup>
18
19
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -31,6 +32,11 @@
31
32
</ItemGroup>
33
34
<ItemGroup>
35
+ <None Include="..\Images\logo.png">
36
+ <Pack>True</Pack>
37
+ <PackagePath></PackagePath>
38
+ <Link>logo.png</Link>
39
+ </None>
40
<None Include="..\LICENSE">
41
<Pack>True</Pack>
42
<PackagePath></PackagePath>
Images/logo.png
5.67 KB
0 commit comments