Console.Waterworks.Core is the .Net Core version of Console.Waterworks. https://www.craigoates.net/Software/project/8
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
710 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<StartupObject>CW_Core_Console.Program</StartupObject>
<Authors>Craig Oates</Authors>
<Company />
<Product />
<Description>This console program is part of the Console.Waterworks.Core project. Its main use is to help test and demonstrate the Console.Waterworks.Core class library.</Description>
<Copyright>Copyright © 2017 Craig Oates</Copyright>
<NeutralLanguage>en-GB</NeutralLanguage>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Console.Waterworks.Core\Console.Waterworks.Core.csproj" />
</ItemGroup>
</Project>