Resursfiler
Lösning 1: Kopiera filerna automatiskt till målmappen
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<!-- <Nullable>enable</Nullable> -->
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Raylib-cs" Version="4.5.0.4" />
</ItemGroup>
</Project>Många filer av samma typ
En hel mapp
Lösning 2: Lägg filerna manuellt till målmappen
Last updated