Skip to content

Commit

Permalink
Fix: Type en nombre de recursos en inglés
Browse files Browse the repository at this point in the history
  • Loading branch information
TheXDS committed Dec 2, 2023
1 parent 36a1b1a commit 5824c67
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/Lib/MCART.Windows/MCART.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@
<AutoGen>True</AutoGen>
<DependentUpon>WinErrors.resx</DependentUpon>
</Compile>
<Compile Update="Resources\Strings\WinErrors.en-US.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>WinErrors.en-US.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Resources\Strings\WinErrors.en-us.resx">
<EmbeddedResource Update="Resources\Strings\WinErrors.en-US.resx">
<CustomToolNamespace>TheXDS.MCART.Windows.Resources.Strings</CustomToolNamespace>
<LastGenOutput>Errors.en-US.Designer.cs</LastGenOutput>
<LastGenOutput>WinErrors.en-US.Designer.cs</LastGenOutput>
<Generator>ResXFileCodeGenerator</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Resources\Strings\WinErrors.resx">
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5824c67

Please sign in to comment.