I am developing a windows store app which take the user input(mathematical question),process it using prolog and output the answer. I have add Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll as an reference to my windows Store app.
I refer https://github.com/SWI-Prolog/contrib-swiplcs/blob/master/TestSwiPl/PlQuery.cs
This reference creates two errors,
1.Cannot resolve Assembly or Windows Metadata file 'System.Configuration.dll'
2.Type universe cannot resolve assembly: System.Configuration, version=2.0.0.0,..
Can I solve this error or Is it not possible to use this as a reference in windows store app. I'm using visual studio 2013.