d9a06ba95c
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <DefineConstants>$(DefineConstants);RELEASE</DefineConstants> </PropertyGroup>
14 lines
No EOL
494 B
XML
Executable file
14 lines
No EOL
494 B
XML
Executable file
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp1.0</TargetFramework>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.NETCore.App" Version="1.0.3" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<DotNetCliToolReference Include="ToolWithOutputName" Version="1.0.0</Version>
|
|
</DotNetCliToolReference>
|
|
</ItemGroup>
|
|
</Project> |