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/Password Manager/Password Manager.csproj.user

20 lines
611 B
Plaintext
Raw Normal View History

2023-03-24 10:17:54 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2023-03-24 12:18:06 +01:00
<ItemGroup>
2023-03-27 00:19:30 +02:00
<Compile Update="GeneratePassword.cs">
<SubType>Form</SubType>
</Compile>
2023-03-24 13:01:49 +01:00
<Compile Update="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="NewProfileForm.cs">
2023-03-24 12:18:06 +01:00
<SubType>Form</SubType>
</Compile>
2023-03-27 00:19:30 +02:00
<Compile Update="PasswordListBox.cs">
2023-03-24 12:39:50 +01:00
<SubType>Component</SubType>
</Compile>
2023-03-27 09:17:06 +02:00
<Compile Update="PasswordManagerForm.cs">
<SubType>Form</SubType>
</Compile>
2023-03-24 12:18:06 +01:00
</ItemGroup>
</Project>