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

https://github.com/gsscoder/mergesource

Merge all C# project source files into a single one
https://github.com/gsscoder/mergesource

Last synced: 2 months ago
JSON representation

Merge all C# project source files into a single one

Awesome Lists containing this project

README

        

# MergeSource
Merge all C# project source files into a single one.

# Usage
From terminal:
```bash
$ git clone https://github.com/gsscoder/commandline CommandLine
$ cd CommandLine/src/CommandLine
$ mono MergeSource.exe -p CommandLine.csproj -o $HOME/YourNewProject/CompleteSourceOfCommandLine.cs
```
Now you can include `CompleteSourceOfCommandLine.cs` into your C# project instead of adding reference with NuGet.