Vendor in the task scheduler library

This commit is contained in:
~lucidiot 2022-11-12 16:20:33 +01:00
parent 0fc4281db0
commit c9b4e21b64
3 changed files with 7 additions and 1 deletions

View File

@ -42,6 +42,10 @@
<HintPath>..\vendor\Microsoft.Deployment.Compression.Cab.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="TaskScheduler, Version=1.3.2889.25680, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\vendor\TaskScheduler.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="NativeMethods.cs" />

4
vendor/README.md vendored
View File

@ -1 +1,3 @@
Those DLLs were found in [this NuGet package](https://www.nuget.org/packages/MSFTCompressionCab/), which does not state a license. They appear to have originally been part of the [WiX toolset](https://wixtoolset.org).
The `Microsoft.Deployment.Compression` and `Microsoft.Deployment.Compression.Cab` DLLs were found in [this NuGet package](https://www.nuget.org/packages/MSFTCompressionCab/), which does not state a license. They appear to have originally been part of the [WiX toolset](https://wixtoolset.org).
The `TaskScheduler` DLL is from [this project on CodeProject](https://www.codeproject.com/Articles/2407/A-New-Task-Scheduler-Class-Library-for-NET) and licensed under the [Code Project Open License 1.0](https://www.codeproject.com/info/cpol10.aspx).

BIN
vendor/TaskScheduler.dll vendored Normal file

Binary file not shown.