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 + +