Adding Application Configuration to a Windows Form Application

I use this way to add a Config application to my project

#

In the "Project" menu, click "Add New" Item.

The Add New Item dialog box appears. #

Select the application configuration File template and click Add.

A file called app.config has been added to your project.

but no app.config in Add New ITem Dialog! What for? I am using Visual Studio 2010 VB.NET WIndows Form.Here is shot from Add New Item

+3
source share
1 answer

Available in General Templates

+8
source

Source: https://habr.com/ru/post/1795153/


All Articles