Initial commit of .NET port of FlatBuffers

Include C# codegen in flatc and .NET FlatBuffer access via the
FlatBufferBuilder class

Tested: on Windows.

Change-Id: If5228a8df60a10e0751b245c6c64530264ea2d8a
This commit is contained in:
evolutional
2014-09-09 11:46:13 -07:00
committed by Wouter van Oortmerssen
parent 3f85183c88
commit 9a1f7be6fd
29 changed files with 1931 additions and 3 deletions

1
.gitignore vendored
View File

@@ -38,4 +38,3 @@ CMakeLists.txt.user
CMakeScripts/**
build/Xcode/FlatBuffers.xcodeproj/project.xcworkspace/**
build/Xcode/FlatBuffers.xcodeproj/xcuserdata/**