简体   繁体   中英

Project Type GUID for ASP.NET Website project

My ASP.NET solution has a Website project (with no csproj file). I need to know the project type GUID. How do I find it?

If we have known it is a web site project, we can refer to the list in the following link to find the correspond project type GUID.

Visual Studio Project Type GUIDs

For example:

Web Site    {E24C65DC-7377-472B-9ABA-BC803B73C61A}

I create a web project and open the sln file, I find they are the same.

在此处输入图像描述

在此处输入图像描述

The csproj file is not shown in the solution by default if you're using VS. You can try right clicking on the project, [Open Folder in File Explorer] & check for the csproj file there.

You should be able to see the projectType GUID in the solution (.sln) file. You could also check the link What is the significance of ProjectTypeGuids tag in the visual studio project file and see if it helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM