-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClickBoxin.csproj
More file actions
21 lines (18 loc) · 892 Bytes
/
ClickBoxin.csproj
File metadata and controls
21 lines (18 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<DefineConstants>WINDOWS_UWP</DefineConstants>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ApplicationIcon>assets\ikonka.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
<PackageReference Include="Spectre.Console" Version="0.49.2-preview.0.45" />
<PackageReference Include="Spectre.Console.ImageSharp" Version="0.49.2-preview.0.45" />
<PackageReference Include="System.Windows.Extensions" Version="9.0.0" />
<PackageReference Include="xunit" Version="2.9.2" />
</ItemGroup>
</Project>