Don't copy over the placeholder txt file

This commit is contained in:
Caleb Cornett 2018-10-11 16:17:25 -04:00
parent dfe2607b8e
commit 16380be6d2

View File

@ -15,7 +15,7 @@
<!-- Include the Content directory (except for .fx files, since we use .fxb at runtime) --> <!-- Include the Content directory (except for .fx files, since we use .fxb at runtime) -->
<ItemGroup> <ItemGroup>
<Content Include="Content/**/*.*" Exclude="**/*.fx"> <Content Include="Content/**/*.*" Exclude="**/*.fx; Content/Content-Goes-Here.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
</ItemGroup> </ItemGroup>