Cbc icon indicating copy to clipboard operation
Cbc copied to clipboard

Cbc solution for v16 (VS 2019) can't load related projects due to ReleaseParallel

Open jhmgoossens opened this issue 4 years ago • 0 comments

The latest 59067a1 Cbc.sln in master for v16 (https://github.com/coin-or/Cbc/blob/master/MSVisualStudio/v16/Cbc.sln) fails to load libCgl, libClp, libCoinUtils, libOsi, etc. in Visual Studio 2019 because Cbc.sln refers to a configuration "ReleaseParallel" that is not in these included projects. "Cannot load project: project does not contain requested configuration."

For example, master of libCgl (https://github.com/coin-or/Cgl/blob/master/MSVisualStudio/v16/libCgl/libCgl.vcxproj) described Release and Debug, but not ReleaseParallel.

If libCgl doesnt need a separate ReleaseParallel configuration, then can the Cbc.sln for ReleaseParallel be mapped to Release of libCgl, not (non-existing) ReleaseParallel? Same for CoinUtils, etc.

jhmgoossens avatar Feb 02 '20 13:02 jhmgoossens