CSharp.lua
CSharp.lua copied to clipboard
Support taking Visual Studio .sln and .csproj as input
Most of the time, projects depending on each other. Processing each of them manually is very difficult because of circular dependency. It's better if we could process projects (.csproj) or a solution (.sln) directly as input.
you can see the following https://github.com/yanghuan/CSharp.lua/issues/17 https://github.com/yanghuan/CSharp.lua/pull/258