Files
MainSoftware/GuiWPF/GuiWPF.csproj
2022-05-30 15:51:01 +02:00

18 lines
385 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Ninject" Version="3.3.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Mappings\Mappings.csproj" />
</ItemGroup>
</Project>