From e2832c405af621be5c7e0a1ab4d2eb5e4adb16c8 Mon Sep 17 00:00:00 2001
From: itoken <40394569+110-kenichi@users.noreply.github.com>
Date: Sat, 2 Nov 2024 19:16:36 +0900
Subject: [PATCH] 5.7.1.2 Updated VGMPlayer(only) to support MSXturboR DAC to
play SEGA PCM, K053260, OKIM6285.
---
src/VSIF/VGMPlayer/VGMPlayer.csproj | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/VSIF/VGMPlayer/VGMPlayer.csproj b/src/VSIF/VGMPlayer/VGMPlayer.csproj
index b9509cfd3589f..2f730657a7624 100644
--- a/src/VSIF/VGMPlayer/VGMPlayer.csproj
+++ b/src/VSIF/VGMPlayer/VGMPlayer.csproj
@@ -310,6 +310,11 @@
+
+ if $(PlatformName)==x64 copy $(TargetPath) $(SolutionDir)..\..\..\Output\Release64
+if $(PlatformName)==x86 copy $(TargetPath) $(SolutionDir)..\..\..\Output\Release
+
+