Click here to Skip to main content
15,884,893 members
Articles / Programming Languages / C#

Building and Maintaining Multiple Application Editions using Conditional Compilation

Rate me:
Please Sign up or sign in to vote.
4.73/5 (19 votes)
18 Mar 2009CPOL13 min read 63.3K   283   51  
Techniques for maintaining multiple editions of a software application, and a detailed look at conditional compilation.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United Kingdom United Kingdom
I discovered programming aged 11 with my school's BBC micro, and a book titled "Write your own space action games". (Their ideas of "space action" games were very different to mine. My ideas didn't include a bunch of * signs controlled via a text based menu)

I got hooked on VB for a while (mainly because I discovered I could replace the * signs with .bmp files) until someone pointed out the wonderful world of objects and Java. I also went thought a c++ phase.

I've now been a professional developer for 5 years.

My current language of choice is C#. I spend my free time playing with XNA and microcontrollers.

Comments and Discussions