- Learn C# in 7 days
- Gaurav Aroraa
- 229字
- 2021-07-08 09:51:23
Deep-dive into application using Visual Studio
In the previous section, you learned about various things that our console application can contain. In this section, lets deep-dive to get more insight on this using Visual Studio.
To get started, go to the project properties. Do this from the solution explorer (right-click on project and click on Properties) or from menus (Project | Day02 properties); you will get the project properties window, as shown in the following screenshot:

On the Application tab, we can set the Assembly name, the Default namespace, the Target framework, and the Output type (the output types are Console Application, Windows Application, Class Library).
The following screenshot is that of the Build tab:

From the Build tab, we can set Conditional compilation symbols, Platform target, and other available options.
The following screenshot depicts the Package tab:

The Package tab helps us directly create NuGet packages. In the earlier version, we needed a lot of configuration settings to build a NuGet package. In the current version, we just need to provide the information on the Package tab, and Visual Studio will generate the NuGet package according to our options. The Debug tab, Signing, and Resources tabs are self-explanatory and provide us with a way to sign assemblies and support to embed resources in our program.
- 演進式架構(原書第2版)
- Web應用系統(tǒng)開發(fā)實踐(C#)
- Mastering Entity Framework Core 2.0
- 算法零基礎一本通(Python版)
- 架構不再難(全5冊)
- MATLAB實用教程
- Swift細致入門與最佳實踐
- C#開發(fā)案例精粹
- CRYENGINE Game Development Blueprints
- NGUI for Unity
- Vue.js 3.x高效前端開發(fā)(視頻教學版)
- 計算機應用基礎(Windows 7+Office 2010)
- Puppet Essentials
- Erlang編程指南
- C# 6 and .NET Core 1.0:Modern Cross:Platform Development