This repository has been archived on 2025-09-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Password-Manager-Legacy/GUI/GUI.csproj

16 lines
437 B
XML
Raw Normal View History

2023-03-24 10:17:54 +01:00
<Project Sdk="Microsoft.NET.Sdk">
2023-04-02 22:15:06 +02:00
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>
2023-03-24 10:17:54 +01:00
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<RootNamespace>Password_Manager</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>