Replace xcopy with built-in VS content copy

This commit is contained in:
parulina 2019-06-21 02:43:54 +02:00
parent f5bf5956b2
commit 66ed26617d
3 changed files with 14 additions and 4 deletions

View file

@ -179,6 +179,9 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="packages.config" />
<Content Include="..\Data\world_config.ini">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common Class Lib\Common Class Lib.csproj">
@ -215,4 +218,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>