159.341_Assignment_1/Assignment 1/Assignment 1.csproj
Brychan Dempsey 340591e1a1
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
Condensed /cleaned up some code
2021-03-29 16:24:21 +13:00

14 lines
389 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<RootNamespace>Assignment_1</RootNamespace>
</PropertyGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="xcopy &quot;$(ProjectDir)\Examples\*.txt&quot; &quot;$(OutDir)&quot; /Y /I" />
</Target>
</Project>