Browse by Tags

16 April 2008
MSBuild script for compiling each .cs file into an EXE
I previously wrote about using MSBuild to build all .cs files in a directory into a single exe . Here's a companion script that builds every .cs file into a separate exe. This might be helpful for directories where you keep sets of small projects, where Read More...
14 April 2008
Getting emacs flymake.el to work with C# modules
[I'm going to try to keep this up to date, because I periodically change tweak and improve flymake setup... Latest is 23 April 2008] I Loooooooove Flymake. Emacs, since a while back, ships with a package called flymake.el , that defines a minor mode. Read More...
4 Comments
Filed under: , ,
 
Attachment(s):flymake-for-csharp.el
08 April 2008
MSBuild script for compiling all .cs files into a single assembly (DLL or EXE)
I love Visual Studio, but sometimes I build code using no graphical IDE - just the .NET Framework SDK. I wrote an article not long ago describing how to build a WCF Service using .NET 3.5, and just the SDK. I've always been a makefile weenie, but msbuild Read More...
24 February 2006
Extending MSBuild
Extending MSBuild If you're like me, you try to stay current on technologies. Not for the sake of currency, but because you want to be able to take advantage of the tools and infrastructure that can help you do your job better or faster. Along those lines, Read More...
0 Comments
Filed under: ,
 
Page view tracker