<div dir="ltr">Hello,<div><br></div><div>Is there a way to create both a Windows UWP project and an old Win32 console project in same solution?  I have a toolchain file that sets CMAKE_SYSTEM_NAME to WindowsStore in order to create the UWP project, but then any other add_executable call will also create a Windows 10 project.</div><div><br></div><div>I want to add a Native C++ Unit Test project to the solution but it always ends up as a Windows 10 project.  I tried setting CMAKE_SYSTEM_NAME for the specific project, but it did not do anything.</div><div><br></div><div>Thank you.</div></div>