15 lines
421 B
XML
15 lines
421 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
|
<UseWPF>true</UseWPF>
|
|
|
|
<RootNamespace>HelloStyletClient</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
|
|
<PackageReference Include="Stylet" Version="1.3.6.0" />
|
|
</ItemGroup>
|
|
</Project> |