Skip to content

Commit abff223

Browse files
committed
auto copy res folder
1 parent 27dc53d commit abff223

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: program.csproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@
1010
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
1111
</PropertyGroup>
1212

13+
<ItemGroup>
14+
<Content Include="res\**" CopyToPublishDirectory="PreserveNewest"/>
15+
</ItemGroup>
16+
1317
<ItemGroup>
1418
<PackageReference Include="ImGui.NET" Version="1.89.5" />
1519
<PackageReference Include="OpenTK" Version="4.7.7" />
1620
</ItemGroup>
1721

18-
</Project>
22+
</Project>

0 commit comments

Comments
 (0)