diff options
author | FTT\kimsin <kimsin3003@naver.com> | 2016-09-19 16:16:15 +0900 |
---|---|---|
committer | FTT\kimsin <kimsin3003@naver.com> | 2016-09-19 16:16:15 +0900 |
commit | 4a43c2bb2c5b60ebce878f19fcebf32e380fdb7f (patch) | |
tree | 4dd9e28fdba15e9ebe1909f5aef1e2f9b22b9056 /net | |
parent | 25f3f358a0411e03bfd8db57319d4f185a6458c7 (diff) | |
download | flatbuffers-4a43c2bb2c5b60ebce878f19fcebf32e380fdb7f.tar.gz flatbuffers-4a43c2bb2c5b60ebce878f19fcebf32e380fdb7f.tar.bz2 flatbuffers-4a43c2bb2c5b60ebce878f19fcebf32e380fdb7f.zip |
Added IFlatbufferObject.cs file to project for .net.
Before edition, IFlatbufferObject.cs file wasn't in the project and building the project throwed error.
Diffstat (limited to 'net')
-rw-r--r-- | net/FlatBuffers/FlatBuffers.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/FlatBuffers/FlatBuffers.csproj b/net/FlatBuffers/FlatBuffers.csproj index 3ae938a1..2a0cf99d 100644 --- a/net/FlatBuffers/FlatBuffers.csproj +++ b/net/FlatBuffers/FlatBuffers.csproj @@ -37,6 +37,7 @@ <Compile Include="ByteBuffer.cs" /> <Compile Include="FlatBufferBuilder.cs" /> <Compile Include="FlatBufferConstants.cs" /> + <Compile Include="IFlatbufferObject.cs" /> <Compile Include="Offset.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Struct.cs" /> |