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

FIXED: spine-csharp.csproj - Added missing files to project.
This commit is contained in:
Nathan Sweet 2014-05-13 12:02:11 +02:00
commit 557f935ba1

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