/cg-singlefile-bundler-csharp

A tool to bundle C# project into a single file. Can be used for CodinGame.

Primary LanguageC#

cg-singlefile-bundler-csharp

A tool to bundle C# project to a single file. Can be used for CodinGame.

Usage

CGSingleFiler.exe <path to project folder (containing .csproj)> <output file>

Example

CGSingleFiler.exe path/to/my/project output.txt