directors-assistant/directors-assistant.csproj
Adam R. Grey c2d527e1a4 initial
why would bin and obj not be in the default gitigonre
2021-06-08 07:02:34 -04:00

10 lines
218 B
XML

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