Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Sep 4, 2024
1 parent 3dcffdd commit f3724ff
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions ASFEnhance/ASFEnhance.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
</PropertyGroup>
Expand All @@ -17,31 +17,14 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.ResxSourceGenerator" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<Compile Update="Localization\Langs.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Langs.resx</DependentUpon>
</Compile>
<Compile Update="Localization\Static.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Static.resx</DependentUpon>
</Compile>
<EmbeddedResource Update="Localization\Langs.resx" EmitFormatMethods="true" Public="true"/>
<EmbeddedResource Update="Localization\Static.resx" EmitFormatMethods="false" Public="true"/>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Localization\Langs.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Langs.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Localization\Static.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Static.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<None Include="..\.editorconfig" Link=".editorconfig" />
Expand Down

0 comments on commit f3724ff

Please sign in to comment.