You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
They then might try to open the file directly via "File -> Open" and selecting the correct file. They'd see this error:
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.
The text was updated successfully, but these errors were encountered:
Hi!
In step 5 of https://github.com/microsoft/WSL-DistroLauncher#getting-started the instruction is:
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 thevcx.proj
in the solution explorer:They then might try to open the file directly via "File -> Open" and selecting the correct file. They'd see this error:
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.
The text was updated successfully, but these errors were encountered: