-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathF1RPC.csproj
34 lines (29 loc) · 1.08 KB
/
F1RPC.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
30
31
32
33
34
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>F1RPC</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ApplicationIcon>zXlCFdHU_400x400.ico</ApplicationIcon>
<SignAssembly>False</SignAssembly>
<Authors>xKaelyn</Authors>
<Company>$(Authors)</Company>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="zXlCFdHU_400x400.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="F1Sharp" Version="1.3.0" />
<PackageReference Include="NetDiscordRpc" Version="1.0.2" />
<PackageReference Include="Serilog" Version="4.2.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="CSharpDiscordWebhook.NET" Version="2.7.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="assets\images\" />
</ItemGroup>
</Project>