Skip to content

Commit

Permalink
refactor: csproj updated for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eymenefealtun committed Nov 26, 2023
1 parent 48a952d commit 3537aad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TarotType.Main/TarotType.Main.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>

<OutputType>WinExe</OutputType>
<!--<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<UseWPF>true</UseWPF>-->


<!--<OutputType>WinExe</OutputType>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
Expand All @@ -17,7 +17,7 @@
<PlatformTarget>x64</PlatformTarget>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>-->
<SelfContained>true</SelfContained>

<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
Expand Down

0 comments on commit 3537aad

Please sign in to comment.