mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.9 to 1.11.11. - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases) - [Commits](https://github.com/zzzprojects/html-agility-pack/compare/v1.11.9...v1.11.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
144 lines
6.7 KiB
XML
144 lines
6.7 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<ApplicationIcon>ASF.ico</ApplicationIcon>
|
|
<AssemblyVersion>4.0.3.5</AssemblyVersion>
|
|
<Authors>JustArchi</Authors>
|
|
<Company>JustArchi</Company>
|
|
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
|
|
<CrossGenDuringPublish>false</CrossGenDuringPublish>
|
|
<Copyright>Copyright © ArchiSteamFarm 2015-2019</Copyright>
|
|
<DefaultItemExcludes>$(DefaultItemExcludes);config/**;debug/**;out/**;overlay/**</DefaultItemExcludes>
|
|
<Description>ASF is an application that allows you to farm steam cards using multiple steam accounts simultaneously.</Description>
|
|
<ErrorReport>none</ErrorReport>
|
|
<FileVersion>4.0.3.5</FileVersion>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<LangVersion>latest</LangVersion>
|
|
<NoWarn>1591</NoWarn>
|
|
<OutputType>Exe</OutputType>
|
|
<PackageIconUrl>https://github.com/JustArchiNET/ArchiSteamFarm/raw/master/resources/ASF.ico</PackageIconUrl>
|
|
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
|
|
<PackageProjectUrl>https://github.com/JustArchiNET/ArchiSteamFarm</PackageProjectUrl>
|
|
<RepositoryType>Git</RepositoryType>
|
|
<RepositoryUrl>https://github.com/JustArchiNET/ArchiSteamFarm.git</RepositoryUrl>
|
|
<RuntimeIdentifiers>linux-arm;linux-x64;osx-x64;win-x64</RuntimeIdentifiers>
|
|
<ServerGarbageCollection>false</ServerGarbageCollection>
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(OS)' == 'Windows_NT' OR '$(ASFNetFramework)' != ''">
|
|
<TargetFrameworks>netcoreapp2.2;net472</TargetFrameworks>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(OS)' != 'Windows_NT' AND '$(ASFNetFramework)' == ''">
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<DebugType>none</DebugType>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<WarningsAsErrors />
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(ASFVariant)' != ''">
|
|
<DefineConstants>$(DefineConstants);ASF_VARIANT_$(ASFVariant.Replace('-', '_').ToUpperInvariant())</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<LinkerRootDescriptors Include="rootDescriptor.xml" />
|
|
</ItemGroup>
|
|
|
|
<!-- Workaround for https://github.com/Microsoft/msbuild/issues/3350 -->
|
|
<!-- TODO: Revisit this with msbuild 16.0+ (probably .NET Core 3.0) -->
|
|
<ItemGroup>
|
|
<CoreCompileCache Include="$(DefineConstants)" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="4.0.0">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="CryptSharpStandard" Version="1.0.0" />
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.11" />
|
|
<PackageReference Include="Humanizer" Version="2.6.2" />
|
|
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
|
|
<PackageReference Include="Markdig.Signed" Version="0.17.1" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.HttpOverrides" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.ResponseCompression" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.2.1" />
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0-preview6.19304.6" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="3.0.0-preview6.19304.6" />
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="4.6.0-preview6.19303.8" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
|
|
<PackageReference Include="NLog" Version="4.6.6" />
|
|
<PackageReference Include="NLog.Web.AspNetCore" Version="4.8.4" />
|
|
<PackageReference Include="protobuf-net" Version="3.0.0-alpha.43" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0-rc2" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="5.0.0-rc2" />
|
|
<PackageReference Include="System.Composition" Version="1.3.0-preview6.19303.8" />
|
|
<Reference Include="SteamKit2">
|
|
<HintPath>lib\SteamKit2.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.2'">
|
|
<PackageReference Include="ILLink.Tasks" Version="0.1.5-preview-1841731" />
|
|
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.6.0-preview6.19303.8" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
|
|
<PackageReference Include="System.Collections.Immutable" Version="1.6.0-preview6.19303.8" />
|
|
<Reference Include="System.Net.Http">
|
|
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Security">
|
|
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Security.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Update="Localization\Strings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Strings.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Update="Localization\Strings.resx">
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Update="Changelog.html">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Update="ConfigGenerator.html">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Update="Manual.html">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Update="UI.html">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<Content Include="overlay\all\**\*.*">
|
|
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="..\ASF-ui\dist\**\*.*" Exclude="**\README.md">
|
|
<Link>www\%(RecursiveDir)%(Filename)%(Extension)</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
</Project>
|