Igniters! Currently we have CMake build system, that works on Windows, Linux and MacOs flawlessly
1. CMake is supported natively in VS 2019 2. CMake can generate VS projects for about 20 years flawlessly. 3. Sometimes even maintainers forget to add test sources to VS projects [1] 4. Currently on TC we build Ignite C++ on windows and linux flawlessly using CMake 5. VS projects are not backward compatible. We have to add manually (or by sed or patch) some dependencies in order to build current VS projects on newer versions of VS. So I suggest simpy to remove VS projects because of reasons I've written above. WDYT? [1] -- https://issues.apache.org/jira/browse/IGNITE-15511