mirror of
https://github.com/SteamAutoCracks/Steam-auto-crack.git
synced 2026-02-08 02:51:19 +01:00
19 lines
839 B
XML
19 lines
839 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.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.Windows.Compatibility" Version="10.0.0" />
|
|
<PackageReference Include="System.IO.Packaging" Version="10.0.0" />
|
|
</ItemGroup>
|
|
</Project> |