Merge pull request #332 from RandolphBurt/fix-monogame-example-goblin-mesh-not-ffd

Fix monogame example program
This commit is contained in:
Nathan Sweet 2015-02-10 17:24:04 +01:00
commit 4386cdefc2
2 changed files with 19 additions and 17 deletions

View File

@ -139,11 +139,8 @@
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<Content Include="..\..\..\spine-xna\example\data\goblins-ffd.atlas">
<Link>Assets\goblins-ffd.atlas</Link>
</Content>
<Content Include="..\..\..\spine-xna\example\data\goblins-ffd.json">
<Link>Assets\goblins-ffd.json</Link>
<Content Include="..\..\..\spine-xna\example\data\goblins-mesh.png">
<Link>Assets\goblins-mesh.png</Link>
</Content>
<Content Include="..\..\..\spine-xna\example\data\raptor.png">
<Link>Assets\raptor.png</Link>
@ -156,9 +153,6 @@
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="..\..\..\spine-xna\example\data\goblins-ffd.png">
<Link>Assets\goblins-ffd.png</Link>
</Content>
<Content Include="..\..\..\spine-xna\example\data\spineboy.png">
<Link>Assets\spineboy.png</Link>
</Content>
@ -184,6 +178,14 @@
<Link>Assets\raptor.json</Link>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="..\..\..\spine-xna\example\data\goblins-mesh.atlas">
<Link>Assets\goblins-mesh.atlas</Link>
</Content>
<Content Include="..\..\..\spine-xna\example\data\goblins-mesh.json">
<Link>Assets\goblins-mesh.json</Link>
</Content>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '11.0' ">
<VisualStudioVersion>11.0</VisualStudioVersion>
</PropertyGroup>

View File

@ -112,15 +112,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="..\..\..\spine-xna\example\data\goblins-ffd.atlas">
<Link>data\goblins-ffd.atlas</Link>
</Content>
<Content Include="..\..\..\spine-xna\example\data\goblins-ffd.json">
<Link>data\goblins-ffd.json</Link>
</Content>
<Content Include="..\..\..\spine-xna\example\data\goblins-ffd.png">
<Link>data\goblins-ffd.png</Link>
</Content>
<Content Include="..\..\..\spine-xna\example\data\raptor.atlas">
<Link>data\raptor.atlas</Link>
</Content>
@ -139,5 +130,14 @@
<Content Include="..\..\..\spine-xna\example\data\spineboy.png">
<Link>data\spineboy.png</Link>
</Content>
<Content Include="..\..\..\spine-xna\example\data\goblins-mesh.png">
<Link>data\goblins-mesh.png</Link>
</Content>
<Content Include="..\..\..\spine-xna\example\data\goblins-mesh.json">
<Link>data\goblins-mesh.json</Link>
</Content>
<Content Include="..\..\..\spine-xna\example\data\goblins-mesh.atlas">
<Link>data\goblins-mesh.atlas</Link>
</Content>
</ItemGroup>
</Project>