diff options
| author | AShifter <[email protected]> | 2017-11-18 11:04:51 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-18 11:04:51 -0700 |
| commit | 55ac320b52adfb8aca5ecd8c5fe19af6de6b0bb8 (patch) | |
| tree | 824e8a0fd15ef4bcf630b8bb43a86083de199f62 /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | cc734557de877186c5f5eb1e59efdcb785ac37a8 (diff) | |
| parent | ad5f166619c4f7a81bb708aea6cf5b5e9ab11a1e (diff) | |
| download | shiftos-rewind-55ac320b52adfb8aca5ecd8c5fe19af6de6b0bb8.tar.gz shiftos-rewind-55ac320b52adfb8aca5ecd8c5fe19af6de6b0bb8.tar.bz2 shiftos-rewind-55ac320b52adfb8aca5ecd8c5fe19af6de6b0bb8.zip | |
Merge pull request #16 from AShifter/master
Master
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 6 |
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" /> |
