iigorr / pgn.net

Portable Game Notation (PGN) implementation in .NET
Other
33 stars 24 forks source link

How do I implement this in my project? #9

Closed kleelof closed 10 years ago

kleelof commented 10 years ago

Hello,

I'm having a difficult time figuring out how to implement this in my project.

I tried the examples, but it said the following assemblies are not found:

using ilf.pgn; using ilf.pgn.Data;

thanks, lee

iigorr commented 10 years ago

Hi Lee,

you can either use the nuget package or clone this project and build/reference the source code. The visual studio solution is located under src/pgn.net.sln

Please note that the windows phone packages currently do not work due to incompatibility issues with FParsec/FSharp

Cheers,

Igor

iigorr commented 10 years ago

@kleelof: I hope you succeeded including the package in your project. I am closing this issue.