Browse Source

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

Christian Oeing 11 năm trước cách đây
mục cha
commit
6169ad1e88
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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" />