mirror of
https://github.com/SteamAutoCracks/Steam-auto-crack.git
synced 2025-05-18 23:43:58 +02:00
Update to .net 8.0 Update to Steamless Update Goldberg Emulator to https://github.com/otavepto/gbe_fork
31 lines
1.1 KiB
XML
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>
|