简体   繁体   中英

Difference in project file icons in Visual Studios Solution Explorer

What do the two project icons mean? At a guess it seems the 1st is a C# project and the 2nd is some sort of web project. I can't spot anything in the actual files that would identify the differences.

在此处输入图片说明

First one is Class Library while second one is Web Project. The difference is mainly in the first line of .csproj

Class Library uses

<Project Sdk="Microsoft.NET.Sdk">

Web project uses

<Project Sdk="Microsoft.NET.Sdk.Web">

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