159.341_Assignment_1/Assignment 1/Assignment 1.csproj

14 lines
389 B
XML
Raw Normal View History

2021-03-17 18:24:31 +13:00
<Project Sdk="Microsoft.NET.Sdk">
2021-03-11 12:56:25 +13:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
2021-03-11 12:56:25 +13:00
<RootNamespace>Assignment_1</RootNamespace>
</PropertyGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="xcopy &quot;$(ProjectDir)\Examples\*.txt&quot; &quot;$(OutDir)&quot; /Y /I" />
</Target>
2021-03-11 12:56:25 +13:00
</Project>