fix some mod files not being deployed
This commit is contained in:
parent
1846b7e570
commit
d99a45144e
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue