Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Sep 5, 2024
1 parent f0f9bec commit eabe31b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 629 deletions.
26 changes: 8 additions & 18 deletions ASFAchievementManagerEx/ASFAchievementManagerEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm\ArchiSteamFarm.csproj" ExcludeAssets="all" Private="false" />
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm\ArchiSteamFarm.csproj" ExcludeAssets="all" Private="false" />
</ItemGroup>

<ItemGroup>
Expand All @@ -18,29 +18,19 @@
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" />
<PackageReference Include="System.Composition.AttributedModel" />
<PackageReference Include="System.Linq.Async" IncludeAssets="compile" />
<PackageReference Include="Microsoft.CodeAnalysis.ResxSourceGenerator" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<Using Include="ASFAchievementManagerEx.Data" />
<Using Include="ASFAchievementManagerEx.Localization" />
<Using Include="ASFAchievementManagerEx.Utils">
<Static>True</Static>
</Using>
<Using Include="ASFAchievementManagerEx.Data" />
<Using Include="ASFAchievementManagerEx.Localization" />
<Using Include="ASFAchievementManagerEx.Utils">
<Static>True</Static>
</Using>
</ItemGroup>

<ItemGroup>
<Compile Update="Localization\Langs.Designer.cs">
<DependentUpon>Langs.resx</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Localization\Langs.resx">
<LastGenOutput>Langs.Designer.cs</LastGenOutput>
<Generator>ResXFileCodeGenerator</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Localization\Langs.resx" EmitFormatMethods="true" Public="false" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down
Loading

0 comments on commit eabe31b

Please sign in to comment.