[csharp] Added missing file reference (OrderedDictionary.cs) to csproj project.

This commit is contained in:
Harald Csaszar 2019-08-21 17:48:38 +02:00
parent c167d8bc52
commit 9b5a5cc0eb

View File

@ -71,6 +71,7 @@
<Compile Include="src\BlendMode.cs" /> <Compile Include="src\BlendMode.cs" />
<Compile Include="src\Bone.cs" /> <Compile Include="src\Bone.cs" />
<Compile Include="src\BoneData.cs" /> <Compile Include="src\BoneData.cs" />
<Compile Include="src\Collections\OrderedDictionary.cs" />
<Compile Include="src\ConstraintData.cs" /> <Compile Include="src\ConstraintData.cs" />
<Compile Include="src\Triangulator.cs" /> <Compile Include="src\Triangulator.cs" />
<Compile Include="src\Event.cs" /> <Compile Include="src\Event.cs" />