sayed.hashimi
Check me out on the web at Sayed Ibrahim Hashimi.
Currently writing a book titled Inside the Microsoft Build Engine: Using MSBuild and Team Foundation Build
You can visit my website at:
sedodream.com. I blog about MSBuild and Visual Studio mostly, but other things as well.
You can visit my website at:
sedodream.com. I blog about MSBuild and Visual Studio mostly, but other things as well.
IE9 HTML5 Demo
May 07, 2010 at 6:58 AMThis comparison isn't exactly fair. IE9 is pre-release where as Firefox and Chrome are not. The correct comparision would include IE8.
Toolshed Tooltip #13 - MSBuild talks to Twitter from Episode 2
Aug 26, 2009 at 9:25 PMHi,
First you should download the samples and build the sample solution (Sedo.MSBuild.TwitterLogger.sln). When you build it dll Sedo.MSBuild.Loggers.dll should be created. Then here is a sample command to attach the logger to the build for your project.
msbuild WindowsFormsApplication1.csproj /l:TwitterLogger,C:\temp\Sedo.MSBuild.TwitterLogger\Sedo.MSBuild.TwitterLogger\bin\Debug\Sedo.MSBuild.Loggers.dll;Username=YOUR_USER_NAME;Password=YOUR_PASSWORD
Note these things about that command
This is the name of the project being built. Since it is in the same folder path was left off
This is the path to the folder which contains the assembly just built (Sedo.MSBuild.Loggers.dll)
Sayed Ibrahim Hashimi