mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
SharpShell updated to the latest version
This commit is contained in:
parent
f12292ebb0
commit
b0ad282535
@ -31,11 +31,11 @@
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Apex.WinForms, Version=1.6.0.0, Culture=neutral, PublicKeyToken=98d06957926c086d, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SharpShellTools.2.2.1\lib\Apex.WinForms.dll</HintPath>
|
||||
<Reference Include="ServerRegistrationManager, Version=2.6.0.0, Culture=neutral, PublicKeyToken=68bd4561cc3495fc, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\ServerRegistrationManager.2.6.0\lib\net45\ServerRegistrationManager.exe</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SharpShell, Version=2.4.3.0, Culture=neutral, PublicKeyToken=f14dc899472fe6fb, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SharpShell.2.4.3\lib\net40-client\SharpShell.dll</HintPath>
|
||||
<Reference Include="SharpShell, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f14dc899472fe6fb, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SharpShell.2.6.0\lib\net40-client\SharpShell.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="SharpShell" version="2.4.3" targetFramework="net45" />
|
||||
<package id="SharpShellTools" version="2.2.1" targetFramework="net45" />
|
||||
<package id="ServerRegistrationManager" version="2.6.0" targetFramework="net45" />
|
||||
<package id="SharpShell" version="2.6.0" targetFramework="net45" />
|
||||
</packages>
|
Loading…
Reference in New Issue
Block a user