[NAnt-users] : linking error

2007-06-12 Thread Ashish Mittal
Hi friends, I got one error message while link task [link] LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/OPT:ICF' specification [link] LINK : fatal error LNK1561: entry point must be defined

[NAnt-users] linking error

2007-06-12 Thread Ashish Mittal
Hi friends, I got one error message while link task [link] LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/OPT:ICF' specification [link] LINK : fatal error LNK1561: entry point must be defined BUIL

Re: [NAnt-users] solution task with VS2005 solutions/SolutionItemsproblem

2007-06-12 Thread Adrian Rodriguez
I took a look inside WhidbeySolution to see where the change would happen. What is the preferred way of doing this? 1) Modify the regular expression so that it does not include the project whose name is "Solution Items" Pros: The change will be in one string in the regex Cons: The more stuff yo