mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2026-02-01 11:00:16 +07:00
Don't copy over the placeholder txt file
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user