Tidying up workspace, creating new layers
This commit is contained in:
9
Models/Models.csproj
Normal file
9
Models/Models.csproj
Normal file
@@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
8
Models/PasswordStore.cs
Normal file
8
Models/PasswordStore.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Models;
|
||||
|
||||
public class PasswordStore
|
||||
{
|
||||
private List<FileInfo> passwordFiles;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user