9ee1 / Capstone.NET

.NET Core and .NET Framework binding for the Capstone Disassembly Framework
MIT License
133 stars 31 forks source link

Add VS2010 (Net 4.0.3) sln and csproj files #3

Closed BlueSkeye closed 9 years ago

BlueSkeye commented 9 years ago

I'm currently extending your C# binding for capstone. The aim is to reach a more extensive coverage of the Capstone native features as well as supporting the x64 version of the library. Due to some internal constraints I need to work with VS2010 which doesn't support .Net framework 4.5 out of the box and is caped to .Net framework 4.0.3. This pull request handles this use case by providing a VS2010 specific solution file and 3 project files.