Skip to content

Commit

Permalink
Set EnableWindowsTargeting as true
Browse files Browse the repository at this point in the history
For Linux and macOS VS Code can't open `PSXPackagerGUI.csproj` without this parameter
  • Loading branch information
takano32 committed Oct 10, 2023
1 parent 9a7f2d7 commit bfdbe2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PSXPackagerGUI/PSXPackagerGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<SelfContained>false</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit bfdbe2e

Please sign in to comment.