Files
Massmailer/Massmailer.UI/Massmailer.UI.csproj
2021-02-04 22:18:03 +01:00

18 lines
402 B
XML

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