Explorar el Código

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

Harald Csaszar hace 6 años
padre
commit
9b5a5cc0eb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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" />