dotnet-core/samples/dotnetsay/dotnetsay.csproj

15 lines
415 B
XML
Raw Normal View History

2018-02-27 00:35:56 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<IsPackable>true</IsPackable>
2018-02-27 00:35:56 +01:00
<PackAsTool>true</PackAsTool>
<AssemblyName>dotnetsay</AssemblyName>
<Description>A simple global tool.</Description>
<DebugType>embedded</DebugType>
<RootNamespace>dotnetsay</RootNamespace>
2018-02-27 00:35:56 +01:00
</PropertyGroup>
</Project>