Refactor: Added the newtonsoft json library so that all sql is ultimately replaced with json backend written in python

This commit is contained in:
unknown 2014-01-28 17:21:20 +05:30
parent d4ea454add
commit 36dd81bc6f
2 changed files with 4 additions and 0 deletions

BIN
Include/Newtonsoft.Json.dll Normal file

Binary file not shown.

View File

@ -63,6 +63,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Include\Fluent\Iesi.Collections.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Include\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NHibernate, Version=3.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Include\Fluent\NHibernate.dll</HintPath>