c# - how tell the IDE not compile certain files? -
i've added bunch of files older project new project. they're still not playing active role in current code , there missing classes won't make them functional anyway, want them there can gradually rework each file compatible newest code. there way tell compiler not pay attention these c# files , report errors?
p.s: i'm using sharpdevelop
although possible give specific compiler instruction, i'd remove files solution , put them somewhere safe in version control.
having these files in solution can confusing when browsing sources; not expect have check buildaction property of c# files find out whether or not looking @ part of build.
i read lot of code in source control viewer (looking delta's , history), compiler options not obvious in environments these.
put them safe in source control , remove them build.
Comments
Post a Comment