chore(deps): update actions/checkout action to v4.1.6
[ArchiSteamFarm.git] / ArchiSteamFarm.OfficialPlugins.SteamTokenDumper / ArchiSteamFarm.OfficialPlugins.SteamTokenDumper.csproj
blob32d8ba527d46faaa36e28b4506c5210e955dbc2e
1 <Project Sdk="Microsoft.NET.Sdk">
2         <PropertyGroup>
3                 <OutputType>Library</OutputType>
4         </PropertyGroup>
6         <ItemGroup>
7                 <PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="all" />
8                 <PackageReference Include="JetBrains.Annotations" PrivateAssets="all" />
9                 <PackageReference Include="SteamKit2" IncludeAssets="compile" />
10                 <PackageReference Include="Swashbuckle.AspNetCore.Annotations" IncludeAssets="compile" />
11                 <PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" />
12         </ItemGroup>
14         <ItemGroup>
15                 <ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm.csproj" ExcludeAssets="all" Private="false" />
16         </ItemGroup>
18         <ItemGroup>
19                 <EmbeddedResource Update="Localization\Strings.resx">
20                         <Generator>ResXFileCodeGenerator</Generator>
21                         <LastGenOutput>Strings.Designer.cs</LastGenOutput>
22                 </EmbeddedResource>
23         </ItemGroup>
25         <ItemGroup>
26                 <Compile Update="Localization\Strings.Designer.cs">
27                         <AutoGen>True</AutoGen>
28                         <DependentUpon>Strings.resx</DependentUpon>
29                         <DesignTime>True</DesignTime>
30                 </Compile>
31         </ItemGroup>
32 </Project>