Re: [NAnt-users] Determining whether a file is a .NET assembly or not

2010-08-31 Thread Pento, Michael
Hi Dominik, I thought that it might be a bit outside of focus, but, I was taking a gamble that someone knew something about nant that I haven't learned over the past 5 or 6 years. Thanks very much for the suggested solution, I will try that immediately and let you know how I make out. Thanks

Re: [NAnt-users] Determining whether a file is a .NET assembly or not

2010-08-31 Thread Dominik Guder
Hi, this is somewhat offtopic here on nant users list. But since I did this before I will show you a possible solution Am 30.08.2010 16:55, schrieb Pento, Michael: > > > I am trying to loop through a directory filled with about 2,000 DLL’s > and EXE’s to see which ones are .NET assemblies. >