You just need to open the dialog to create a ne project and just try to provide a name of the solution and name of the project if you want to create a project on path below.
Users/name/Source/Repos/XX
You not need to add anything in path, Just leave it as it is. It will create a folder in 'Repos' folder with solution name.
You can refer the image below.
Output:
Regards
Deepak
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Contributor
2611 Points
2711 Posts
Always problems creating a new solution - never in the right place, never the right name
May 11, 2018 10:49 PM|wavemaster|LINK
Here is where I want the new solution to be:
Users/name/Source/Repos/XX
Inside XX I would have:
.vs
.gitignore
Website:
App_Data
App_Code
Default
etc
What do I put in the New Project dialog to get the desired result?
Name?
Location?
Solution?
I will be creating a Razor V3 solution in case that matters.
Contributor
2990 Points
1210 Posts
Re: Always problems creating a new solution - never in the right place, never the right name
May 14, 2018 12:48 AM|Deepak Panchal|LINK
Hi Wavemaster,
You just need to open the dialog to create a ne project and just try to provide a name of the solution and name of the project if you want to create a project on path below.
You not need to add anything in path, Just leave it as it is. It will create a folder in 'Repos' folder with solution name.
You can refer the image below.
Output:
Regards
Deepak
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Contributor
2611 Points
2711 Posts
Re: Always problems creating a new solution - never in the right place, never the right name
May 14, 2018 03:40 PM|wavemaster|LINK
Thanks!