Files
Massmailer/Massmailer.UI/Massmailer.UI.csproj
2021-02-04 21:26:26 +01:00

14 lines
314 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Massmailer.Shared\Massmailer.Shared.csproj" />
</ItemGroup>
</Project>