xhfzcmt
Results
1
issues of
xhfzcmt
I hope modify csproj that created by "writeProject()". then call [msbuild](url) `CSharpCompiler::compile` code may like ``` this.data = data; preProcess(); if (!FileSystem.exists("bin")) FileSystem.createDirectory("bin"); findCompiler(); writeProject(); if(**manualCompile**) { return; } ```...