Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Chris Flaat's WebLog
Discussion of software processes and MSFT developer technologies.
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
Fluff
MSBuild
SD methologies & processes
VS tips
Archives
December 2005 (3)
November 2005 (1)
October 2005 (1)
August 2005 (1)
July 2005 (1)
May 2005 (1)
April 2005 (6)
March 2005 (8)
February 2005 (2)
January 2005 (3)
November 2004 (2)
October 2004 (5)
September 2004 (2)
August 2004 (4)
January 2004 (3)
November 2003 (1)
October 2003 (2)
September 2003 (6)
August 2003 (6)
July 2003 (13)
June 2003 (2)
Fluff
Chris's personal home page
VS tips
Intro to VS solutions and projects
Browse by Tags
All Tags
»
VS tips
(RSS)
Sorry, but there are no more tags available to filter with.
Tuesday, August 24, 2004 11:50 AM
Command-line build (devenv /build, MSBuild, etc.)
In the comments about a post I made a year ago about devenv /build ( here ), a person named Peter just a couple weeks ago made the following comment: When we use IDE to build a project, we have the file(s) checked-out, and IDE will build the changes (checked-out
Posted by
cflaat
|
1 Comments
Filed under:
VS tips
Friday, October 17, 2003 6:24 PM
MSBuild talk at PDC
Hi all - So, as I mentioned in an earlier blog entry , Alex Kipman & Rajeev Goel are going to do a PDC presentation on MSBuild (the new build engine we’re including with Whidbey). If you’re going to the PDC, be sure to check it out.
Posted by
cflaat
|
2 Comments
Filed under:
VS tips
Tuesday, September 16, 2003 3:34 PM
Introducing MSBuild
Hi all - More stuff has come online. See here for a little blurb about MSBuild, which is what we're calling our cool new build engine that will ship along with Whidbey. -Chris
Posted by
cflaat
|
1 Comments
Filed under:
VS tips
Tuesday, September 16, 2003 12:08 PM
PDC 2003 tracks announced
Greetings, all! Microsoft has announced the broad outline of the material to be presented at the PDC 2003. See here for the list of tracks & presentations. Under the “Languages and Tools” section you’ll see a cryptic reference
Posted by
cflaat
|
0 Comments
Filed under:
VS tips
Friday, September 05, 2003 12:49 PM
More on configurations
Greetings, all! In my entry about devenv /build , a reader named Toby mentions the pain of maintaining multiple configurations when you have a lot of them that are identical except for one flag. He says: In my work, I'll deal with
Posted by
cflaat
|
2 Comments
Filed under:
VS tips
Tuesday, August 19, 2003 12:30 PM
Building from the command line: devenv /build
Greetings, dear readers! Today I want to talk about using devenv.exe to build a solution or project from the command line (as opposed to interactively inside the IDE). For example, you can say “devenv /build debug myapp.sln” to do a debug
Posted by
cflaat
|
21 Comments
Filed under:
VS tips
Thursday, August 14, 2003 2:46 PM
Solution configurations & project configurations
Greetings, dear readers! Today I want to talk about solution configurations and project configurations. These are important concepts that are essential to understand if you’re trying to do complex coordination of builds using VS, esp. if
Posted by
cflaat
|
2 Comments
Filed under:
VS tips
Wednesday, July 30, 2003 12:02 PM
Sneak peek at Whidbey
There's a news report about what MSFT disclosed at the VS Live! event. See the link for info about some of the cool things we're doing in Whidbey (the next major release of VS) and Orcas (the release after that). Whidbey is what most of the
Posted by
cflaat
|
0 Comments
Filed under:
VS tips
Tuesday, July 29, 2003 1:39 PM
New VSIP program rollout
There's now free registration at the VSIP site to become a VSIP ("Visual Studio Industy Partner"), which is the program whereby you can write a low-level package that integrates more deeply into Visual Studio than is possible as an add-in
Posted by
cflaat
|
3 Comments
Filed under:
VS tips
Thursday, July 24, 2003 4:18 PM
Watson addendum
A reader named Martin makes a good point made about my earlier weblog entry about Watson crashes; he says we could offer a way to let users provide more information when a bug is difficult to reproduce. Actually, we already do this in cases
Posted by
cflaat
|
0 Comments
Filed under:
VS tips
Thursday, July 24, 2003 12:23 PM
Watson's revenge
My dear readers, I have a terrible admission to make. But it's time to come clean with you. The fact is, of our hundreds of thousands of users, a small number encounter crashing bugs in Visual Studio. They are working happily along,
Posted by
cflaat
|
11 Comments
Filed under:
VS tips
Monday, July 21, 2003 3:50 PM
More thoughts on handling untrusted solutions/projects
A reader named Uri commented on my July 15th entry about safe handling of untrusted solutions & projects. He brings up some good points which I thought worth addressing. One thing he mentions is that often one needs to grab a whole sample project
Posted by
cflaat
|
0 Comments
Filed under:
VS tips
Tuesday, July 15, 2003 7:27 PM
Don't take code (or solutions or projects) from strangers
Greetings, my dear readers. I wanted to offer some suggestions about how VS users can safely handle code obtained from other sources. A combination of common sense and careful reading of the VS documentation would lead you to the same
Posted by
cflaat
|
2 Comments
Filed under:
VS tips
Friday, July 11, 2003 7:26 PM
Linked items and SCC integration
A person named Blair commented on one of my prior entries about using linked files. They mention that the integration of a project's linked files with source code control has some limitations, esp. when you link to files outside the current project
Posted by
cflaat
|
4 Comments
Filed under:
VS tips
Friday, July 11, 2003 2:40 PM
Saving files with different encodings & line endings
Now, this feature could be described as more of a text editor feature than a project feature, and it's not owned by my team, but it's relevant & useful enough that I think it's worth mentioning here. With VS you can save a text file with an arbitrary
Posted by
cflaat
|
0 Comments
Filed under:
VS tips
More Posts
Next page »