Эх сурвалжийг харах

Merge pull request #219 from coeing/fix-project-file

FIXED: spine-csharp.csproj - Added missing files to project.
Nathan Sweet 11 жил өмнө
parent
commit
557f935ba1

+ 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" />