Skip to content

Instantly share code, notes, and snippets.

@distantcam
Created October 19, 2017 03:27
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 distantcam/d86899d65d59cc0837f0d9a9530235d7 to your computer and use it in GitHub Desktop.
Save distantcam/d86899d65d59cc0837f0d9a9530235d7 to your computer and use it in GitHub Desktop.
Example new project
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net462</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<DebugType>full</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment