add back csharp dll, update sample

This commit is contained in:
wing328
2015-07-30 10:19:46 +08:00
parent bc528ef928
commit 05f00013f1
4 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
This generator creates C# code targeting the .Net 2.0 framework. The resulting DLLs can be used in places where .Net 2.0 is the maximum supported version, such as in the Unity3d.
## Compilation dependencies
## Dependencies
- Mono compiler
- Note: NuGet is downloaded by the mono compilation script and packages are installed with it. No dependency DLLs are bundled with this generator.