[MSI_WINETEST] Fix MSVC_IDE build. (#564)
authorSerge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
Thu, 7 Jun 2018 16:27:56 +0000 (18:27 +0200)
committerThomas Faber <18138474+ThFabba@users.noreply.github.com>
Thu, 7 Jun 2018 16:27:56 +0000 (18:27 +0200)
commitb012d48d007167fe445f9ade50d97ee166ffba6b
treed3eac7009aa619f215c08a33e24281cdd234fd2e
parent698cbc6184722f29389ccd75ca96d88d6cd4b010
[MSI_WINETEST] Fix MSVC_IDE build. (#564)

"reactos-cov\modules\rostests\winetests\msi\msi_winetest.rc(2): error RC2135: file not found: custom.dll [C:\ros_build\modules\rostests\winetests\msi\msi_winetest.vcxproj]".

Output files are written to Debug\ and Release\ subfolders in VSSolution mode, so the RC compiler will only find custom.dll if it knows to look in the right folder.

Thanks to Thomas Faber, who helped.

CORE-11836
modules/rostests/winetests/msi/CMakeLists.txt