Skip to content

Commit

Permalink
Set EnableWindowsTargeting to true (fixes #222)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektroKill committed Jul 27, 2023
1 parent 9bc1b50 commit 8477b66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DnSpyCommon.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<DnSpyRuntimeIdentifiers>win-x86;win-x64</DnSpyRuntimeIdentifiers>
<SatelliteResourceLanguages>cs;de;es;es-ES;fa;fr;hu;it;pt-BR;pt-PT;ru;tr;uk;zh-CN;vi</SatelliteResourceLanguages>

<!-- Allow compiling for windows on non-windows platforms -->
<EnableWindowsTargeting>true</EnableWindowsTargeting>

<!-- Update app.config whenever this value changes -->
<DnSpyAssemblyVersion>6.4.0.0</DnSpyAssemblyVersion>
<!-- This is shown in the title bar -->
Expand Down

0 comments on commit 8477b66

Please sign in to comment.