HaxeFoundation / HaxeFoundation/hxcs
A request stop all after writeProject()
Open
- Dominant language
- Haxe
- Stars
- 56
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
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;
}
```
**Whether to consider supporting?**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.