Skip to content

jopabe/codingame-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

codingame-utils

Jox.MergeCSharpFiles

With this NuGet package installed, building a C# project will also generate a single file containing all project's source code.

This can be used to write programs for CodinGame consisting of multiple source files, and syncing the generated file to the CodinGame IDE using codingame-sync.

By default, the merged file will be written to obj\Merged.cs. As of version 0.6, this can be customized by setting the MSBuild property MergedCSharpFile in your .csproj file, for example:

<PropertyGroup>
  <MergedCSharpFile>C:\Temp\CodinGame-sync.cs</MergedCSharpFile>
</PropertyGroup>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published