2019-01-10 21:33:07 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-07-12 19:45:17 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
</PropertyGroup>
|
2019-01-10 21:33:07 +00:00
|
|
|
|
2021-07-12 19:45:17 +00:00
|
|
|
<ItemGroup>
|
2021-12-14 22:10:11 +00:00
|
|
|
<PackageReference Include="JetBrains.Annotations" PrivateAssets="all" />
|
2021-07-15 21:06:16 +00:00
|
|
|
<PackageReference Include="SteamKit2" IncludeAssets="compile" />
|
|
|
|
<PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" />
|
2021-07-12 19:45:17 +00:00
|
|
|
</ItemGroup>
|
2020-11-21 17:09:05 +00:00
|
|
|
|
2021-07-12 19:45:17 +00:00
|
|
|
<ItemGroup>
|
2021-07-15 21:06:16 +00:00
|
|
|
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm.csproj" ExcludeAssets="all" Private="false" />
|
2021-07-12 19:45:17 +00:00
|
|
|
</ItemGroup>
|
2019-01-10 21:33:07 +00:00
|
|
|
</Project>
|