Started implementing backend
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
|
||||
public class PasswordStore
|
||||
{
|
||||
private List<FileInfo> passwordFiles;
|
||||
|
||||
}
|
||||
|
||||
public uint ID;
|
||||
public string Path;
|
||||
public string? DisplayName;
|
||||
public string? IconName;
|
||||
}
|
||||
Reference in New Issue
Block a user