aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Engine/ShiftOS.Engine.csproj
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-10-14 21:45:59 -0600
committerAShifter <[email protected]>2017-10-14 21:45:59 -0600
commit9c31cf53bee2fda60abe5b3687c3a8ed8b5e5e5c (patch)
tree4910219c6c6c213e7119d166b753bbb168d83db2 /ShiftOS.Engine/ShiftOS.Engine.csproj
parentc2f59d0b9dffdcfaabff7f0087a40988c39e9f98 (diff)
downloadshiftos-rewind-9c31cf53bee2fda60abe5b3687c3a8ed8b5e5e5c.tar.gz
shiftos-rewind-9c31cf53bee2fda60abe5b3687c3a8ed8b5e5e5c.tar.bz2
shiftos-rewind-9c31cf53bee2fda60abe5b3687c3a8ed8b5e5e5c.zip
Finish Skinning and Serialize Current Skin
Almost fixed the contect button glitch and i'm using Newtonsoft.JSON to save skins!
Diffstat (limited to 'ShiftOS.Engine/ShiftOS.Engine.csproj')
-rw-r--r--ShiftOS.Engine/ShiftOS.Engine.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS.Engine/ShiftOS.Engine.csproj b/ShiftOS.Engine/ShiftOS.Engine.csproj
index 71721bc..9b248a5 100644
--- a/ShiftOS.Engine/ShiftOS.Engine.csproj
+++ b/ShiftOS.Engine/ShiftOS.Engine.csproj
@@ -34,6 +34,9 @@
<Reference Include="Magick.NET-Q16-AnyCPU, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL">
<HintPath>..\packages\Magick.NET-Q16-AnyCPU.7.0.7.300\lib\net40\Magick.NET-Q16-AnyCPU.dll</HintPath>
</Reference>
+ <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+ <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />