reinforcement_learning icon indicating copy to clipboard operation
reinforcement_learning copied to clipboard

Match project and solution files to same version of visual studio

Open rajan-chari opened this issue 5 years ago • 2 comments

Currently the solution file (rl.sln) use VS2017 and the project files and toolset are VS2015. Need to keep them consistent.
a) Upgrade all projects to VS2017 -or- b) Downgrade solution file to VS2015 -or- c) Provide VS2015 compatible solution file and a VS2017 compatible solution file.

rajan-chari avatar Mar 11 '19 16:03 rajan-chari

I would say the best option is to upgrade to VS2017 since the C# project files are only compatible with VS2017+

jackgerrits avatar Mar 12 '19 14:03 jackgerrits

Are you sure the project files and solution are not targeting the same thing? (The reason it says "Visual Studio 2015" on the projects when loading the solution is that we are using the vc140 toolchain, which I believe uses the VS2015 project system.

lokitoth avatar Apr 03 '19 22:04 lokitoth

The solution has been removed so this is no longer an issue.

jackgerrits avatar Sep 26 '22 18:09 jackgerrits