Files
ArchiSteamFarm/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper.csproj

22 lines
813 B
XML
Raw Normal View History

2020-06-13 12:08:21 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2021-07-12 21:45:17 +02:00
<PropertyGroup>
<OutputType>Library</OutputType>
</PropertyGroup>
2020-06-13 12:08:21 +02:00
2021-07-12 21:45:17 +02:00
<ItemGroup>
2021-09-15 12:43:25 +02:00
<PackageReference Include="JetBrains.Annotations" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.ResxSourceGenerator" PrivateAssets="all" />
2021-07-15 23:06:16 +02:00
<PackageReference Include="SteamKit2" IncludeAssets="compile" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" IncludeAssets="compile" />
<PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" />
2021-07-12 21:45:17 +02:00
</ItemGroup>
2021-07-12 21:45:17 +02:00
<ItemGroup>
2021-07-15 23:06:16 +02:00
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm.csproj" ExcludeAssets="all" Private="false" />
2021-07-12 21:45:17 +02:00
</ItemGroup>
2021-07-12 21:45:17 +02:00
<ItemGroup>
2024-08-05 02:37:50 +02:00
<EmbeddedResource Update="Localization\Strings.resx" EmitFormatMethods="true" />
2021-07-12 21:45:17 +02:00
</ItemGroup>
2020-06-13 12:08:21 +02:00
</Project>