Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Sampson committed Mar 11, 2019
1 parent 8c39fd6 commit 61d7769
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
19 changes: 10 additions & 9 deletions BorderlessGaming.Logic/BorderlessGaming.Logic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,30 @@
<Reference Include="CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
<HintPath>..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath>
</Reference>
<Reference Include="DotNetZip, Version=1.10.1.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll</HintPath>
<Reference Include="DotNetZip, Version=1.13.3.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.13.3\lib\net40\DotNetZip.dll</HintPath>
</Reference>
<Reference Include="Facepunch.Steamworks">
<HintPath>..\SteamLibs\Facepunch.Steamworks.dll</HintPath>
</Reference>
<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>
<Reference Include="Microsoft.Win32.TaskScheduler, Version=2.8.8.0, Culture=neutral, PublicKeyToken=c416bc1b32d97233, processorArchitecture=MSIL">
<HintPath>..\packages\TaskScheduler.2.8.8\lib\net452\Microsoft.Win32.TaskScheduler.dll</HintPath>
</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>
</Reference>
<Reference Include="protobuf-net, Version=2.2.1.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\packages\protobuf-net.2.2.1\lib\net40\protobuf-net.dll</HintPath>
<Reference Include="protobuf-net, Version=2.4.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\packages\protobuf-net.2.4.0\lib\net40\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.DirectoryServices" />
<Reference Include="System.DirectoryServices.AccountManagement" />
<Reference Include="System.Drawing" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.Management" />
<Reference Include="System.Runtime.Remoting" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
Expand Down
2 changes: 0 additions & 2 deletions BorderlessGaming.Logic/System/AutoStart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ private static void CreateEntry(string silentMinimize)
var logT = new LogonTrigger {Delay = new TimeSpan(0, 0, 0, 10)};
td.Triggers.Add(logT);
td.Actions.Add(new ExecAction(AppEnvironment.Path, silentMinimize, null));
task.Settings.DisallowStartIfOnBatteries = false;
task.Settings.StopIfGoingOnBatteries = false;
TaskService.Instance.RootFolder.RegisterTaskDefinition(_taskName, td);
Console.WriteLine("Task Registered");
}
Expand Down
6 changes: 3 additions & 3 deletions BorderlessGaming.Logic/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CommandLineParser" version="1.9.71" targetFramework="net452" />
<package id="DotNetZip" version="1.10.1" targetFramework="net452" />
<package id="protobuf-net" version="2.2.1" targetFramework="net452" />
<package id="TaskScheduler" version="2.5.28" targetFramework="net452" />
<package id="DotNetZip" version="1.13.3" targetFramework="net452" />
<package id="protobuf-net" version="2.4.0" targetFramework="net452" />
<package id="TaskScheduler" version="2.8.8" targetFramework="net452" />
</packages>

0 comments on commit 61d7769

Please sign in to comment.