Created
October 19, 2017 03:27
-
-
Save distantcam/d86899d65d59cc0837f0d9a9530235d7 to your computer and use it in GitHub Desktop.
Example new project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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