473,395 Members | 1,763 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

msbuild

could not find anything specific to this but does anyone know of msbuild has
a new quick start tutorials. The only one i can find seem to be for the
preview version of msbuild. Is thiis the only one out there?

Appreciate it,
Cisco
Jan 26 '06 #1
4 1751
Hi Cisco,
Welcome to MSDN Newsgroup!

You could get more information about MSBuild from the following website
Title: MSBuild Concepts (including links to topics describing MSBuild
concepts):
URL: http://msdn2.microsoft.com/en-us/library/ms171451.aspx

Title: Visual Studio 2005: MSBuild
URL:http://msdn.microsoft.com/msdntv/epi.../en/20040122vs
netak/manifest.xml

I hope the above information is helpful for you. If you have any questions,
please feel free to let me know. Thanks and have a nice day!

Best Regards,

Terry Fei [MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security

--------------------
Thread-Topic: msbuild
thread-index: AcYiG80bb/mTm3yjQ+uvcjKqO69G+g==
X-WBNR-Posting-Host: 24.167.83.157
From: "=?Utf-8?B?Y2lzY28=?=" <ci***@noemail.noemail>
Subject: msbuild
Date: Wed, 25 Jan 2006 17:57:02 -0800
Lines: 6
Message-ID: <5D**********************************@microsoft.co m>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.dotnet.general:187234
X-Tomcat-NG: microsoft.public.dotnet.general

could not find anything specific to this but does anyone know of msbuild hasa new quick start tutorials. The only one i can find seem to be for the
preview version of msbuild. Is thiis the only one out there?

Appreciate it,
Cisco


Jan 26 '06 #2
Hi Cisco,

I have recenlty compiled a list of MSBuild tutorials and resources,
while doing research for my own projects. You can find the list here:

http://www.tod1d.net/blog/2005/12/ms...resources.html

Hope this helps.

--
Tod Birdsall, MCSD for .Net
software blog: http://tod1d.net

Jan 26 '06 #3

Thanks terry and tod. I didn't even know about msbuildtasks. Looks good!

Cisco

"tb*******@gmail.com" wrote:
Hi Cisco,

I have recenlty compiled a list of MSBuild tutorials and resources,
while doing research for my own projects. You can find the list here:

http://www.tod1d.net/blog/2005/12/ms...resources.html

Hope this helps.

--
Tod Birdsall, MCSD for .Net
software blog: http://tod1d.net

Jan 27 '06 #4
Hi Cisco,

I am glad to know that the information is helpful for you now. Thanks for
participating the community. It's my pleasure to work with you!

Best Regards,

Terry Fei [MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security

--------------------
Thread-Topic: msbuild
thread-index: AcYjZMogcLJwY8luTJ2Y5xhbmp5/fQ==
X-WBNR-Posting-Host: 24.167.83.157
From: "=?Utf-8?B?Y2lzY28=?=" <ci***@noemail.noemail>
References: <5D**********************************@microsoft.co m> <11**********************@g43g2000cwa.googlegroups .com>Subject: Re: msbuild
Date: Fri, 27 Jan 2006 09:12:02 -0800
Lines: 21
Message-ID: <6E**********************************@microsoft.co m>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGXA03.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.dotnet.general:187384
X-Tomcat-NG: microsoft.public.dotnet.general
Thanks terry and tod. I didn't even know about msbuildtasks. Looks good!

Cisco

"tb*******@gmail.com" wrote:
Hi Cisco,

I have recenlty compiled a list of MSBuild tutorials and resources,
while doing research for my own projects. You can find the list here:

http://www.tod1d.net/blog/2005/12/ms...resources.html

Hope this helps.

--
Tod Birdsall, MCSD for .Net
software blog: http://tod1d.net


Jan 28 '06 #5

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

Similar topics

2
by: Uma Abhyankar | last post by:
Hello, I am using .NET Beta1 Visual Studio. I have to invoke VCBuild through MSBuild on command prompt. I have following issues: Issue1: -------- MSBuild invokes VCBuild internally....
1
by: Uma Abhyankar | last post by:
Hello All, I was facing an issue with VCBuild on Beta1. Today after shifting to .NET Beta2, it looks like the issue is still not resolved :-( I have to invoke VCBuild through MSBuild on command...
5
by: Al | last post by:
Hi all We have created a xml file that imports a single project using the Import element. This project compiles to a class library, but has references to two other projects that are also class...
0
by: ME | last post by:
I have a need to generate both the DLL version of my application and an EXE version. I would like to build both of them with a single call "build". One of the ideas I have come up with is to...
0
by: ccallen | last post by:
How to print msbuild <Messageto the VS 2005 output window, from an msbuild file that is loaded into VS? After reading Don Boxs' "MSBuild for MAKEFILE converts" , I copied the snippet, for point...
3
by: jrett | last post by:
I've got a source tree with over 100 projects, some depending on others and I'd like to set this up on an automated nightly build, or where devs can do private builds of the entire source tree to...
2
by: Jonathan Kacprowicz | last post by:
I am trying to create a build process using MSBuild that will build my multiple projects all with the same AssemblyVersion and AssemblyFileVersion. I have tried using the AssemblyInfo task from...
3
by: Danny | last post by:
Hi I trying to master msBuild but have a problem. I have a solution that I wish to build using msbuild but want to override BeforeBuild/AfterBuild targets for each of the projects. I trying to...
7
by: shapper | last post by:
Hello, I am working on an ASP.MET MVC Web Application with NET 3.5 in VS 2008. I need to run some extra tasks on this project build so I download MSBuild from http://msbuildtasks.tigris.org/....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.