WSL-DistroLauncher icon indicating copy to clipboard operation
WSL-DistroLauncher copied to clipboard

README.md Getting Started: VS2019 can't open DistroLauncher-Appx/DistroLauncher-Appx.vcxproj

Open Hoverbear opened this issue 6 years ago • 1 comments

Hi!

In step 5 of https://github.com/microsoft/WSL-DistroLauncher#getting-started the instruction is:

Make sure to change the name of the project in the DistroLauncher-Appx/DistroLauncher-Appx.vcxproj file to the name of your executable we picked in step 4. By default, the lines should look like:

In this case the user has been instructed to open the project in Visual Studio already (by opening the .sln), so the user is unable to find the vcx.proj in the solution explorer:

image

They then might try to open the file directly via "File -> Open" and selecting the correct file. They'd see this error:

image

A user unfamiliar with VS2019 (which sounds like a common thing for folks who want to build WSL distros) may not know they need to change to "Folder View" in the "Solution Explorer" under the "White Square in Front of Folder with Arrows implying they rotate or something" icon.

Hoverbear avatar Oct 02 '19 15:10 Hoverbear

I also noted that the current defaults are different than the README suggests:

https://github.com/microsoft/WSL-DistroLauncher/blob/1f8551f7e2ea22bba2e6fb02f01e7a5f7fb757f3/DistroLauncher-Appx/DistroLauncher-Appx.vcxproj#L13-L14

image

Hoverbear avatar Oct 02 '19 15:10 Hoverbear