473,511 Members | 13,105 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual studio 2005

Hi,

I have a solution with many projects. I want to automate the process of
compilation , so i want to run the build process on command line. What
should i do for the same ? I have visual studio 2005 installed on my
PC.
Regards,
Sunil Virmani

Jun 1 '06 #1
5 1556
> I have a solution with many projects. I want to automate the process of
compilation , so i want to run the build process on command line. What
should i do for the same ? I have visual studio 2005 installed on my
PC.


You can do that using devenv:
Devenv SolutionName /build SolnConfigName [/project ProjName [/projectconfig
ProjConfigName]]Check MSDN for more details.

--

Kind regards,
Bruno van Dooren
br**********************@hotmail.com
Remove only "_nos_pam"
Jun 1 '06 #2
When we create a solution is there any default "SolnConfigName" created
?

Regards,
Sunil
Bruno van Dooren wrote:
I have a solution with many projects. I want to automate the process of
compilation , so i want to run the build process on command line. What
should i do for the same ? I have visual studio 2005 installed on my
PC.


You can do that using devenv:
Devenv SolutionName /build SolnConfigName [/project ProjName [/projectconfig
ProjConfigName]]Check MSDN for more details.

--

Kind regards,
Bruno van Dooren
br**********************@hotmail.com
Remove only "_nos_pam"


Jun 2 '06 #3
su*****@rediffmail.com wrote:
When we create a solution is there any default "SolnConfigName"
created ?


Yes, the default solution configurations are named "Debug" and "Release".

-cd
Jun 2 '06 #4


Oh sorry for silly question , i thought we need to specify some xml
file. Well i have just one more question . I have specified some build
order for the projects in the solution file . I have also specified
some post Build and pre-build event in that solution file. Will it be
able to run them also.In nut shell will whole building process will be
like replica of running the build process in the Visual Studio 2005
IDE.

Regards,
Sunil
Carl Daniel [VC++ MVP] wrote:
su*****@rediffmail.com wrote:
When we create a solution is there any default "SolnConfigName"
created ?


Yes, the default solution configurations are named "Debug" and "Release".

-cd


Jun 2 '06 #5
> Oh sorry for silly question , i thought we need to specify some xml
file. Well i have just one more question . I have specified some build
order for the projects in the solution file . I have also specified
some post Build and pre-build event in that solution file. Will it be
able to run them also.In nut shell will whole building process will be
like replica of running the build process in the Visual Studio 2005
IDE.


Yes.
AFAIK, /build is for all practical purposes identical to right clicking your
solution in solution explorer and selecting 'build'.

--

Kind regards,
Bruno van Dooren
br**********************@hotmail.com
Remove only "_nos_pam"
Jun 2 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2289
by: Shapper | last post by:
Hello, I am starting 2 new projects to deliver in January 2006. I want to create them in Asp.Net 2.0 using Visual Studio 2005. All my clients web sites are Visual Studio 2003 projects in...
0
3311
by: fiona | last post by:
Innovasys Ltd., a leader in help authoring and documentation tools, today announced the inclusion of a tailored version of the Innovasys HelpStudio help authoring product, HelpStudio Lite, in the...
2
3400
by: Progman | last post by:
I have Visual Studio 2005 Standard edition. Is ti the same thing as the Express edition or Standard is more?
12
5874
by: Nathan Sokalski | last post by:
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/...
18
9106
by: surfrat_ | last post by:
Hi, I am having the following problems in getting Microsoft Visual Studio 2005 Professional to link to an Access .mdb database. Please help me to sort this out. Problem 1: The Microsoft...
8
6253
by: WT | last post by:
Is it normal that Visual Studio sets the PreInit handler for a Page from the OnInit code ? No chance to fire it as OnPreInit is run befor OnInit. ??? CS
3
6036
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the...
1
3568
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
1
2492
by: Dr T | last post by:
Hi! I downloaded MS Visual Web Developer 2005 Express Edition, MS .NET Framework SDK v2.0, and MS SQL Server 2005. Subsequently, I bought MS Visual Studio 2005 Professional Edition. 1) Are...
3
1837
by: Rachel Garrett | last post by:
This is driving me mad. I have Visual Studio.NET PRO 2005 installed on my machine at work. I want to write a web service. I find lots of tutorials on how to do this with Visual Studio.NET; some are...
0
7245
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7427
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7085
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5671
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5069
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3227
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3214
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1577
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
785
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.