From 4a43c2bb2c5b60ebce878f19fcebf32e380fdb7f Mon Sep 17 00:00:00 2001 From: "FTT\\kimsin" <kimsin3003@naver.com> Date: Mon, 19 Sep 2016 16:16:15 +0900 Subject: [PATCH] Added IFlatbufferObject.cs file to project for .net. Before edition, IFlatbufferObject.cs file wasn't in the project and building the project throwed error. --- net/FlatBuffers/FlatBuffers.csproj | 1 + 1 file changed, 1 insertion(+) 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" /> -- GitLab