HaxeFoundation / HaxeFoundation/hxcs

A request stop all after writeProject()

Open
#45 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.