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
- Host: GitHub
- URL: https://github.com/gsscoder/mergesource
- Owner: gsscoder
- Created: 2015-07-23T12:20:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-02T18:40:25.000Z (almost 10 years ago)
- Last Synced: 2025-03-26T12:51:10.873Z (3 months ago)
- Language: F#
- Size: 156 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.