diff options
Diffstat (limited to 'OnekoOnline.csproj')
| -rw-r--r-- | OnekoOnline.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OnekoOnline.csproj b/OnekoOnline.csproj index 1d88aa6..8559b1b 100644 --- a/OnekoOnline.csproj +++ b/OnekoOnline.csproj @@ -8,7 +8,7 @@ <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <PublishAot>true</PublishAot> - <StripSymbols>false</StripSymbols> + <StripSymbols>true</StripSymbols> </PropertyGroup> @@ -17,6 +17,7 @@ <PackageReference Include="Raylib-cs" Version="5.0.0" /> <EmbeddedResource Include="nekos\oneko.png" /> + <EmbeddedResource Include="misc\cursor.png" /> <Content Include="nekos\**" CopyToOutputDirectory="PreserveNewest" /> <Content Include="misc\**" CopyToOutputDirectory="PreserveNewest" /> |
