Skip to content

Commit

Permalink
Merge pull request #121 from dotnet-campus/t/lindexi/Analyzer
Browse files Browse the repository at this point in the history
尝试修复多语言
  • Loading branch information
walterlv authored Mar 10, 2023
2 parents 72beeda + dddf5b3 commit e9ce63c
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,12 @@
</ItemGroup>

<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<Compile Update="Properties\Resources*.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<EmbeddedResource Update="Properties\Resources*.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
Expand Down

0 comments on commit e9ce63c

Please sign in to comment.