Steam-auto-crack/SteamAutoCrack.CLI/SteamAutoCrack.CLI.csproj
oureveryday 94b3811427 Update
Update to .net 8.0
Update to Steamless
Update Goldberg Emulator to https://github.com/otavepto/gbe_fork
2024-04-04 10:03:52 +08:00

31 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x86</Platforms>
<Version>3.3.0.2</Version>
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
<ApplicationIcon>SteamAutoCrack.ico</ApplicationIcon>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
</PropertyGroup>
<ItemGroup>
<Content Include="SteamAutoCrack.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.Expressions" Version="3.4.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SteamAutoCrack.Core\SteamAutoCrack.Core.csproj" />
</ItemGroup>
</Project>