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

This commit is contained in:
Christian Oeing 2014-05-13 11:30:36 +02:00
parent 7af43142b9
commit 6169ad1e88

View File

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