CSharp.lua
CSharp.lua copied to clipboard
Suggestion: using csproj
Could you use csproj data instead of "input directory" and references list?
I don't want to have a dependency on visaul studio project.
But... Doesn't Roslyn already have a dependency on csproj? csproj is actually MSBuild format, not Visual Studio.
yes, Roslyn can work with csproj, i will try support
There's some instructions at #258