Skip to content

Commit

Permalink
Moved app manifest to the exe
Browse files Browse the repository at this point in the history
  • Loading branch information
slxdy committed Apr 4, 2024
1 parent 1804326 commit d4761e2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion TweaksLauncher.API/TweaksLauncher.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ApplicationManifest>app.manifest</ApplicationManifest>
<OutDir>../output/$(Configuration)/TweaksLauncher/libs/</OutDir>
<RootNamespace>TweaksLauncher</RootNamespace>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
1 change: 1 addition & 0 deletions TweaksLauncher/TweaksLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ApplicationManifest>app.manifest</ApplicationManifest>
<DebugType>embedded</DebugType>
<Platforms>AnyCPU;x86</Platforms>
<OutDir>../output/$(Configuration)/TweaksLauncher/</OutDir>
Expand Down
File renamed without changes.

0 comments on commit d4761e2

Please sign in to comment.