Skip to content

Commit

Permalink
Revert build options stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
stenlan committed Oct 12, 2020
1 parent 6f74a1f commit 5725d0e
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>D:\Users\lankr\Desktop\poo</PublishDir>
<PublishDir>bin\publish\32Bit\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishTrimmed>True</PublishTrimmed>
<PublishReadyToRun>True</PublishReadyToRun>
</PropertyGroup>
</Project>

0 comments on commit 5725d0e

Please sign in to comment.