Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Last active July 4, 2020 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonysneed/67fdea455b31edece75a83d319245104 to your computer and use it in GitHub Desktop.
Save tonysneed/67fdea455b31edece75a83d319245104 to your computer and use it in GitHub Desktop.
wpf-console-app
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<OutputType>Exe</OutputType>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment