1 <Project Sdk="Microsoft.NET.Sdk">
3 <OutputType>Library</OutputType>
7 <PackageReference Include="JetBrains.Annotations" PrivateAssets="all" />
8 <PackageReference Include="Microsoft.CodeAnalysis.ResxSourceGenerator" PrivateAssets="all" />
9 <PackageReference Include="SteamKit2" IncludeAssets="compile" />
10 <PackageReference Include="Swashbuckle.AspNetCore.Annotations" IncludeAssets="compile" />
11 <PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" />
15 <ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm.csproj" ExcludeAssets="all" Private="false" />
19 <EmbeddedResource Update="Localization\Strings.resx" EmitFormatMethods="true" />