patbef-ServiceOutside/PasswordEncryptor/PasswordEncryptor.csproj

15 lines
399 B
XML
Raw Normal View History

2024-01-29 16:27:34 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ServiceShared\ServiceShared.csproj" />
</ItemGroup>
</Project>