10 lines
294 B
XML
10 lines
294 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
<PropertyGroup>
|
|||
|
<OutputType>WinExe</OutputType>
|
|||
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|||
|
<UseWPF>true</UseWPF>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="Prism.DryIoc" Version="8.1.97" />
|
|||
|
</ItemGroup>
|
|||
|
</Project>
|