fix some mod files not being deployed

This commit is contained in:
Jesse Plamondon-Willard 2017-07-30 02:45:00 -04:00
parent 1846b7e570
commit d99a45144e
3 changed files with 24 additions and 8 deletions

View File

@ -38,11 +38,19 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Custom_Shops\My_Streaming_Shop.txt" />
<Content Include="Custom_Shops\Test_Shop_1.txt" />
<Content Include="Custom_Shops\Test_Shop_2.txt" />
<Content Include="Custom_Shops\My_Streaming_Shop.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Custom_Shops\Test_Shop_1.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Custom_Shops\Test_Shop_2.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Custom_Shop_Redux_Config.txt" />
<Content Include="Mod_readme.txt" />
<Content Include="Mod_readme.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="manifest.json" />

View File

@ -43,9 +43,15 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Content\Data\FarmerBirthdayDialogue.xnb" />
<None Include="Content\Data\mail.xnb" />
<None Include="Content\Data\PossibleBirthdayGifts.xnb" />
<None Include="Content\Data\FarmerBirthdayDialogue.xnb">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Data\mail.xnb">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Data\PossibleBirthdayGifts.xnb">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="manifest.json" />
<None Include="packages.config" />
</ItemGroup>

View File

@ -41,7 +41,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Content\Data\Fish.xnb" />
<None Include="Content\Data\Fish.xnb">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="manifest.json" />
<None Include="packages.config" />
</ItemGroup>