I want to do a comparison and performance benchmarking between the old token stream API and the newer one in the Lucene.net framework. I want to write a single console application for that and want to avoid writing two different applications, each bound to different version of lucene.
When I tried to add references of the older and newer version of Lucene.net dll in the .net application, VS 2010 complains that the reference has already been added. What is the solution? How can I refer to both the versions of the same dll in a same .net project?
Thanks.