SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
Visual      Wednesday 13 July 2011
Studio
Command     devenv
Line Tool
                               Muthu Swamy S
Visual Studio Command Line Tool


Visual Studio Command Line
                    Usage:

                    devenv [solutionfile | projectfile | anyfile.ext] [switches]


The first argument for devenv is usually a solution file or project file.

You can also use any other file as the first argument if you want to have the file open automatically in an
editor. When you enter a project file, the IDE looks for an .sln file with the same base name as the
project file in the parent directory for the project file. If no such .sln file exists, then the IDE looks for a
single .sln file that references the project. If no such single .sln file exists, then the IDE creates an
unsaved solution with a default .sln file name that has the same base name as the project file.

    1. Build                                                    12.Rebuild
    2. Clean                                                    13.ResetAddin
    3. Command                                                  14.InstallVSTemplates
    4. DebugExe                                                 15.ResetSettings
    5. Deploy                                                   16.ResetSkipPkgs
    6. Edit                                                     17.Run
    7. LCID                                                     18.Runexit
    8. Log                                                      19.SafeMode
    9. Out                                                      20.Setup
    10.Project                                                  21.Upgrade
    11.ProjectConfig                                            22.UseEnv


NOTES

    1. For build-related tasks, it is now recommended that you use MSBuild instead of devenv.
       For more information, see MSBuild Command Line Reference
    2. You must run devenv as an adminstrator in order to use the /Setup (devenv.exe) and
       /InstallVSTemplates (devenv.exe) switches. For more information, see User Permissions
       and Visual Studio




             1   Posted on http://virams.wordpress.com
Visual Studio Command Line Tool

Available command line switches:


Command line                                       Description
/Command       Starts the IDE and executes the specified command.
/DebugExe      Loads a Visual C++ executable under the control of the debugger. This switch
               is not available for Visual Basic or Visual C# executables.
/LCID          Sets the default language for the IDE. If the specified language is not included
               in your installation of Visual Studio, this setting will be ignored.
/Log           Starts Visual Studio and logs all activity to the log file.
/Run or /r     Compiles and runs the specified solution.
/Runexit       Compiles and runs the specified solution, minimizes the IDE when the
               solution is run, and closes the IDE after the solution has finished running.
/UseEnv        Causes the IDE to use PATH, INCLUDE, and LIB environment variables for
               Visual C++ compilation instead of the settings specified in the VC++
               Directories section of Projects options in the Options dialog box.
/Edit          Opens the specified files in a running instance of this application. If there are
               no running instances, it will start a new instance with a simplified window
               layout.
/ResetAddin    Starts an instance of the Visual Studio IDE without loading the specified Add-
               in.
/SafeMode      Starts Visual Studio in safe mode, and loads only the default environment and
               services, and shipped versions of third-party packages.
/ResetSkipPkgs Clears all SkipLoading tags that have been added to VSPackages by users who
               want to avoid loading problem VSPackages.
/Setup         Forces Visual Studio to merge resource metadata that describes menus,
               toolbars, and command groups, from all VSPackages available.
/NoVSIP           Disables the VSIP developer's license key for VSIP testing.




           2   Posted on http://virams.wordpress.com
Visual Studio Command Line Tool

Application Based Options


Use the following command line switches to perform the described task. These command-line
switches do not display the IDE.

  Command line                            Description                              Example
/?                   Displays help for devenv switches in the Command          Devenv /?
                     Prompt window.


/Build               Builds the specified solution or project according to     Devenv
                     the configuration of the specified solution.              myproj.csproj
                                                                               /build

/Clean               Deletes any files created by the build command,           Devenv
                     without affecting source files.                           myproj.csproj
                                                                               /clean

/Deploy              Builds the solution, along with files necessary for       Devenv
                     deployment, according to the solutions                    myproj.csproj
                     configuration.                                            /deploy


/InstallVSTemplat    Registers project or item templates that are located      Devenv
es                   in                                                        /InstallVSTemplat
                     <VisualStudioInstallDir>Common7IDEProjectTemp          es
                     lates or
                     <VisualStudioInstallDir>Common7IDEItemTemplat
                     es so that they can be accessed through the New
                     Project and Add New Item dialog boxes.


/Out                 Lets you specify a file to receive errors when you        Devenv
                     build.                                                    myproj.csproj
                                                                               /build /out log.txt

/Project             The project to build, clean, or deploy. You can use       Devenv
                     this switch only if you have also supplied the /build,    myproj.csproj
                     /rebuild, /clean, or /deploy switch.                      /ProjectConfig
                                                                               Debug
/ProjectConfig       Specifies the project configuration to build or deploy.   devenv
                     You can use this switch only if you have also supplied    MySolution.sln
                     the /project switch.                                      /build Debug

           3   Posted on http://virams.wordpress.com
Visual Studio Command Line Tool

                                                                                /project
                                                                                MyProject.csproj
                                                                                /projectconfig
                                                                                Debug


/Rebuild             Cleans and then builds the specified solution or           devenv
                     project according to the configuration of the              MySolution.sln
                     specified solution.                                        /Rebuild Debug
                                                                                /project
                                                                                MyProject.csproj
                                                                                /projectconfig
                                                                                Debug


/Upgrade             Upgrades the specified solution file and all its project   devenv
                     files, or the specified project file, to the current       MyProject.sln
                     Visual Studio formats for these files.                     /upgrade


/ResetSettings       Restores Visual Studio default settings. Optionally        Devenv.exe
                     resets the settings to the specified .vssettings file.     /ResetSettings




           4   Posted on http://virams.wordpress.com

Weitere ähnliche Inhalte

Was ist angesagt?

The Brave New World of Continuous Release - Baruch Sadogursky
The Brave New World of Continuous Release - Baruch SadogurskyThe Brave New World of Continuous Release - Baruch Sadogursky
The Brave New World of Continuous Release - Baruch Sadogurskyjaxconf
 
Make use of Sonar for your mobile developments - It's easy and useful!
Make use of Sonar for your mobile developments - It's easy and useful!Make use of Sonar for your mobile developments - It's easy and useful!
Make use of Sonar for your mobile developments - It's easy and useful!cyrilpicat
 
Labri 2021-invited-talk
Labri 2021-invited-talkLabri 2021-invited-talk
Labri 2021-invited-talkvschiavoni
 
PVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOps
PVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOpsPVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOps
PVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOpsAndrey Karpov
 
Containerize your Blackbox tests
Containerize your Blackbox testsContainerize your Blackbox tests
Containerize your Blackbox testsKevin Beeman
 
Docker - A lightweight Virtualization Platform for Developers
Docker - A lightweight Virtualization Platform for DevelopersDocker - A lightweight Virtualization Platform for Developers
Docker - A lightweight Virtualization Platform for DevelopersRapidValue
 
Diversified AT Framework - Initial Version
Diversified AT Framework - Initial VersionDiversified AT Framework - Initial Version
Diversified AT Framework - Initial VersionYu Tao Zhang
 
ScalaUA - distage: Staged Dependency Injection
ScalaUA - distage: Staged Dependency InjectionScalaUA - distage: Staged Dependency Injection
ScalaUA - distage: Staged Dependency Injection7mind
 
Alex Honor - Devops Toolchain
Alex Honor - Devops ToolchainAlex Honor - Devops Toolchain
Alex Honor - Devops ToolchaindevopsdayUSA2010
 
Hyper-pragmatic Pure FP testing with distage-testkit
Hyper-pragmatic Pure FP testing with distage-testkitHyper-pragmatic Pure FP testing with distage-testkit
Hyper-pragmatic Pure FP testing with distage-testkit7mind
 
うさぎ組 in G* WorkShop -うさみみの日常-
うさぎ組 in G* WorkShop -うさみみの日常-うさぎ組 in G* WorkShop -うさみみの日常-
うさぎ組 in G* WorkShop -うさみみの日常-kyon mm
 
Stop (de)bugging me!
Stop (de)bugging me!Stop (de)bugging me!
Stop (de)bugging me!Mark Leusink
 
Unit Test Android Without Going Bald
Unit Test Android Without Going BaldUnit Test Android Without Going Bald
Unit Test Android Without Going BaldDavid Carver
 
Jenkins Meetup Pune
Jenkins Meetup PuneJenkins Meetup Pune
Jenkins Meetup PuneUmesh Kumhar
 
Izumi 1.0: Your Next Scala Stack
Izumi 1.0: Your Next Scala StackIzumi 1.0: Your Next Scala Stack
Izumi 1.0: Your Next Scala Stack7mind
 
Scala, Functional Programming and Team Productivity
Scala, Functional Programming and Team ProductivityScala, Functional Programming and Team Productivity
Scala, Functional Programming and Team Productivity7mind
 

Was ist angesagt? (20)

The Brave New World of Continuous Release - Baruch Sadogursky
The Brave New World of Continuous Release - Baruch SadogurskyThe Brave New World of Continuous Release - Baruch Sadogursky
The Brave New World of Continuous Release - Baruch Sadogursky
 
Make use of Sonar for your mobile developments - It's easy and useful!
Make use of Sonar for your mobile developments - It's easy and useful!Make use of Sonar for your mobile developments - It's easy and useful!
Make use of Sonar for your mobile developments - It's easy and useful!
 
Labri 2021-invited-talk
Labri 2021-invited-talkLabri 2021-invited-talk
Labri 2021-invited-talk
 
Maven basic concept
Maven basic conceptMaven basic concept
Maven basic concept
 
Ant, Maven and Jenkins
Ant, Maven and JenkinsAnt, Maven and Jenkins
Ant, Maven and Jenkins
 
PVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOps
PVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOpsPVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOps
PVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOps
 
Containerize your Blackbox tests
Containerize your Blackbox testsContainerize your Blackbox tests
Containerize your Blackbox tests
 
Docker - A lightweight Virtualization Platform for Developers
Docker - A lightweight Virtualization Platform for DevelopersDocker - A lightweight Virtualization Platform for Developers
Docker - A lightweight Virtualization Platform for Developers
 
Diversified AT Framework - Initial Version
Diversified AT Framework - Initial VersionDiversified AT Framework - Initial Version
Diversified AT Framework - Initial Version
 
Introduction to Maven
Introduction to MavenIntroduction to Maven
Introduction to Maven
 
ScalaUA - distage: Staged Dependency Injection
ScalaUA - distage: Staged Dependency InjectionScalaUA - distage: Staged Dependency Injection
ScalaUA - distage: Staged Dependency Injection
 
Alex Honor - Devops Toolchain
Alex Honor - Devops ToolchainAlex Honor - Devops Toolchain
Alex Honor - Devops Toolchain
 
Hyper-pragmatic Pure FP testing with distage-testkit
Hyper-pragmatic Pure FP testing with distage-testkitHyper-pragmatic Pure FP testing with distage-testkit
Hyper-pragmatic Pure FP testing with distage-testkit
 
GWT_Framework
GWT_FrameworkGWT_Framework
GWT_Framework
 
うさぎ組 in G* WorkShop -うさみみの日常-
うさぎ組 in G* WorkShop -うさみみの日常-うさぎ組 in G* WorkShop -うさみみの日常-
うさぎ組 in G* WorkShop -うさみみの日常-
 
Stop (de)bugging me!
Stop (de)bugging me!Stop (de)bugging me!
Stop (de)bugging me!
 
Unit Test Android Without Going Bald
Unit Test Android Without Going BaldUnit Test Android Without Going Bald
Unit Test Android Without Going Bald
 
Jenkins Meetup Pune
Jenkins Meetup PuneJenkins Meetup Pune
Jenkins Meetup Pune
 
Izumi 1.0: Your Next Scala Stack
Izumi 1.0: Your Next Scala StackIzumi 1.0: Your Next Scala Stack
Izumi 1.0: Your Next Scala Stack
 
Scala, Functional Programming and Team Productivity
Scala, Functional Programming and Team ProductivityScala, Functional Programming and Team Productivity
Scala, Functional Programming and Team Productivity
 

Ähnlich wie Devenv command line

Jbossworld Presentation
Jbossworld PresentationJbossworld Presentation
Jbossworld PresentationDan Hinojosa
 
ZopeSkel & Buildout packages
ZopeSkel & Buildout packagesZopeSkel & Buildout packages
ZopeSkel & Buildout packagesQuintagroup
 
Apache maven, a software project management tool
Apache maven, a software project management toolApache maven, a software project management tool
Apache maven, a software project management toolRenato Primavera
 
Intelligent Projects with Maven - DevFest Istanbul
Intelligent Projects with Maven - DevFest IstanbulIntelligent Projects with Maven - DevFest Istanbul
Intelligent Projects with Maven - DevFest IstanbulMert Çalışkan
 
Introducing DeploYii 0.5
Introducing DeploYii 0.5Introducing DeploYii 0.5
Introducing DeploYii 0.5Giovanni Derks
 
Understanding NuGet implementation for Enterprises
Understanding NuGet implementation for EnterprisesUnderstanding NuGet implementation for Enterprises
Understanding NuGet implementation for EnterprisesJ S Jodha
 
BMO - Intelligent Projects with Maven
BMO - Intelligent Projects with MavenBMO - Intelligent Projects with Maven
BMO - Intelligent Projects with MavenMert Çalışkan
 
Wonderful World of Maven
Wonderful World of MavenWonderful World of Maven
Wonderful World of MavenJustin J. Moses
 
An Introduction to Maven and Flex
An Introduction to Maven and FlexAn Introduction to Maven and Flex
An Introduction to Maven and FlexJustin J. Moses
 
Creating, debugging and deploying extension packages for Microsoft Visual Stu...
Creating, debugging and deploying extension packages for Microsoft Visual Stu...Creating, debugging and deploying extension packages for Microsoft Visual Stu...
Creating, debugging and deploying extension packages for Microsoft Visual Stu...PVS-Studio
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Introduction to maven, its configuration, lifecycle and relationship to JS world
Introduction to maven, its configuration, lifecycle and relationship to JS worldIntroduction to maven, its configuration, lifecycle and relationship to JS world
Introduction to maven, its configuration, lifecycle and relationship to JS worldDmitry Bakaleinik
 
IBM ConnectED 2015 - BP106 From XPages Hero To OSGi Guru: Taking The Scary Ou...
IBM ConnectED 2015 - BP106 From XPages Hero To OSGi Guru: Taking The Scary Ou...IBM ConnectED 2015 - BP106 From XPages Hero To OSGi Guru: Taking The Scary Ou...
IBM ConnectED 2015 - BP106 From XPages Hero To OSGi Guru: Taking The Scary Ou...Paul Withers
 
Compile open cpn on windows
Compile open cpn on windowsCompile open cpn on windows
Compile open cpn on windowsrandikaucsc
 
Open Source tools overview
Open Source tools overviewOpen Source tools overview
Open Source tools overviewLuciano Resende
 

Ähnlich wie Devenv command line (20)

Jbossworld Presentation
Jbossworld PresentationJbossworld Presentation
Jbossworld Presentation
 
ZopeSkel & Buildout packages
ZopeSkel & Buildout packagesZopeSkel & Buildout packages
ZopeSkel & Buildout packages
 
Apache maven, a software project management tool
Apache maven, a software project management toolApache maven, a software project management tool
Apache maven, a software project management tool
 
Intelligent Projects with Maven - DevFest Istanbul
Intelligent Projects with Maven - DevFest IstanbulIntelligent Projects with Maven - DevFest Istanbul
Intelligent Projects with Maven - DevFest Istanbul
 
Introducing DeploYii 0.5
Introducing DeploYii 0.5Introducing DeploYii 0.5
Introducing DeploYii 0.5
 
Understanding NuGet implementation for Enterprises
Understanding NuGet implementation for EnterprisesUnderstanding NuGet implementation for Enterprises
Understanding NuGet implementation for Enterprises
 
BMO - Intelligent Projects with Maven
BMO - Intelligent Projects with MavenBMO - Intelligent Projects with Maven
BMO - Intelligent Projects with Maven
 
Gradle
GradleGradle
Gradle
 
Wonderful World of Maven
Wonderful World of MavenWonderful World of Maven
Wonderful World of Maven
 
An Introduction to Maven and Flex
An Introduction to Maven and FlexAn Introduction to Maven and Flex
An Introduction to Maven and Flex
 
Creating, debugging and deploying extension packages for Microsoft Visual Stu...
Creating, debugging and deploying extension packages for Microsoft Visual Stu...Creating, debugging and deploying extension packages for Microsoft Visual Stu...
Creating, debugging and deploying extension packages for Microsoft Visual Stu...
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Exploring Maven SVN GIT
Exploring Maven SVN GITExploring Maven SVN GIT
Exploring Maven SVN GIT
 
Liferay maven sdk
Liferay maven sdkLiferay maven sdk
Liferay maven sdk
 
Introduction to maven, its configuration, lifecycle and relationship to JS world
Introduction to maven, its configuration, lifecycle and relationship to JS worldIntroduction to maven, its configuration, lifecycle and relationship to JS world
Introduction to maven, its configuration, lifecycle and relationship to JS world
 
IBM ConnectED 2015 - BP106 From XPages Hero To OSGi Guru: Taking The Scary Ou...
IBM ConnectED 2015 - BP106 From XPages Hero To OSGi Guru: Taking The Scary Ou...IBM ConnectED 2015 - BP106 From XPages Hero To OSGi Guru: Taking The Scary Ou...
IBM ConnectED 2015 - BP106 From XPages Hero To OSGi Guru: Taking The Scary Ou...
 
Docker Starter Pack
Docker Starter PackDocker Starter Pack
Docker Starter Pack
 
Compile open cpn on windows
Compile open cpn on windowsCompile open cpn on windows
Compile open cpn on windows
 
Open Source tools overview
Open Source tools overviewOpen Source tools overview
Open Source tools overview
 
Maven
MavenMaven
Maven
 

Mehr von Wadhwani Foundation

Empty Fleet Corporate Profile 2017
Empty Fleet Corporate Profile 2017Empty Fleet Corporate Profile 2017
Empty Fleet Corporate Profile 2017Wadhwani Foundation
 
Mybon voyage - Digital Intelligent Transport ecoSystem
Mybon voyage - Digital Intelligent Transport ecoSystemMybon voyage - Digital Intelligent Transport ecoSystem
Mybon voyage - Digital Intelligent Transport ecoSystemWadhwani Foundation
 
Enterprise Startup to watch in 2015 by CIO Review
Enterprise Startup to watch in 2015 by CIO ReviewEnterprise Startup to watch in 2015 by CIO Review
Enterprise Startup to watch in 2015 by CIO ReviewWadhwani Foundation
 
Integrated with In vehicle infotainment - Public Address System
Integrated with In vehicle infotainment - Public Address SystemIntegrated with In vehicle infotainment - Public Address System
Integrated with In vehicle infotainment - Public Address SystemWadhwani Foundation
 
Motor Sports Race and Rally Tracking by iGateway's Sports Track GPS
Motor Sports Race and Rally Tracking by iGateway's Sports Track GPSMotor Sports Race and Rally Tracking by iGateway's Sports Track GPS
Motor Sports Race and Rally Tracking by iGateway's Sports Track GPSWadhwani Foundation
 
Why to chose IGateway as your GPS Partner?
Why to chose IGateway as your GPS Partner?Why to chose IGateway as your GPS Partner?
Why to chose IGateway as your GPS Partner?Wadhwani Foundation
 
Awards and Recognition of Year 2014
Awards and Recognition of Year 2014Awards and Recognition of Year 2014
Awards and Recognition of Year 2014Wadhwani Foundation
 
Vts telematics in public transport conference at Ahmedabad today
Vts telematics in public transport conference at Ahmedabad todayVts telematics in public transport conference at Ahmedabad today
Vts telematics in public transport conference at Ahmedabad todayWadhwani Foundation
 
Vehicle Tracking system for Government and Logistics by DeepBiz
Vehicle Tracking system for Government and Logistics by DeepBizVehicle Tracking system for Government and Logistics by DeepBiz
Vehicle Tracking system for Government and Logistics by DeepBizWadhwani Foundation
 
School buses turning into smart fleets to provide safety solutions to their s...
School buses turning into smart fleets to provide safety solutions to their s...School buses turning into smart fleets to provide safety solutions to their s...
School buses turning into smart fleets to provide safety solutions to their s...Wadhwani Foundation
 
iCareU Usage based Insurance in India
iCareU Usage based Insurance in IndiaiCareU Usage based Insurance in India
iCareU Usage based Insurance in IndiaWadhwani Foundation
 
Corporate Profile of DeepBiz Technologies for the year 2013-2014
Corporate Profile of DeepBiz Technologies for the year 2013-2014Corporate Profile of DeepBiz Technologies for the year 2013-2014
Corporate Profile of DeepBiz Technologies for the year 2013-2014Wadhwani Foundation
 
Kmsc green run tsd 17 aug 2014 approved
Kmsc green run tsd 17 aug 2014   approvedKmsc green run tsd 17 aug 2014   approved
Kmsc green run tsd 17 aug 2014 approvedWadhwani Foundation
 
Final SR for rally of bangalore 2014 by KMSC at Aug 16 and 17
Final SR for rally of bangalore 2014 by KMSC at Aug 16 and 17Final SR for rally of bangalore 2014 by KMSC at Aug 16 and 17
Final SR for rally of bangalore 2014 by KMSC at Aug 16 and 17Wadhwani Foundation
 
Sponsorship Opportunity in National TSD Rally Round III at Bangalore.
Sponsorship Opportunity in National TSD Rally Round III at Bangalore.Sponsorship Opportunity in National TSD Rally Round III at Bangalore.
Sponsorship Opportunity in National TSD Rally Round III at Bangalore.Wadhwani Foundation
 
MONSOON RUN 2014 CMSC (Calcutta Motor Sports Club) Result
MONSOON RUN 2014 CMSC (Calcutta Motor Sports Club) ResultMONSOON RUN 2014 CMSC (Calcutta Motor Sports Club) Result
MONSOON RUN 2014 CMSC (Calcutta Motor Sports Club) ResultWadhwani Foundation
 
iGateway Smart GPS Platform for Telematics Industries
iGateway Smart GPS Platform for Telematics Industries iGateway Smart GPS Platform for Telematics Industries
iGateway Smart GPS Platform for Telematics Industries Wadhwani Foundation
 

Mehr von Wadhwani Foundation (20)

Empty Fleet Corporate Profile 2017
Empty Fleet Corporate Profile 2017Empty Fleet Corporate Profile 2017
Empty Fleet Corporate Profile 2017
 
ATMCASHBOX
ATMCASHBOXATMCASHBOX
ATMCASHBOX
 
4 rce global brochure
4 rce global brochure4 rce global brochure
4 rce global brochure
 
Mybon voyage - Digital Intelligent Transport ecoSystem
Mybon voyage - Digital Intelligent Transport ecoSystemMybon voyage - Digital Intelligent Transport ecoSystem
Mybon voyage - Digital Intelligent Transport ecoSystem
 
Enterprise Startup to watch in 2015 by CIO Review
Enterprise Startup to watch in 2015 by CIO ReviewEnterprise Startup to watch in 2015 by CIO Review
Enterprise Startup to watch in 2015 by CIO Review
 
Integrated with In vehicle infotainment - Public Address System
Integrated with In vehicle infotainment - Public Address SystemIntegrated with In vehicle infotainment - Public Address System
Integrated with In vehicle infotainment - Public Address System
 
Motor Sports Race and Rally Tracking by iGateway's Sports Track GPS
Motor Sports Race and Rally Tracking by iGateway's Sports Track GPSMotor Sports Race and Rally Tracking by iGateway's Sports Track GPS
Motor Sports Race and Rally Tracking by iGateway's Sports Track GPS
 
Why to chose IGateway as your GPS Partner?
Why to chose IGateway as your GPS Partner?Why to chose IGateway as your GPS Partner?
Why to chose IGateway as your GPS Partner?
 
Awards and Achievements - 2013
Awards and Achievements - 2013Awards and Achievements - 2013
Awards and Achievements - 2013
 
Awards and Recognition of Year 2014
Awards and Recognition of Year 2014Awards and Recognition of Year 2014
Awards and Recognition of Year 2014
 
Vts telematics in public transport conference at Ahmedabad today
Vts telematics in public transport conference at Ahmedabad todayVts telematics in public transport conference at Ahmedabad today
Vts telematics in public transport conference at Ahmedabad today
 
Vehicle Tracking system for Government and Logistics by DeepBiz
Vehicle Tracking system for Government and Logistics by DeepBizVehicle Tracking system for Government and Logistics by DeepBiz
Vehicle Tracking system for Government and Logistics by DeepBiz
 
School buses turning into smart fleets to provide safety solutions to their s...
School buses turning into smart fleets to provide safety solutions to their s...School buses turning into smart fleets to provide safety solutions to their s...
School buses turning into smart fleets to provide safety solutions to their s...
 
iCareU Usage based Insurance in India
iCareU Usage based Insurance in IndiaiCareU Usage based Insurance in India
iCareU Usage based Insurance in India
 
Corporate Profile of DeepBiz Technologies for the year 2013-2014
Corporate Profile of DeepBiz Technologies for the year 2013-2014Corporate Profile of DeepBiz Technologies for the year 2013-2014
Corporate Profile of DeepBiz Technologies for the year 2013-2014
 
Kmsc green run tsd 17 aug 2014 approved
Kmsc green run tsd 17 aug 2014   approvedKmsc green run tsd 17 aug 2014   approved
Kmsc green run tsd 17 aug 2014 approved
 
Final SR for rally of bangalore 2014 by KMSC at Aug 16 and 17
Final SR for rally of bangalore 2014 by KMSC at Aug 16 and 17Final SR for rally of bangalore 2014 by KMSC at Aug 16 and 17
Final SR for rally of bangalore 2014 by KMSC at Aug 16 and 17
 
Sponsorship Opportunity in National TSD Rally Round III at Bangalore.
Sponsorship Opportunity in National TSD Rally Round III at Bangalore.Sponsorship Opportunity in National TSD Rally Round III at Bangalore.
Sponsorship Opportunity in National TSD Rally Round III at Bangalore.
 
MONSOON RUN 2014 CMSC (Calcutta Motor Sports Club) Result
MONSOON RUN 2014 CMSC (Calcutta Motor Sports Club) ResultMONSOON RUN 2014 CMSC (Calcutta Motor Sports Club) Result
MONSOON RUN 2014 CMSC (Calcutta Motor Sports Club) Result
 
iGateway Smart GPS Platform for Telematics Industries
iGateway Smart GPS Platform for Telematics Industries iGateway Smart GPS Platform for Telematics Industries
iGateway Smart GPS Platform for Telematics Industries
 

Kürzlich hochgeladen

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 

Kürzlich hochgeladen (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

Devenv command line

  • 1. Visual Wednesday 13 July 2011 Studio Command devenv Line Tool Muthu Swamy S
  • 2. Visual Studio Command Line Tool Visual Studio Command Line Usage: devenv [solutionfile | projectfile | anyfile.ext] [switches] The first argument for devenv is usually a solution file or project file. You can also use any other file as the first argument if you want to have the file open automatically in an editor. When you enter a project file, the IDE looks for an .sln file with the same base name as the project file in the parent directory for the project file. If no such .sln file exists, then the IDE looks for a single .sln file that references the project. If no such single .sln file exists, then the IDE creates an unsaved solution with a default .sln file name that has the same base name as the project file. 1. Build 12.Rebuild 2. Clean 13.ResetAddin 3. Command 14.InstallVSTemplates 4. DebugExe 15.ResetSettings 5. Deploy 16.ResetSkipPkgs 6. Edit 17.Run 7. LCID 18.Runexit 8. Log 19.SafeMode 9. Out 20.Setup 10.Project 21.Upgrade 11.ProjectConfig 22.UseEnv NOTES 1. For build-related tasks, it is now recommended that you use MSBuild instead of devenv. For more information, see MSBuild Command Line Reference 2. You must run devenv as an adminstrator in order to use the /Setup (devenv.exe) and /InstallVSTemplates (devenv.exe) switches. For more information, see User Permissions and Visual Studio 1 Posted on http://virams.wordpress.com
  • 3. Visual Studio Command Line Tool Available command line switches: Command line Description /Command Starts the IDE and executes the specified command. /DebugExe Loads a Visual C++ executable under the control of the debugger. This switch is not available for Visual Basic or Visual C# executables. /LCID Sets the default language for the IDE. If the specified language is not included in your installation of Visual Studio, this setting will be ignored. /Log Starts Visual Studio and logs all activity to the log file. /Run or /r Compiles and runs the specified solution. /Runexit Compiles and runs the specified solution, minimizes the IDE when the solution is run, and closes the IDE after the solution has finished running. /UseEnv Causes the IDE to use PATH, INCLUDE, and LIB environment variables for Visual C++ compilation instead of the settings specified in the VC++ Directories section of Projects options in the Options dialog box. /Edit Opens the specified files in a running instance of this application. If there are no running instances, it will start a new instance with a simplified window layout. /ResetAddin Starts an instance of the Visual Studio IDE without loading the specified Add- in. /SafeMode Starts Visual Studio in safe mode, and loads only the default environment and services, and shipped versions of third-party packages. /ResetSkipPkgs Clears all SkipLoading tags that have been added to VSPackages by users who want to avoid loading problem VSPackages. /Setup Forces Visual Studio to merge resource metadata that describes menus, toolbars, and command groups, from all VSPackages available. /NoVSIP Disables the VSIP developer's license key for VSIP testing. 2 Posted on http://virams.wordpress.com
  • 4. Visual Studio Command Line Tool Application Based Options Use the following command line switches to perform the described task. These command-line switches do not display the IDE. Command line Description Example /? Displays help for devenv switches in the Command Devenv /? Prompt window. /Build Builds the specified solution or project according to Devenv the configuration of the specified solution. myproj.csproj /build /Clean Deletes any files created by the build command, Devenv without affecting source files. myproj.csproj /clean /Deploy Builds the solution, along with files necessary for Devenv deployment, according to the solutions myproj.csproj configuration. /deploy /InstallVSTemplat Registers project or item templates that are located Devenv es in /InstallVSTemplat <VisualStudioInstallDir>Common7IDEProjectTemp es lates or <VisualStudioInstallDir>Common7IDEItemTemplat es so that they can be accessed through the New Project and Add New Item dialog boxes. /Out Lets you specify a file to receive errors when you Devenv build. myproj.csproj /build /out log.txt /Project The project to build, clean, or deploy. You can use Devenv this switch only if you have also supplied the /build, myproj.csproj /rebuild, /clean, or /deploy switch. /ProjectConfig Debug /ProjectConfig Specifies the project configuration to build or deploy. devenv You can use this switch only if you have also supplied MySolution.sln the /project switch. /build Debug 3 Posted on http://virams.wordpress.com
  • 5. Visual Studio Command Line Tool /project MyProject.csproj /projectconfig Debug /Rebuild Cleans and then builds the specified solution or devenv project according to the configuration of the MySolution.sln specified solution. /Rebuild Debug /project MyProject.csproj /projectconfig Debug /Upgrade Upgrades the specified solution file and all its project devenv files, or the specified project file, to the current MyProject.sln Visual Studio formats for these files. /upgrade /ResetSettings Restores Visual Studio default settings. Optionally Devenv.exe resets the settings to the specified .vssettings file. /ResetSettings 4 Posted on http://virams.wordpress.com