Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2017 RC 2 csproj file location

I am trying the updated visual studio (VS2017 RC 2) with .net core functionalities. I learned that MS team removed project.json and instead created csproj file. However when I created an empty .net core web project (I also created webapi project) no csproj file is created within the project. Am I missing something, where is the csproj file located?

like image 751
tempx Avatar asked Jan 04 '17 07:01

tempx


People also ask

How do I get to Csproj file?

You should be able to do this by right clicking the project in the Solution window and selecting Tools - Edit File. That will open the project file (. csproj) in the text editor.

Where is Csproj file in Solution?

Right-click on your project in solution explorer and select Unload Project. Right-click on the project (tagged as unavailable in solution explorer) and click "Edit yourproj. csproj". This will open up your CSPROJ file for editing.

Where is Csproj file 2017?

What I often in Visual Studio 2017 RC3 to edit the csproj file, is: Right click on the project title in the Solution Explorer window. Select the option "Edit [project name]. csproj" to open the csproj file in the code editor window. Show activity on this post.

Can I delete Csproj user file?

It shouldn't hurt anything to delete it other than you will lose any personal settings in the IDE and have to redo them. Show activity on this post. Delete the . user file.


1 Answers

If anyone needs the same answer for macOS, in Visual Studio for Mac, right-click the project file (child of "master") in the Solution pane. Choose "Tools", then "Edit File".

enter image description here

like image 125
user3071284 Avatar answered Oct 03 '22 01:10

user3071284