-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzxeltor.StoCombat.Lib.csproj
37 lines (33 loc) · 1.29 KB
/
zxeltor.StoCombat.Lib.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
35
36
37
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<Nullable>enable</Nullable>
<Title>The main library for StoCombat.Analyzer and StoCombat.Realtime</Title>
<Authors>Todd Taylor</Authors>
<Description>The main library for StoCombat.Analyzer and StoCombat.Realtime</Description>
<PackageProjectUrl>https://github.com/zxeltor/zxeltor.StoCombat.Lib</PackageProjectUrl>
<RepositoryUrl>https://github.com/zxeltor/zxeltor.StoCombat.Lib</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>LLAP128x128.png</PackageIcon>
<Copyright>2024</Copyright>
<Version>2.0.3</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="log4net" Version="3.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="zxeltor.Types.Lib" Version="1.1.1" />
</ItemGroup>
<ItemGroup>
<None Update="LLAP128x128.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>