9ee1/Capstone.NET

Add VS2010 Support

BlueSkeye opened this issue · 3 comments

The project lacks VS2010 support. I propose to

  • create a new solution (.sln) targeting VS2010 and .Net framework 4.0.3
  • create three new project file (.csproj) for inclusion in the above solution.

Should we agree on this I'm wishful to handle the task.

@9ee1 Source code experienced recent additions and reorganization. Is there other important modifications expected during the next couple of days ? If so, I would postpone the job until the source code files set is more stable.

9ee1 commented

There will continue to be additions to the source code. As far as organization wise, I am pretty confident that won't happen. As for VS 2010 support, I don't have VS 2010 but I will work on providing a build that targets .NET 4 in addition to .NET 4.5 to address your needs.

9ee1 commented

See release 1.2.1 for support for .NET 4.0. It is also tagged on master as "V1.2.1".

Very nice to you. Works perfectly. Maybe the CapstoneCMD and the Tests suite would deserve to be included as well in .NET4.
If so, you have to take care to have two separate packages.config in the Tests program because the target framework version would be different.