简体   繁体   English

Visual Studios 解决方案资源管理器中项目文件图标的差异

[英]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.猜测似乎第一个是 C# 项目,第二个是某种 Web 项目。 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.第一个是类库,第二个是 Web 项目。 The difference is mainly in the first line of .csproj区别主要在.csproj的第一行

Class Library uses类库使用

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

Web project uses Web项目使用

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 这三个Visual Studio Solution Explorer图标之间有什么区别? - What is the difference between these 3 Visual Studio Solution Explorer icons? Visual Studio .Net解决方案资源管理器图标 - Visual Studio .Net Solution Explorer icons 在Visual Studio解决方案资源管理器中显示这两个图标的ASP.NET网站之间的功能区别是什么? - What is the functional difference between ASP.NET websites displaying these two icons in Visual Studio solution explorer? Visual Studio Shell 2015不在解决方案资源管理器中使用自定义图标 - Visual Studio Shell 2015 does not use custom icons in solution explorer Visual Studio项目中XML模式的相对文件路径 - Relative file path of a XML Schema in visual studios project 解决方案资源管理器中的 Visual Studio 2017 锁定文件 - Visual Studio 2017 lock file in solution explorer 配置文件未出现在 Visual Studio 的解决方案资源管理器中 - Config file not appearing in solution explorer in visual studio 在解决方案资源管理器中将Excel文件添加到项目 - Adding Excel File to Project in Solution Explorer Visual Studio 2008:添加的项目未显示在解决方案资源管理器中 - Visual Studio 2008: Added Project not showing up in Solution Explorer Visual Studio在解决方案资源管理器中为项目名称添加一个数字 - Visual Studio adds a number to the project name in solution explorer
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM