2023-02-09 23:37:26 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="JetBrains.Annotations" PrivateAssets="all" />
|
2024-08-04 23:42:09 +00:00
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.ResxSourceGenerator" PrivateAssets="all" />
|
2023-02-09 23:37:26 +00:00
|
|
|
<PackageReference Include="SteamKit2" IncludeAssets="compile" />
|
|
|
|
<PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm.csproj" ExcludeAssets="all" Private="false" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-08-04 23:44:34 +00:00
|
|
|
<EmbeddedResource Update="Localization\Strings.resx" />
|
2023-02-09 23:37:26 +00:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|