vue-java-tutorials/CSharp/WPFTutorial/WPF-15-MvvmLightMessage/WPF-15-MvvmLightMessage.csproj

17 lines
466 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>WPF_15_MvvmLightMessage</RootNamespace>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MvvmLight" Version="5.4.1.1"/>
</ItemGroup>
</Project>