简体   繁体   English

如何找出我在Visual Studio 2017中使用的c#项目类型?

[英]How can I find out what type of c# project I'm using in Visual Studio 2017?

I don't know a lot about c# or Visual Studio and I am working on ac# project, but I don't know the details of it. 我对c#或Visual Studio不太了解,我正在从事ac#项目,但是我不知道它的详细信息。 For example if it's a Desktop project, an Asp.net project, a .Net framework project, or what libraries it has access to. 例如,如果它是桌面项目,Asp.net项目,.Net框架项目或其有权访问的库。

How can I find this out? 我如何找到这个?

如果右键单击该项目并转到属性,它将为您提供所需的信息。

暂无
暂无

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

相关问题 C#:如何从数据库的最后一行获取数据? 我在Visual Studio 2017中使用 - C#: How to get data from the last row in database? I'm using in visual studio 2017 如何在Visual Studio 2017项目中启用C#7的所有功能? - How can I enable all features of C# 7 in Visual Studio 2017 project? 如何在Visual Studio 2017 VSIX C#项目中启用/禁用命令 - How can I enable/disable command in Visual Studio 2017 VSIX C# project 如何在 Visual Studio 2017 中使用 C# 8? - How can I use C# 8 with Visual Studio 2017? 如何在 Visual Studio 2017 中使用 C# 使用 Selenium 查找和选择下拉值 - How do I find and select a dropdown value with Selenium using C# in Visual Studio 2017 如何从Visual Studio中找到c#项目的类型? - How do I find type of c# project from Visual Studio? 当我将 Metro 框架用于 c# 时,如何导航到 Visual Studio 中的下一个表单? - How can I navigate to next form in Visual studio when I'm using metro framework for c#? 如何使用 Visual Studio 2017 调试器准确判断哪行代码更改了 C# 中的给定变量? - How can I tell exactly what line of code changes a given variable in C# with the Visual Studio 2017 debugger? 如何确定Visual Studio中C#文件的类型? - How can I determine the type of C# file in Visual Studio? 我如何在没有点击按钮的情况下调用 function? (视觉工作室 c# 2017) - How can i call a function without click button ? (visual studio c# 2017)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM