mirror of
https://github.com/SteamAutoCracks/Steam-auto-crack.git
synced 2025-05-11 10:25:41 +02:00
Update to .net 8.0 Update to Steamless Update Goldberg Emulator to https://github.com/otavepto/gbe_fork
21 lines
No EOL
947 B
XML
21 lines
No EOL
947 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<OutputType>Library</OutputType>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<Platforms>x86</Platforms>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<OutputPath>..\Steamless\bin\x86\Debug\Plugins\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>..\Steamless\bin\x86\Release\Plugins\</OutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
|
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.421302">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.3" />
|
|
</ItemGroup>
|
|
</Project> |