Update Task Scheduler to version 2.7.2

This commit is contained in:
Travis Nickles 2017-12-21 23:33:37 -06:00
parent 2284e1a70f
commit 9e9349ed1c
3 changed files with 4 additions and 9 deletions

View File

@ -114,13 +114,8 @@
<LangVersion>6</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="JetBrains.Annotations, Version=10.4.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\TaskScheduler.2.5.28\lib\net452\JetBrains.Annotations.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Win32.TaskScheduler, Version=2.5.28.0, Culture=neutral, PublicKeyToken=0d013ddd5178a2ae, processorArchitecture=MSIL">
<HintPath>..\packages\TaskScheduler.2.5.28\lib\net452\Microsoft.Win32.TaskScheduler.dll</HintPath>
<Private>True</Private>
<Reference Include="Microsoft.Win32.TaskScheduler, Version=2.7.2.0, Culture=neutral, PublicKeyToken=c416bc1b32d97233, processorArchitecture=MSIL">
<HintPath>..\packages\TaskScheduler.2.7.2\lib\net452\Microsoft.Win32.TaskScheduler.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="TaskScheduler" version="2.5.28" targetFramework="net452" />
<package id="TaskScheduler" version="2.7.2" targetFramework="net452" />
</packages>

View File

@ -18,6 +18,6 @@ instances. Make permanent instances and reuse those instances.
for racing games. It is already a better experience than what the Steam
Controller offers though.
* Possibly lower Enhanced Precision sensitivity by a notch
* Look into updating Task Scheduler to latest version
* ~~Look into updating Task Scheduler to latest version~~
* Look into trackball emulation methods and attempt to implement it