Inside the Microsoft Build engine : using MSBuild and Team Foundation Build
(eBook)

Book Cover
Average Rating
Published
Redmond, Wash. : Farnham : Microsoft ; O'Reilly [distributor], ©2010.
Format
eBook
Edition
2nd ed.
ISBN
9780735659605, 0735659605, 9780735659827, 0735659826
Physical Desc
1 online resource (xxviii, 605 pages) : illustrations
Status

Description

Loading Description...

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Syndetics Unbound

More Details

Language
English

Notes

Description
Presents a guide to the software build and deployment process using MSBuild.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Hashimi, S. I., & Bartholomew, W. (2010). Inside the Microsoft Build engine: using MSBuild and Team Foundation Build (2nd ed.). Microsoft ; O'Reilly [distributor].

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Hashimi, Sayed Ibrahim and William. Bartholomew. 2010. Inside the Microsoft Build Engine: Using MSBuild and Team Foundation Build. Microsoft ; O'Reilly [distributor].

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Hashimi, Sayed Ibrahim and William. Bartholomew. Inside the Microsoft Build Engine: Using MSBuild and Team Foundation Build Microsoft ; O'Reilly [distributor], 2010.

MLA Citation, 9th Edition (style guide)

Hashimi, Sayed Ibrahim., and William Bartholomew. Inside the Microsoft Build Engine: Using MSBuild and Team Foundation Build 2nd ed., Microsoft ; O'Reilly [distributor], 2010.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
f149819d-a339-2a02-bdc1-17a8eb7ced9d-eng
Go To Grouped Work

Grouping Information

Grouped Work IDf149819d-a339-2a02-bdc1-17a8eb7ced9d-eng
Full titleinside the microsoft build engine using msbuild and team foundation build
Authorhashimi sayed ibrahim
Grouping Categorybook
Last Update2024-04-16 12:23:35PM
Last Indexed2024-04-17 04:34:43AM

Book Cover Information

Image Sourcesyndetics
First LoadedDec 21, 2022
Last UsedMar 28, 2024

Marc Record

First DetectedNov 09, 2022 03:41:34 PM
Last File Modification TimeApr 16, 2024 12:28:23 PM

MARC Record

LEADER07491cam a2200985 a 4500
001ocn778693062
003OCoLC
00520240405112445.0
006m     o  d        
007cr cnu---unuuu
008120229s2010    waua    o     001 0 eng d
010 |a  2010940848
0167 |a 015618655|2 Uk
019 |a 708034042|a 740433603|a 765143767|a 803520258|a 1062872933|a 1103270853|a 1129376744|a 1153009541
020 |a 9780735659605|q (electronic bk.)
020 |a 0735659605|q (electronic bk.)
020 |a 9780735659827
020 |a 0735659826
020 |z 9780735645240
020 |z 0735645248
0291 |a AU@|b 000050492340
0291 |a AU@|b 000067094792
0291 |a DEBSZ|b 368470989
035 |a (OCoLC)778693062|z (OCoLC)708034042|z (OCoLC)740433603|z (OCoLC)765143767|z (OCoLC)803520258|z (OCoLC)1062872933|z (OCoLC)1103270853|z (OCoLC)1129376744|z (OCoLC)1153009541
037 |a CL0500000095|b Safari Books Online
040 |a N$T|b eng|e pn|c N$T|d STF|d B24X7|d UMI|d UKMGB|d COO|d OCLCQ|d DEBSZ|d OCLCQ|d OCLCF|d OCLCQ|d OCLCA|d YDXCP|d VT2|d S4S|d OCLCQ|d OCLCO|d OCLCA|d OCL|d OCLCQ|d CEF|d AU@|d OCLCO|d UAB|d WYU|d OCLCQ|d RDF|d OCLCQ|d INARC|d UKAHL|d OCLCO|d OCLCQ|d OCLCO
049 |a TKLA
050 4|a QA76.76.A65|b H377 2010eb
072 7|a COM|x 087000|2 bisacsh
072 7|a COM|x 034000|2 bisacsh
072 7|a COM|x 060130|2 bisacsh
072 7|a COM|x 060150|2 bisacsh
08204|a 006.7882|2 22
1001 |a Hashimi, Sayed Ibrahim.|0 http://id.loc.gov/authorities/names/no2009031174
24510|a Inside the Microsoft Build engine :|b using MSBuild and Team Foundation Build /|c by Sayed Hashimi, William Bartholomew.
24630|a Using MSBuild and Team Foundation Build
250 |a 2nd ed.
260 |a Redmond, Wash. :|b Microsoft ;|a Farnham :|b O'Reilly [distributor],|c ©2010.
300 |a 1 online resource (xxviii, 605 pages) :|b illustrations
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
4901 |a Microsoft Press books : Visual Studio
5050 |a Page; Forward page; Introduction; Who This Book Is For; Assumptions; Organization of This Book; System Requirements; Code Samples; Acknowledgements; Sayed Ibrahim Hashimi; William Bartholomew; Pavan Adharapurapu; Jason Ward; Errata and Book Support; We Want to Hear from You; Stay in Touch; Part I: Overview; Chapter 1: MSBuild Quick Start; Project File Details; Properties and Targets; Items; Item Metadata; Simple Conditions; Default/Initial Targets; MSBuild.exe Command-Line Usage; Extending the Build Process; Chapter 2: MSBuild Deep Dive, Part 1; Properties; Environment Variables
5058 |a Reserved PropertiesCommand-Line Properties; Dynamic Properties; Items; Copy Task; Well-Known Item Metadata; Custom Metadata; Item Transformations; Chapter 3: MSBuild Deep Dive, Part 2; Dynamic Properties and Items; Dynamic Properties and Items: MSBuild 3.5; Property and Item Evaluation; Importing Files; Extending the Build Process; Property Functions and Item Functions; Property Functions; String Property Functions; Static Property Functions; MSBuild Property Functions; Item Functions; Part II: Customizing MSBuild; Chapter 4: Custom Tasks; Custom Task Requirements; Creating Your First Task
5058 |a Task Input/OutputSupported Task Input and Output Types; Using Arrays with Task Inputs and Outputs; Inline Tasks; TaskFactory; Extending ToolTask; ToolTask Methods; ToolTask Properties; Debugging Tasks; Chapter 5: Custom Loggers; Overview; Console Logger; File Logger; ILogger Interface; Creating Custom Loggers; Extending the Logger Abstract Class; Extending Existing Loggers; FileLoggerBase and XmlLogger; Debugging Loggers; Part III: Advanced MSBuild Topics; Chapter 6: Batching and Incremental Builds; Batching Overview; Task Batching; Target Batching; Combining Task and Target Batching
5058 |a Multi-batchingUsing Batching to Build Multiple Configurations; Batching Using Multiple Expressions; Batching Using Shared Metadata; Incremental Building; Partially Building Targets; Chapter 7: External Tools; Exec Task; MSBuild Task; MSBuild and Visual Studio Known Error Message Formats; Creating Reusable Build Elements; NUnit; FxCop; Part IV: MSBuild Cookbook; Chapter 8: Practical Applications, Part 1; Setting the Assembly Version; Building Multiple Projects; Attaching Multiple File Loggers; Creating a Logger Macro; Custom Before/After Build Steps in the Build Lab; Handling Errors
5058 |a Replacing Values in Config FilesExtending the Clean; Chapter 9: Practical Applications, Part 2; Starting and Stopping Services; Web Deployment Project Overview; Zipping Output Files, Then Uploading to an FTP Site; Compressing JavaScript Files; Encrypting web.config; Building Dependent Projects; Deployment Using Web Deployment Projects; Part V: MSBuild in Visual C++ 2010; Chapter 10: MSBuild in Visual C++ 2010, Part 1; The New .vcxproj Project File; Anatomy of the Visual C++ Build Process; Diagnostic Output; Build Parallelism; Configuring Project- and File-Level Build Parallelism
520 |a Presents a guide to the software build and deployment process using MSBuild.
5880 |a Print version record.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
63000|a MSBuild.|0 http://id.loc.gov/authorities/names/n2010025052
63000|a Team Build.|0 http://id.loc.gov/authorities/names/n2010025055
63000|a Microsoft Visual studio.|0 http://id.loc.gov/authorities/names/n98043868
63000|a Microsoft .NET Framework.
63007|a Microsoft Visual studio.|2 blmlsh
63007|a Microsoft Visual studio|2 fast
63007|a MSBuild|2 fast
63007|a Team Build|2 fast
63007|a Microsoft .NET Framework|2 fast
650 0|a Internet programming.|0 http://id.loc.gov/authorities/subjects/sh96009904
650 0|a Application software|x Development.|0 http://id.loc.gov/authorities/subjects/sh95009362
650 0|a Computer software|x Development.|0 http://id.loc.gov/authorities/subjects/sh85029535
650 6|a Programmation Internet.
650 6|a Logiciels d'application|x Développement.
650 7|a COMPUTERS|x Digital Media|x General.|2 bisacsh
650 7|a COMPUTERS|x Interactive & Multimedia.|2 bisacsh
650 7|a COMPUTERS|x Web|x Site Design.|2 bisacsh
650 7|a COMPUTERS|x Web|x User Generated Content.|2 bisacsh
650 7|a Application software|x Development|2 fast
650 7|a Computer software|x Development|2 fast
650 7|a Internet programming|2 fast
650 7|a Team Foundation Server 2010|2 gnd
650 7|a Application software|x Design.|2 sears
7001 |a Bartholomew, William.|0 http://id.loc.gov/authorities/names/n2010025054
77608|i Print version:|a Hashimi, Sayed Ibrahim.|t Inside the Microsoft Build engine.|b 2nd ed.|d Redmond, Wash. : Microsoft ; Farnham : O'Reilly [distributor], 2010|z 9780735645240|w (OCoLC)653083606
830 0|a Microsoft Press books : Visual Studio.
85640|u https://ezproxy.knoxlib.org/login?url=https://learning.oreilly.com/library/view/~/9780735659827/?ar
938 |a Askews and Holts Library Services|b ASKH|n AH26838034
938 |a Askews and Holts Library Services|b ASKH|n AH26378343
938 |a Askews and Holts Library Services|b ASKH|n AH26838033
938 |a EBSCOhost|b EBSC|n 431853
938 |a YBP Library Services|b YANK|n 7485930
938 |a Internet Archive|b INAR|n insidemicrosoftb0000hash
994 |a 92|b TKL