Skip to content

kant2002/msbuildtranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSBuild Translator

This is very primitive attempt to convert MSBuild project files to C# pseudo-code. I hope that created file, allow for easier navigation of the inner working of .NET SDK

How to run

dotnet run --project msbuildtranslator -- myproject.proj

For saving generated code to file pass output pass as second argument:

dotnet run --project msbuildtranslator -- myproject.proj Generated.cs

Sample of output can be found here. https://github.com/kant2002/MSBuildScript-sample

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages