mirror of
https://github.com/SteamRE/DepotDownloader.git
synced 2026-02-04 05:31:18 +01:00
--- updated-dependencies: - dependency-name: Microsoft.Windows.CsWin32 dependency-version: 0.3.269 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
|
<RollForward>LatestMajor</RollForward>
|
|
<Version>3.4.0</Version>
|
|
<Description>Steam Downloading Utility</Description>
|
|
<Authors>SteamRE Team</Authors>
|
|
<Copyright>Copyright © SteamRE Team 2025</Copyright>
|
|
<ApplicationIcon>..\Icon\DepotDownloader.ico</ApplicationIcon>
|
|
<Deterministic>true</Deterministic>
|
|
<TreatWarningsAsErrors Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</TreatWarningsAsErrors>
|
|
<InvariantGlobalization>true</InvariantGlobalization>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="..\LICENSE" Link="LICENSE">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.269">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="protobuf-net" Version="3.2.56" />
|
|
<PackageReference Include="QRCoder" Version="1.7.0" />
|
|
<PackageReference Include="SteamKit2" Version="3.3.1" />
|
|
</ItemGroup>
|
|
</Project>
|