Refactor: Added the newtonsoft json library so that all sql is ultimately replaced with json backend written in python
This commit is contained in:
parent
d4ea454add
commit
36dd81bc6f
BIN
Include/Newtonsoft.Json.dll
Normal file
BIN
Include/Newtonsoft.Json.dll
Normal file
Binary file not shown.
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user