Fix MACOS MPN00BS Copy

This commit is contained in:
Li 2022-11-24 14:17:22 +13:00
parent 3ffd813109
commit a2782fd35e
5 changed files with 15 additions and 7 deletions
HorseIsleServer/MPN00BS

View file

@ -250,4 +250,12 @@
</ContentWithTargetPath>
</ItemGroup>
<ItemGroup>
<ContentWithTargetPath Include="flashplayer\MACOS\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>flashplayer\MACOS\%(RecursiveDir)%(Filename)%(Extension)</TargetPath>
</ContentWithTargetPath>
</ItemGroup>
</Project>