aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-06-18 18:39:27 -0700
committerAShifter <[email protected]>2017-06-18 18:39:27 -0700
commitbf7fcf52ad5373e25fbe399f4f1dd1091f53c159 (patch)
tree858cc86e8f02535ff7ec081fb290611d0ff0705f /TimeHACK.Engine
parent15f2e1a7e3ec5d85aee4a126144722feeff4682f (diff)
downloadhistacom2-bf7fcf52ad5373e25fbe399f4f1dd1091f53c159.tar.gz
histacom2-bf7fcf52ad5373e25fbe399f4f1dd1091f53c159.tar.bz2
histacom2-bf7fcf52ad5373e25fbe399f4f1dd1091f53c159.zip
Some more terminal work
IT WORKS! IT WWOOOOORRRKKKSS!!! YOu can now use Thread.Sleep(); without issues.
Diffstat (limited to 'TimeHACK.Engine')
-rw-r--r--TimeHACK.Engine/TimeHACK.Engine.csproj5
-rw-r--r--TimeHACK.Engine/packages.config2
2 files changed, 4 insertions, 3 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" />
diff --git a/TimeHACK.Engine/packages.config b/TimeHACK.Engine/packages.config
index f54866f..810e559 100644
--- a/TimeHACK.Engine/packages.config
+++ b/TimeHACK.Engine/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="Newtonsoft.Json" version="10.0.1" targetFramework="net452" />
+ <package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
</packages> \ No newline at end of file