Skip to content

Commit

Permalink
Use wildcard for translated resx files
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos committed Dec 8, 2023
1 parent 337faf0 commit 28df419
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PasteIntoFile/PasteIntoFile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@
<Compile Include="Main.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Settings.cs" />
<EmbeddedResource Include="Properties\Resources.de.resx" />
<EmbeddedResource Include="Properties\Resources.it.resx" />
<EmbeddedResource Include="Properties\Resources.fr.resx" />
<EmbeddedResource Include="Properties\Resources.*.resx" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
Expand Down

0 comments on commit 28df419

Please sign in to comment.