SPT-AKI-Installer/SPT_AKI_Installer.csproj

40 lines
1.1 KiB
XML
Raw Normal View History

2022-05-14 02:58:38 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<PackageIcon>icon.ico</PackageIcon>
<ApplicationIcon>Aki.Asset\icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Content Include="Aki.Asset\icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FubarCoder.RestSharp.Portable.Core" Version="4.0.8" />
<PackageReference Include="FubarCoder.RestSharp.Portable.HttpClient" Version="4.0.8" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2022-05-14 02:58:38 +01:00
<PackageReference Include="SharpCompress" Version="0.31.0" />
<PackageReference Include="Spectre.Console" Version="0.44.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="Gitea">
<HintPath>shared\Gitea.dll</HintPath>
</Reference>
</ItemGroup>
2022-05-14 02:58:38 +01:00
<ItemGroup>
<None Update="Aki.Asset\icon.ico">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="Aki.Asset\icon.jpeg">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>