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

@ -403,6 +403,9 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<SubType>Designer</SubType>
</Content>
<Content Include="..\Data\map_config.ini">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="packages.config" />
<Compile Include="Packets\WorldPackets\Send\WorldRequestZoneChangePacket.cs" />
</ItemGroup>
@ -441,4 +444,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>