Added IFlatbufferObject.cs file to project for .net.

Before edition, IFlatbufferObject.cs file wasn't in the project and building the project throwed error.
This commit is contained in:
FTT\kimsin
2016-09-19 16:16:15 +09:00
parent 25f3f358a0
commit 4a43c2bb2c

View File

@@ -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" />