Skip to content

Commit

Permalink
Fixed application being started as console application
Browse files Browse the repository at this point in the history
  • Loading branch information
UltiNaruto committed May 9, 2024
1 parent 971e116 commit c51f6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MPItemTracker2/MPItemTracker2.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<TargetFramework>net48</TargetFramework>
<Configurations>Debug_Windows;Release_Windows;Debug_Linux;Release_Linux</Configurations>
<Version>2.9</Version>
Expand Down

0 comments on commit c51f6e3

Please sign in to comment.