159.341_Assignment_1/Assignment 1/Assignment 1.csproj
Brychan Dempsey 83a8631d72
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
Got basic stream piping (Closes #6)
2021-03-17 18:24:31 +13:00

10 lines
214 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Assignment_1</RootNamespace>
</PropertyGroup>
</Project>