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.
- Host: GitHub
- URL: https://github.com/magicxor/resgen
- Owner: magicxor
- License: unlicense
- Created: 2021-12-22T14:05:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T04:35:05.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T21:51:12.093Z (10 months ago)
- Topics: dotnet-cli, dotnet-core, dotnet-tool, dotnet6, dotnet8, localization, resgen, resources, restext, resx, resxconverter, txt
- Language: C#
- Homepage:
- Size: 312 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)