aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/TimeHACK.Engine.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Engine/TimeHACK.Engine.csproj')
-rw-r--r--TimeHACK.Engine/TimeHACK.Engine.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj
index 980f7fb..7ee8e6e 100644
--- a/TimeHACK.Engine/TimeHACK.Engine.csproj
+++ b/TimeHACK.Engine/TimeHACK.Engine.csproj
@@ -30,8 +30,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Newtonsoft.Json">
- <HintPath>..\TimeHACK.Main\bin\Release\Newtonsoft.Json.dll</HintPath>
+ <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" />
@@ -46,6 +46,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="BSODCreator.cs" />
+ <None Include="packages.config" />
<None Include="Resources\WinClassic\Window\pjBg6mKP.bin" />
<Compile Include="FileDialogBoxManager.cs" />
<Compile Include="SaveSystem.cs" />