An open API service indexing awesome lists of open source software.

https://github.com/magicxor/resgen

ResGen port for .NET 6, .NET 8, etc. The Resource File Generator (Resgen.exe) converts text (.txt or .restext) files and XML-based resource format (.resx) files to common language runtime binary (.resources) files that can be embedded in a runtime binary executable or satellite assembly.
https://github.com/magicxor/resgen

dotnet-cli dotnet-core dotnet-tool dotnet6 dotnet8 localization resgen resources restext resx resxconverter txt

Last synced: 10 months ago
JSON representation

ResGen port for .NET 6, .NET 8, etc. The Resource File Generator (Resgen.exe) converts text (.txt or .restext) files and XML-based resource format (.resx) files to common language runtime binary (.resources) files that can be embedded in a runtime binary executable or satellite assembly.

Awesome Lists containing this project

README

          

# ResGen (standalone)
The Resource File Generator (Resgen.exe) converts text (.txt or .restext) files and XML-based resource format (.resx) files to common language runtime binary (.resources) files that can be embedded in a runtime binary executable or satellite assembly.

Based on `C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8.1 Tools\ResGen.exe`

See also:
* [.NET Framework Tools: Resgen.exe (Resource File Generator)](https://docs.microsoft.com/en-us/dotnet/framework/tools/resgen-exe-resource-file-generator)
* [resgen, resgen2 - Mono/CLI Resource Generator](https://linux.die.net/man/1/resgen)