瀏覽代碼

Fixes problem with IK classes not found

Just manually added the files to the solution. Fixes #295
Borislav Kosharov 11 年之前
父節點
當前提交
2d17ceb681
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      spine-csharp/spine-csharp.csproj

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

@@ -69,6 +69,8 @@
     <Compile Include="src\AnimationState.cs" />
     <Compile Include="src\Event.cs" />
     <Compile Include="src\EventData.cs" />
+    <Compile Include="src\IkConstraint.cs" />
+    <Compile Include="src\IkConstraintData.cs" />
     <Compile Include="src\Json.cs" />
     <Compile Include="src\Skeleton.cs" />
     <Compile Include="src\SkeletonData.cs" />