Files
WPF_Practice/PacticeSolution/AddressBook_MVVMSampleV2/AddressBook_MVVMSampleV2.csproj
2023-07-18 16:24:07 +09:00

15 lines
332 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI.WPF" Version="19.4.1" />
</ItemGroup>
</Project>