Skip to content

Commit

Permalink
Fix manifest not embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl committed May 21, 2024
1 parent 6606903 commit ed0deb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WinDMAManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>


<ApplicationManifest>app.manifest</ApplicationManifest>
<EntryPointExe>Main</EntryPointExe>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
Expand Down

0 comments on commit ed0deb2

Please sign in to comment.