newbie... :) about preprocess and simple file create

maybe It will be sound like a newbie question.. J

I want to be able to include text files, or simply change some parameters in my code before I release a version (preprocess).

I used to do it with ANT in the past old days (j2me..).

what is the way to do this in the .NET environment

I don’t want to do this from inside code with ugly “if” statements to create a text files every time I build the project…

thanks in advance..

Oren



Answer this question

newbie... :) about preprocess and simple file create

  • SteveJC

    If you knew how to do it with ANT, I suppose you could achieve the same thing with NAnt.

  • Wolley

    mmm didn't know about the NAnt for the .Net..

    sounds like the solution :)

    Thanks Alex!

    Oren.


  • newbie... :) about preprocess and simple file create