瀏覽代碼

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

Harald Csaszar 6 年之前
父節點
當前提交
74f17a0721
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      spine-csharp/spine-csharp.csproj

+ 1 - 0
spine-csharp/spine-csharp.csproj

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