如何在Visual Studio中确定项目类型? [英] How to determine the project type in Visual Studio?

查看:394
本文介绍了如何在Visual Studio中确定项目类型?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

能否请您告诉我如何确定Visual Studio中现有.NET项目的类型?我所说的项目类型是:C#应用程序,WPF应用程序,...

Could you please tell me how to determine the type of an existing .NET project in Visual Studio? By the project type I mean: C# application, WPF application, ...

更新:我已经从同事那里转移了一堆项目.有许多图书馆项目,每个项目都有各自的工作,例如:声明实体,进行同步...
它们在Visual Studio解决方案资源管理器上都具有相同的图标.我只想知道这些项目基于哪个模板.

UPDATE: I have been transfered a bunch of projects from my coworker. There are many Library projects, each of them does a separate job such as: Declare entities, do sync...
All of them have the same icon on Visual Studio Solution Explorer. I just want to know which template these projects based on.

非常感谢

推荐答案

我猜按项目类型,您会想到用于创建项目的项目模板...

I guess by project type you think of the project template used to create the project...

要找到输出类型,请右键单击项目"->属性"->应用程序"->输出类型"

to find the output type right click on Project -> Properties -> Application -> Output Type

关于c#与其他项目之间的区别:c#项目文件的文件扩展名为.csproj,而VB项目使用.vbproj

As for the difference between c# and other projects: c# project files have the file extension .csproj while i.e. VB projects use .vbproj

这篇关于如何在Visual Studio中确定项目类型?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆