diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h index bf07daf77b..18ce0b809c 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h @@ -803,7 +803,8 @@ public: std::pair { Ids::vstBinaryLocation, &t.vstBinaryLocation }, std::pair { Ids::vst3BinaryLocation, &t.vst3BinaryLocation }, std::pair { Ids::aaxBinaryLocation, &t.aaxBinaryLocation }, - std::pair { Ids::lv2BinaryLocation, &t.lv2BinaryLocation } + std::pair { Ids::lv2BinaryLocation, &t.lv2BinaryLocation }, + std::pair { Ids::unityPluginBinaryLocation, &t.unityPluginBinaryLocation } }; const auto iter = std::find_if (properties.begin(),