Showing posts with label Visual studio. Show all posts
Showing posts with label Visual studio. Show all posts

12 September 2022

How to Create and edit configurations in visual studio

 In Visual Studio you can create multiple build configurations for a solution, in addition to the built in configurations Debug and Release. For example Deployment, Test, Pre Production, Production and etc.

How to Create New or Edit Configuration in Visual Studio.

Step 1:  Go to Visual studio "Build" Menu and select "Configuration Manager" as below image


Step 2: As below image you can see New or Edit for configurations. click on New for create new one.


Step 3: In New Configuration window you can enter Name and select Copy Settings from then click on Ok button. it will create new configuration for your solution.

 


Step 4: I have created for Deployment, Test, Pre Production, Production. it will show all your solution configuration as below image in Visual studio.



25 April 2014

Visual Studio 2010 - How to add line numbers

Go to Tools and select Options

 
Ensure that show all settings is selected




Click on C# and select line numbers on the right



Repeat it for HTML