EscribePassword/EscribePassword.csproj

20 lines
632 B
XML
Raw Normal View History

2024-06-15 06:24:07 -03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
2024-06-15 14:33:52 -03:00
<UseWindowsForms>True</UseWindowsForms>
2024-06-15 06:24:07 -03:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.6.0" />
2024-06-15 14:33:52 -03:00
<PackageReference Include="InputSimulator" Version="1.0.4" />
2024-06-15 06:24:07 -03:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>