yanghuan / CSharp.lua

The C# to Lua compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support taking Visual Studio .sln and .csproj as input

opened this issue · comments

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
#17
#258