-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmvu.fsproj
More file actions
39 lines (35 loc) · 1.7 KB
/
Copy pathmvu.fsproj
File metadata and controls
39 lines (35 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="Assets\*" />
<Compile Include="Types.fs" />
<Compile Include="Assets.fs" />
<Compile Include="PasswordGenerator.fs" />
<Compile Include="./Controls/Buttons.fs" />
<Compile Include="./Data/Security.fs" />
<Compile Include="./Data/Database.fs" />
<!-- <Compile Include="./Components/Password_Generator.fs" /> -->
<Compile Include="./Components/Pages/NotFound.fs" />
<Compile Include="./Components/Pages/Home.fs" />
<Compile Include="./Components/Pages/KeyStore.fs" />
<Compile Include="./Components/Pages/VaultHome.fs" />
<Compile Include="./Components/Pages/trash.fs" />
<Compile Include="./Components/Modals/Edit_Modal.fs" />
<Compile Include="./Components/Modals/NewListModal.fs" />
<Compile Include="./Components/layout.fs" />
<Compile Include="./Components/Modals/Notification.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.0" />
<PackageReference Include="Avalonia.Desktop" Version="11.1.0" />
<PackageReference Include="Avalonia.FuncUI" Version="1.5.2" />
<PackageReference Include="Avalonia.Svg.Skia" Version="11.0.0.3" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.0" />
<PackageReference Include="Svg.Skia" Version="3.4.1" />
<PackageReference Include="TextCopy" Version="6.2.1" />
</ItemGroup>
</Project>