aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/ShiftOS.Engine.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-12 21:13:54 -0500
committerMichael <[email protected]>2017-02-12 21:13:54 -0500
commit14bd25bab6dbed116c194d392e887c68a90c4d73 (patch)
tree4a114c6d076ac9bf3d3f8313314cc1081c68d3cb /ShiftOS_TheReturn/ShiftOS.Engine.csproj
parentf483997d33bc59fccfc2cb967d0bef2e29448a02 (diff)
downloadshiftos_thereturn-14bd25bab6dbed116c194d392e887c68a90c4d73.tar.gz
shiftos_thereturn-14bd25bab6dbed116c194d392e887c68a90c4d73.tar.bz2
shiftos_thereturn-14bd25bab6dbed116c194d392e887c68a90c4d73.zip
Help me. I can't NuGet.
Diffstat (limited to 'ShiftOS_TheReturn/ShiftOS.Engine.csproj')
-rw-r--r--ShiftOS_TheReturn/ShiftOS.Engine.csproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/ShiftOS_TheReturn/ShiftOS.Engine.csproj b/ShiftOS_TheReturn/ShiftOS.Engine.csproj
index 1ae2855..d365f55 100644
--- a/ShiftOS_TheReturn/ShiftOS.Engine.csproj
+++ b/ShiftOS_TheReturn/ShiftOS.Engine.csproj
@@ -68,6 +68,10 @@
<Reference Include="NetSockets">
<HintPath>..\Libraries\NetSockets.dll</HintPath>
</Reference>
+ <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+ <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
+ <Private>True</Private>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.IO.Compression" />
@@ -112,9 +116,6 @@
<Reference Include="Microsoft.Scripting.Metadata, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1">
<HintPath>..\packages\IronPython.2.7.5\lib\Net45\Microsoft.Scripting.Metadata.dll</HintPath>
</Reference>
- <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
- <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AppearanceManager.cs" />