Nuget packages geupdated
This commit is contained in:
@@ -12,16 +12,48 @@
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Syncfusion.Shared.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-18.4460.0.49" newVersion="18.4460.0.49" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-19.4460.0.56" newVersion="19.4460.0.56" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-18.4460.0.49" newVersion="18.4460.0.49" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-19.4460.0.56" newVersion="19.4460.0.56" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Syncfusion.Chart.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-17.2460.0.40" newVersion="17.2460.0.40" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Syncfusion.Shared.Windows" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-19.4460.0.56" newVersion="19.4460.0.56" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Syncfusion.Core.WinForms" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-19.4460.0.56" newVersion="19.4460.0.56" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Syncfusion.DocIO.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-19.4460.0.56" newVersion="19.4460.0.56" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Syncfusion.Compression.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-19.4460.0.56" newVersion="19.4460.0.56" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Syncfusion.OfficeChart.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-19.4460.0.56" newVersion="19.4460.0.56" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Syncfusion.Pdf.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-19.4460.0.56" newVersion="19.4460.0.56" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Syncfusion.Grid.Windows" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-19.4460.0.56" newVersion="19.4460.0.56" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Syncfusion.SpellChecker.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-19.4460.0.56" newVersion="19.4460.0.56" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<userSettings>
|
||||
|
||||
@@ -6,12 +6,18 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
/*
|
||||
*
|
||||
*
|
||||
* 4e 6a 41 77 4e 6a 51 7a 51 44 4d 78 4d 7a 6b 79 5a 54 4d 30 4d 6d 55 7a 4d 47 35 4c 61 32 55 7a 51 31 46 30 52 33 64 46 5a 45 68 35 56 57 74 47 61 7a 5a 30 61 48 70 55 57 69 39 58 64 6b 78 4a 54 32 78 43 62 6b 74 58 52 58 46 57 63 30 5a 73 64 7a 41 39
|
||||
*/
|
||||
namespace SanSystem
|
||||
{
|
||||
class Dongle: IDisposable
|
||||
{
|
||||
uint FirmCode;
|
||||
uint ProductCode;
|
||||
public string SyncfusionKey ="";
|
||||
|
||||
Api cmApi;
|
||||
CmCredential cmCred;
|
||||
@@ -24,11 +30,13 @@ namespace SanSystem
|
||||
{
|
||||
#if !DEBUG
|
||||
this.FirmCode = 103086;
|
||||
this.ProductCode = ProductCode;
|
||||
#else
|
||||
this.FirmCode = 10;
|
||||
this.ProductCode = 1;
|
||||
#endif
|
||||
|
||||
this.ProductCode = ProductCode;
|
||||
|
||||
cmApi = new Api();
|
||||
cmCred = new CmCredential();
|
||||
cmAcc = new CmAccess2();
|
||||
@@ -54,18 +62,35 @@ namespace SanSystem
|
||||
cmBoxInfo = new CmBoxInfo();
|
||||
|
||||
CmGetBoxContentsOption boxOptions = new CmGetBoxContentsOption();
|
||||
boxOptions = CmGetBoxContentsOption.FirmItem;
|
||||
boxOptions = CmGetBoxContentsOption.AllEntries;
|
||||
|
||||
CmBoxEntry2[] tmpBoxContent;
|
||||
|
||||
tmpBoxContent = cmApi.CmGetBoxContents2(hcmse, boxOptions, this.FirmCode, cmBoxInfo);
|
||||
|
||||
CmEntryData[] pCmBoxEntry = (CmEntryData[])cmApi.CmGetInfo(hcmse, CmGetInfoOption.EntryData);
|
||||
|
||||
for(int i = 0; i < pCmBoxEntry.Length; i++)
|
||||
{
|
||||
switch(pCmBoxEntry[i].Ctrl & 0x0ffff)
|
||||
{
|
||||
case (uint)CodeMeter.GlobalEntryOption.ProtectedData:
|
||||
//var s = pCmBoxEntry[i].Data;
|
||||
SyncfusionKey = Encoding.ASCII.GetString(pCmBoxEntry[i].Data);
|
||||
//var len = pCmBoxEntry[i].DataLen;
|
||||
//var stringer = Encoding.ASCII.GetString(s);
|
||||
//Debugger.Break();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
foreach (CmBoxEntry2 boxes in tmpBoxContent)
|
||||
{
|
||||
if (boxes.ProductCode == this.ProductCode)
|
||||
{
|
||||
this.BoxContent = boxes;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
~Dongle()
|
||||
|
||||
@@ -136,7 +136,12 @@ namespace SanSystem
|
||||
|
||||
void LadeRegistry()
|
||||
{
|
||||
|
||||
/*string key = "NjAwNjQzQDMxMzkyZTM0MmUzMG5La2UzQ1F0R3dFZEh5VWtGazZ0aHpUWi9XdkxJT2xCbktXRXFWc0ZsdzA9";
|
||||
byte[] s = Encoding.ASCII.GetBytes(key);
|
||||
var i = BitConverter.ToString(s);
|
||||
Trace.WriteLine(i.ToString());
|
||||
*/
|
||||
|
||||
string keyName = userroot + "\\" + firmkey + "\\" + subkey;
|
||||
|
||||
string lastProjektNummer = "";
|
||||
|
||||
@@ -40,53 +40,56 @@
|
||||
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||
</Reference>
|
||||
<Reference Include="FluentFTP, Version=33.1.3.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\FluentFTP.33.1.3\lib\net45\FluentFTP.dll</HintPath>
|
||||
<Reference Include="FluentFTP, Version=37.0.2.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\FluentFTP.37.0.2\lib\net45\FluentFTP.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Chart.Base, Version=18.4460.0.49, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Chart.Base.18.4.0.49\lib\net46\Syncfusion.Chart.Base.dll</HintPath>
|
||||
<Reference Include="Syncfusion.Chart.Base, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Chart.Base.19.4.0.56\lib\net46\Syncfusion.Chart.Base.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Chart.Windows, Version=18.4460.0.49, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Chart.Windows.18.4.0.49\lib\net46\Syncfusion.Chart.Windows.dll</HintPath>
|
||||
<Reference Include="Syncfusion.Chart.Windows, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Chart.Windows.19.4.0.56\lib\net46\Syncfusion.Chart.Windows.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Core.WinForms, Version=18.4460.0.49, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Core.WinForms.18.4.0.49\lib\net46\Syncfusion.Core.WinForms.dll</HintPath>
|
||||
<Reference Include="Syncfusion.Core.WinForms, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Core.WinForms.19.4.0.56\lib\net46\Syncfusion.Core.WinForms.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Grid.Base, Version=18.4460.0.49, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Grid.Base.18.4.0.49\lib\net46\Syncfusion.Grid.Base.dll</HintPath>
|
||||
<Reference Include="Syncfusion.Grid.Base, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Grid.Base.19.4.0.56\lib\net46\Syncfusion.Grid.Base.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Grid.Windows, Version=18.4460.0.49, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Grid.Windows.18.4.0.49\lib\net46\Syncfusion.Grid.Windows.dll</HintPath>
|
||||
<Reference Include="Syncfusion.Grid.Windows, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Grid.Windows.19.4.0.56\lib\net46\Syncfusion.Grid.Windows.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Grouping.Base, Version=18.4460.0.49, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Grouping.Base.18.4.0.49\lib\net46\Syncfusion.Grouping.Base.dll</HintPath>
|
||||
<Reference Include="Syncfusion.Grouping.Base, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Grouping.Base.19.4.0.56\lib\net46\Syncfusion.Grouping.Base.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Licensing, Version=18.4460.0.49, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Licensing.18.4.0.49\lib\net46\Syncfusion.Licensing.dll</HintPath>
|
||||
<Reference Include="Syncfusion.Licensing, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Licensing.19.4.0.56\lib\net46\Syncfusion.Licensing.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.SfInput.WinForms, Version=18.4460.0.49, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.SfInput.WinForms.18.4.0.49\lib\net46\Syncfusion.SfInput.WinForms.dll</HintPath>
|
||||
<Reference Include="Syncfusion.SfInput.WinForms, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.SfInput.WinForms.19.4.0.56\lib\net46\Syncfusion.SfInput.WinForms.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.SfSpellChecker.WPF, Version=18.4460.0.49, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.SfSpellChecker.WPF.18.4.0.49\lib\net46\Syncfusion.SfSpellChecker.WPF.dll</HintPath>
|
||||
<Reference Include="Syncfusion.SfSpellChecker.WPF, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.SfSpellChecker.WPF.19.4.0.56\lib\net46\Syncfusion.SfSpellChecker.WPF.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Shared.Base, Version=18.4460.0.49, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Shared.Base.18.4.0.49\lib\net46\Syncfusion.Shared.Base.dll</HintPath>
|
||||
<Reference Include="Syncfusion.Shared.Base, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Shared.Base.19.4.0.56\lib\net46\Syncfusion.Shared.Base.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Shared.Windows, Version=18.4460.0.49, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Shared.Windows.18.4.0.49\lib\net46\Syncfusion.Shared.Windows.dll</HintPath>
|
||||
<Reference Include="Syncfusion.Shared.Windows, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Shared.Windows.19.4.0.56\lib\net46\Syncfusion.Shared.Windows.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.SpellChecker.Base, Version=18.4460.0.49, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.SpellChecker.Base.18.4.0.49\lib\net46\Syncfusion.SpellChecker.Base.dll</HintPath>
|
||||
<Reference Include="Syncfusion.Shared.WPF, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Shared.WPF.19.4.0.56\lib\net46\Syncfusion.Shared.WPF.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Tools.Base, Version=18.4460.0.49, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Tools.Base.18.4.0.49\lib\net46\Syncfusion.Tools.Base.dll</HintPath>
|
||||
<Reference Include="Syncfusion.SpellChecker.Base, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.SpellChecker.Base.19.4.0.56\lib\net46\Syncfusion.SpellChecker.Base.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Tools.Windows, Version=18.4460.0.49, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Tools.Windows.18.4.0.49\lib\net46\Syncfusion.Tools.Windows.dll</HintPath>
|
||||
<Reference Include="Syncfusion.Tools.Base, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Tools.Base.19.4.0.56\lib\net46\Syncfusion.Tools.Base.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Tools.Windows, Version=19.4460.0.56, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Syncfusion.Tools.Windows.19.4.0.56\lib\net46\Syncfusion.Tools.Windows.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
|
||||
@@ -1,19 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="FluentFTP" version="33.1.3" targetFramework="net472" />
|
||||
<package id="FluentFTP" version="37.0.2" targetFramework="net472" />
|
||||
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
|
||||
<package id="Syncfusion.Chart.Base" version="18.4.0.49" targetFramework="net472" />
|
||||
<package id="Syncfusion.Chart.Windows" version="18.4.0.49" targetFramework="net472" />
|
||||
<package id="Syncfusion.Core.WinForms" version="18.4.0.49" targetFramework="net472" />
|
||||
<package id="Syncfusion.Grid.Base" version="18.4.0.49" targetFramework="net472" />
|
||||
<package id="Syncfusion.Grid.Windows" version="18.4.0.49" targetFramework="net472" />
|
||||
<package id="Syncfusion.Grouping.Base" version="18.4.0.49" targetFramework="net472" />
|
||||
<package id="Syncfusion.Licensing" version="18.4.0.49" targetFramework="net472" />
|
||||
<package id="Syncfusion.SfInput.WinForms" version="18.4.0.49" targetFramework="net472" />
|
||||
<package id="Syncfusion.SfSpellChecker.WPF" version="18.4.0.49" targetFramework="net472" />
|
||||
<package id="Syncfusion.Shared.Base" version="18.4.0.49" targetFramework="net472" />
|
||||
<package id="Syncfusion.Shared.Windows" version="18.4.0.49" targetFramework="net472" />
|
||||
<package id="Syncfusion.SpellChecker.Base" version="18.4.0.49" targetFramework="net472" />
|
||||
<package id="Syncfusion.Tools.Base" version="18.4.0.49" targetFramework="net472" />
|
||||
<package id="Syncfusion.Tools.Windows" version="18.4.0.49" targetFramework="net472" />
|
||||
<package id="Syncfusion.Chart.Base" version="19.4.0.56" targetFramework="net472" />
|
||||
<package id="Syncfusion.Chart.Windows" version="19.4.0.56" targetFramework="net472" />
|
||||
<package id="Syncfusion.Core.WinForms" version="19.4.0.56" targetFramework="net472" />
|
||||
<package id="Syncfusion.Grid.Base" version="19.4.0.56" targetFramework="net472" />
|
||||
<package id="Syncfusion.Grid.Windows" version="19.4.0.56" targetFramework="net472" />
|
||||
<package id="Syncfusion.Grouping.Base" version="19.4.0.56" targetFramework="net472" />
|
||||
<package id="Syncfusion.Licensing" version="19.4.0.56" targetFramework="net472" />
|
||||
<package id="Syncfusion.SfInput.WinForms" version="19.4.0.56" targetFramework="net472" />
|
||||
<package id="Syncfusion.SfSpellChecker.WPF" version="19.4.0.56" targetFramework="net472" />
|
||||
<package id="Syncfusion.Shared.Base" version="19.4.0.56" targetFramework="net472" />
|
||||
<package id="Syncfusion.Shared.Windows" version="19.4.0.56" targetFramework="net472" />
|
||||
<package id="Syncfusion.Shared.WPF" version="19.4.0.56" targetFramework="net472" />
|
||||
<package id="Syncfusion.SpellChecker.Base" version="19.4.0.56" targetFramework="net472" />
|
||||
<package id="Syncfusion.Tools.Base" version="19.4.0.56" targetFramework="net472" />
|
||||
<package id="Syncfusion.Tools.Windows" version="19.4.0.56" targetFramework="net472" />
|
||||
</packages>
|
||||
Reference in New Issue
Block a user