summaryrefslogtreecommitdiff
path: root/OnekoOnline.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'OnekoOnline.csproj')
-rw-r--r--OnekoOnline.csproj7
1 files changed, 3 insertions, 4 deletions
diff --git a/OnekoOnline.csproj b/OnekoOnline.csproj
index 8480878..1d88aa6 100644
--- a/OnekoOnline.csproj
+++ b/OnekoOnline.csproj
@@ -16,11 +16,10 @@
<PackageReference Include="LiteNetLib" Version="1.1.0" />
<PackageReference Include="Raylib-cs" Version="5.0.0" />
- <EmbeddedResource Include="oneko.png" />
+ <EmbeddedResource Include="nekos\oneko.png" />
- <Content Include="oneko.png" CopyToOutputDirectory="PreserveNewest" />
- <Content Include="dog.png" CopyToOutputDirectory="PreserveNewest" />
- <Content Include="tora.png" CopyToOutputDirectory="PreserveNewest" />
+ <Content Include="nekos\**" CopyToOutputDirectory="PreserveNewest" />
+ <Content Include="misc\**" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>