aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS.Main.csproj
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-11-18 11:04:01 -0700
committerAShifter <[email protected]>2017-11-18 11:04:01 -0700
commitad5f166619c4f7a81bb708aea6cf5b5e9ab11a1e (patch)
tree824e8a0fd15ef4bcf630b8bb43a86083de199f62 /ShiftOS.Main/ShiftOS.Main.csproj
parentb4a8a646b1d0c67414a0e1eeedcf9442739fd990 (diff)
downloadshiftos-rewind-ad5f166619c4f7a81bb708aea6cf5b5e9ab11a1e.tar.gz
shiftos-rewind-ad5f166619c4f7a81bb708aea6cf5b5e9ab11a1e.tar.bz2
shiftos-rewind-ad5f166619c4f7a81bb708aea6cf5b5e9ab11a1e.zip
added WHOA support for skins
The game supports WHOA skins and should now build properly.
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
-rw-r--r--ShiftOS.Main/ShiftOS.Main.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj
index 35d7761..bc4e9d7 100644
--- a/ShiftOS.Main/ShiftOS.Main.csproj
+++ b/ShiftOS.Main/ShiftOS.Main.csproj
@@ -33,9 +33,6 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
- <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.Xml.Linq" />
@@ -47,6 +44,9 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
+ <Reference Include="Whoa, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\Whoa.1.5.0\lib\net45\Whoa.dll</HintPath>
+ </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />