浏览代码

FIXED: spine-csharp.csproj - Added missing files to project.

Christian Oeing 11 年之前
父节点
当前提交
6169ad1e88
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      spine-csharp/spine-csharp.csproj

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

@@ -61,7 +61,9 @@
     <Compile Include="src\Attachments\Attachment.cs" />
     <Compile Include="src\Attachments\AttachmentType.cs" />
     <Compile Include="src\Attachments\BoundingBoxAttachment.cs" />
+    <Compile Include="src\Attachments\MeshAttachment.cs" />
     <Compile Include="src\Attachments\RegionAttachment.cs" />
+    <Compile Include="src\Attachments\SkinnedMeshAttachment.cs" />
     <Compile Include="src\Bone.cs" />
     <Compile Include="src\BoneData.cs" />
     <Compile Include="src\AnimationState.cs" />