VerbalExpressions/CSharpVerbalExpressions

Opening with VS 2010

ophirmi opened this issue · 3 comments

Hi,

I'm trying to open the VerbalExpressions.sln with VS2010.
I did the following actions:

  1. Changed the solution file to VS2010.
  2. Changed the projects framework to v4.0.
  3. Downloaded and installed the Portable Class Library.
    Now the solution and projects open but I can't run the unit testing and some strange things happen:
    System.Text.RegularExpressions is not identified at VerbalExpressions project.
    The VerbalExpressions project has no References and it is not possible to add references to it.

Can this solution and projects run in VS2010?

Thanks,
Ophir

I just tried to open this in Visual Studio 2010 and I also couldn't get the unit test project to load as it's apparently incompatible. We should use NUnit!

Just create a pull request and change it into NUnit-tests if you like.

Thanks for the response.
I managed to open the solution and projects of VerbalExpression in VS2010 by building a new solution and projects and adding them the classes.
Also I moved the unit testing to NUit.