-
Notifications
You must be signed in to change notification settings - Fork 0
/
CaterHub.csproj
29 lines (24 loc) · 966 Bytes
/
CaterHub.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<None Remove="farhad-ibrahimzade-jKElU38Y5-g-unsplash.jpg" />
<None Remove="restaurant.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.6.1" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="8.0.7" />
<PackageReference Include="SQLite" Version="3.13.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="System.Data.SQLite" Version="1.0.118" />
</ItemGroup>
<ItemGroup>
<Resource Include="farhad-ibrahimzade-jKElU38Y5-g-unsplash.jpg" />
<Resource Include="restaurant.png" />
</ItemGroup>
</Project>