Fixed content finding

This commit is contained in:
Aragas 2016-09-16 16:56:40 +03:00
parent 7dee196285
commit 6f66ac2e6a
1 changed files with 3 additions and 3 deletions

View File

@ -1699,13 +1699,13 @@
<MonoGameContentReference Include="..\2.5DHeroContent\Content.mgcb">
<Link>Content\Content.mgcb</Link>
</MonoGameContentReference>
<None Include="Content\*\*.dat">
<None Include="Content\**\*.dat">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="maps\*\*.dat">
<None Include="maps\**\*.dat">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Scripts\*\*.dat">
<None Include="Scripts\**\*.dat">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="credits.txt">