Skip to content

Commit

Permalink
5.7.1.2 Updated VGMPlayer(only) to support MSXturboR DAC to play SEGA…
Browse files Browse the repository at this point in the history
… PCM, K053260, OKIM6285.
  • Loading branch information
110-kenichi committed Nov 2, 2024
1 parent f78a50d commit e2832c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/VSIF/VGMPlayer/VGMPlayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,11 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>if $(PlatformName)==x64 copy $(TargetPath) $(SolutionDir)..\..\..\Output\Release64
if $(PlatformName)==x86 copy $(TargetPath) $(SolutionDir)..\..\..\Output\Release
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down

0 comments on commit e2832c4

Please sign in to comment.