From a69f52822048cf04741ab4540591ba3a2b475dd6 Mon Sep 17 00:00:00 2001 From: liangkun Date: Tue, 8 Nov 2022 09:07:11 +0800 Subject: [PATCH] . --- .../Form1.Designer.cs | 163 ------------------ .../Quanjiang.DigitalScholl.License/Form1.cs | 45 ----- .../Form1.resx | 132 -------------- .../Program.cs | 21 --- .../Properties/AssemblyInfo.cs | 36 ---- .../Properties/Resources.Designer.cs | 63 ------- .../Properties/Resources.resx | 117 ------------- .../Properties/Settings.Designer.cs | 26 --- .../Properties/Settings.settings | 7 - .../Quanjiang.DigitalScholl.License.csproj | 102 ----------- .../app.config | 12 -- .../packages.config | 4 - .../西昌单校区版V3.0.sln | 40 +---- 13 files changed, 1 insertion(+), 767 deletions(-) delete mode 100644 Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Form1.Designer.cs delete mode 100644 Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Form1.cs delete mode 100644 Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Form1.resx delete mode 100644 Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Program.cs delete mode 100644 Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/AssemblyInfo.cs delete mode 100644 Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Resources.Designer.cs delete mode 100644 Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Resources.resx delete mode 100644 Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Settings.Designer.cs delete mode 100644 Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Settings.settings delete mode 100644 Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Quanjiang.DigitalScholl.License.csproj delete mode 100644 Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/app.config delete mode 100644 Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/packages.config diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Form1.Designer.cs b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Form1.Designer.cs deleted file mode 100644 index fe9f8f32a..000000000 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Form1.Designer.cs +++ /dev/null @@ -1,163 +0,0 @@ -namespace Quanjiang.DigitalScholl.License -{ - partial class Form1 - { - /// - /// 必需的设计器变量。 - /// - private System.ComponentModel.IContainer components = null; - - /// - /// 清理所有正在使用的资源。 - /// - /// 如果应释放托管资源,为 true;否则为 false。 - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows 窗体设计器生成的代码 - - /// - /// 设计器支持所需的方法 - 不要修改 - /// 使用代码编辑器修改此方法的内容。 - /// - private void InitializeComponent() - { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.richTextBox1 = new System.Windows.Forms.RichTextBox(); - this.cbenabledtp = new System.Windows.Forms.CheckBox(); - this.dtpenddate = new System.Windows.Forms.DateTimePicker(); - this.tbmachine = new System.Windows.Forms.TextBox(); - this.tblicensecode = new System.Windows.Forms.TextBox(); - this.btgenerate = new System.Windows.Forms.Button(); - this.SuspendLayout(); - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label1.Location = new System.Drawing.Point(28, 33); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(82, 24); - this.label1.TabIndex = 0; - this.label1.Text = "机器码"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label2.Location = new System.Drawing.Point(28, 110); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(106, 24); - this.label2.TabIndex = 1; - this.label2.Text = "有效期至"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label3.Location = new System.Drawing.Point(28, 167); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(82, 24); - this.label3.TabIndex = 2; - this.label3.Text = "注册码"; - // - // richTextBox1 - // - this.richTextBox1.Location = new System.Drawing.Point(32, 307); - this.richTextBox1.Name = "richTextBox1"; - this.richTextBox1.Size = new System.Drawing.Size(735, 131); - this.richTextBox1.TabIndex = 3; - this.richTextBox1.Text = resources.GetString("richTextBox1.Text"); - // - // cbenabledtp - // - this.cbenabledtp.AutoSize = true; - this.cbenabledtp.Location = new System.Drawing.Point(481, 117); - this.cbenabledtp.Name = "cbenabledtp"; - this.cbenabledtp.Size = new System.Drawing.Size(72, 16); - this.cbenabledtp.TabIndex = 4; - this.cbenabledtp.Text = "是否限时"; - this.cbenabledtp.UseVisualStyleBackColor = true; - // - // dtpenddate - // - this.dtpenddate.Location = new System.Drawing.Point(163, 112); - this.dtpenddate.Name = "dtpenddate"; - this.dtpenddate.Size = new System.Drawing.Size(200, 21); - this.dtpenddate.TabIndex = 5; - // - // tbmachine - // - this.tbmachine.Location = new System.Drawing.Point(163, 33); - this.tbmachine.Multiline = true; - this.tbmachine.Name = "tbmachine"; - this.tbmachine.Size = new System.Drawing.Size(390, 59); - this.tbmachine.TabIndex = 6; - // - // tblicensecode - // - this.tblicensecode.Location = new System.Drawing.Point(163, 167); - this.tblicensecode.Multiline = true; - this.tblicensecode.Name = "tblicensecode"; - this.tblicensecode.Size = new System.Drawing.Size(390, 125); - this.tblicensecode.TabIndex = 7; - // - // btgenerate - // - this.btgenerate.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.btgenerate.Location = new System.Drawing.Point(636, 110); - this.btgenerate.Name = "btgenerate"; - this.btgenerate.Size = new System.Drawing.Size(79, 81); - this.btgenerate.TabIndex = 8; - this.btgenerate.Text = "授权"; - this.btgenerate.UseVisualStyleBackColor = true; - this.btgenerate.Click += new System.EventHandler(this.btgenerate_Click); - // - // Form1 - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(800, 450); - this.Controls.Add(this.btgenerate); - this.Controls.Add(this.tblicensecode); - this.Controls.Add(this.tbmachine); - this.Controls.Add(this.dtpenddate); - this.Controls.Add(this.cbenabledtp); - this.Controls.Add(this.richTextBox1); - this.Controls.Add(this.label3); - this.Controls.Add(this.label2); - this.Controls.Add(this.label1); - this.MaximizeBox = false; - this.MinimizeBox = false; - this.Name = "Form1"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "数字化校园3.0授权器"; - this.Load += new System.EventHandler(this.Form1_Load); - this.ResumeLayout(false); - this.PerformLayout(); - - } - - #endregion - - private System.Windows.Forms.Label label1; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.Label label3; - private System.Windows.Forms.RichTextBox richTextBox1; - private System.Windows.Forms.CheckBox cbenabledtp; - private System.Windows.Forms.DateTimePicker dtpenddate; - private System.Windows.Forms.TextBox tbmachine; - private System.Windows.Forms.TextBox tblicensecode; - private System.Windows.Forms.Button btgenerate; - } -} - diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Form1.cs b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Form1.cs deleted file mode 100644 index 9c79115e1..000000000 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Form1.cs +++ /dev/null @@ -1,45 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Windows.Forms; -using Learun.Util; - -namespace Quanjiang.DigitalScholl.License -{ - public partial class Form1 : Form - { - public Form1() - { - InitializeComponent(); - } - - private void Form1_Load(object sender, EventArgs e) - { - - } - - private void btgenerate_Click(object sender, EventArgs e) - { - StringBuilder machinelic =new StringBuilder(); - if (tbmachine.Text!="") - { - machinelic.Append(Md5Helper.Encrypt(tbmachine.Text,16)); - machinelic.Append("&"); - if (cbenabledtp.Checked) - { - machinelic.Append(dtpenddate.Value.ToString("yyyy-MM-dd")); - } - string desstr = DESEncrypt.Encrypt(machinelic.ToString(), "bjquanjiang@2020!@lckey" + Md5Helper.Encrypt(tbmachine.Text, 32)); - tblicensecode.Text = desstr; - } - else - { - MessageBox.Show("请填写机器码"); - } - } - } -} diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Form1.resx b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Form1.resx deleted file mode 100644 index 351d5e230..000000000 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Form1.resx +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 说明: -1.首先部署好数字化校园3.0主程序,浏览器打开:http://部署地址/ShowRegister -2.运行授权器,将上一步得到的机器码填写至注册器机器码文本框内。 -3.如果有使用期限,选择好到期时间,如果没有使用期限,请将限时复选框去掉。 -4.点击授权按钮,将生成的注册码复制到部署机器的http://部署地址/ShowRegister界面注册码内,并点击授权按钮。 -5.重新运行部署的数字化校园。 -6.!!!!严重警告!!!!此软件禁止放在部署机上!!!!此软件严禁外传!!!! - - - True - - \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Program.cs b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Program.cs deleted file mode 100644 index e29f5abd6..000000000 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Program.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Windows.Forms; - -namespace Quanjiang.DigitalScholl.License -{ - static class Program - { - /// - /// 应用程序的主入口点。 - /// - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new Form1()); - } - } -} diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/AssemblyInfo.cs b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/AssemblyInfo.cs deleted file mode 100644 index 646015b7b..000000000 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// 有关程序集的一般信息由以下 -// 控制。更改这些特性值可修改 -// 与程序集关联的信息。 -[assembly: AssemblyTitle("Quanjiang.DigitalScholl.License")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Quanjiang.DigitalScholl.License")] -[assembly: AssemblyCopyright("Copyright © 2019")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// 将 ComVisible 设置为 false 会使此程序集中的类型 -//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型 -//请将此类型的 ComVisible 特性设置为 true。 -[assembly: ComVisible(false)] - -// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID -[assembly: Guid("225506ac-c5dc-4dc8-b453-cc2341876df5")] - -// 程序集的版本信息由下列四个值组成: -// -// 主版本 -// 次版本 -// 生成号 -// 修订号 -// -// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 -// 方法是按如下所示使用“*”: : -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Resources.Designer.cs b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Resources.Designer.cs deleted file mode 100644 index 97cb121b8..000000000 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Resources.Designer.cs +++ /dev/null @@ -1,63 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 此代码由工具生成。 -// 运行时版本:4.0.30319.42000 -// -// 对此文件的更改可能会导致不正确的行为,并且如果 -// 重新生成代码,这些更改将会丢失。 -// -//------------------------------------------------------------------------------ - -namespace Quanjiang.DigitalScholl.License.Properties { - using System; - - - /// - /// 一个强类型的资源类,用于查找本地化的字符串等。 - /// - // 此类是由 StronglyTypedResourceBuilder - // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 - // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen - // (以 /str 作为命令选项),或重新生成 VS 项目。 - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// 返回此类使用的缓存的 ResourceManager 实例。 - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Quanjiang.DigitalScholl.License.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// 重写当前线程的 CurrentUICulture 属性 - /// 重写当前线程的 CurrentUICulture 属性。 - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - } -} diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Resources.resx b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Resources.resx deleted file mode 100644 index af7dbebba..000000000 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Resources.resx +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Settings.Designer.cs b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Settings.Designer.cs deleted file mode 100644 index 5430503d3..000000000 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Settings.Designer.cs +++ /dev/null @@ -1,26 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 此代码由工具生成。 -// 运行时版本:4.0.30319.42000 -// -// 对此文件的更改可能会导致不正确的行为,并且如果 -// 重新生成代码,这些更改将会丢失。 -// -//------------------------------------------------------------------------------ - -namespace Quanjiang.DigitalScholl.License.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { - - private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default { - get { - return defaultInstance; - } - } - } -} diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Settings.settings b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Settings.settings deleted file mode 100644 index 39645652a..000000000 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Properties/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Quanjiang.DigitalScholl.License.csproj b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Quanjiang.DigitalScholl.License.csproj deleted file mode 100644 index dd464a9f2..000000000 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/Quanjiang.DigitalScholl.License.csproj +++ /dev/null @@ -1,102 +0,0 @@ - - - - - Debug - AnyCPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5} - WinExe - Quanjiang.DigitalScholl.License - Quanjiang.DigitalScholl.License - v4.6.1 - 512 - true - - - - - - - - - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - - - - - - - - - - - - - Form - - - Form1.cs - - - - - Form1.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - True - - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - - {cf8ae293-88ab-436c-9720-a8386ba5d7b7} - Learun.Util - - - - - - - - \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/app.config b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/app.config deleted file mode 100644 index eee599518..000000000 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/app.config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/packages.config b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/packages.config deleted file mode 100644 index 24c859760..000000000 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.License/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/西昌单校区版V3.0.sln b/Learun.Framework.Ultimate V7/西昌单校区版V3.0.sln index 926013aee..9aab000c1 100644 --- a/Learun.Framework.Ultimate V7/西昌单校区版V3.0.sln +++ b/Learun.Framework.Ultimate V7/西昌单校区版V3.0.sln @@ -94,8 +94,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Learun.Application.AppMagag EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quanjiang.DigitalScholl.DataSync", "Quanjiang.DigitalScholl.DataSync\Quanjiang.DigitalScholl.DataSync.csproj", "{204591FF-24CB-437D-B7F0-3C656D6D7853}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quanjiang.DigitalScholl.License", "Quanjiang.DigitalScholl.License\Quanjiang.DigitalScholl.License.csproj", "{225506AC-C5DC-4DC8-B453-CC2341876DF5}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quanjiang.DigitalScholl.WebLicense", "Quanjiang.DigitalScholl.WebLicense\Quanjiang.DigitalScholl.WebLicense.csproj", "{4D841EAD-3FD8-4FAC-BC67-C4CE6C0D1181}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quanjiang.DigitalScholl.PushNotifications", "Quanjiang.DigitalScholl.PushNotifications\Quanjiang.DigitalScholl.PushNotifications.csproj", "{0302BC64-29D2-422E-ABCA-EFF7BCFB46B8}" @@ -1230,42 +1228,6 @@ Global {204591FF-24CB-437D-B7F0-3C656D6D7853}.Release|Windows-x64.Build.0 = Release|Any CPU {204591FF-24CB-437D-B7F0-3C656D6D7853}.Release|Windows-x86.ActiveCfg = Release|Any CPU {204591FF-24CB-437D-B7F0-3C656D6D7853}.Release|Windows-x86.Build.0 = Release|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Debug|Android.ActiveCfg = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Debug|Android.Build.0 = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Debug|iOS.ActiveCfg = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Debug|iOS.Build.0 = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Debug|Windows-ARM.ActiveCfg = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Debug|Windows-ARM.Build.0 = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Debug|Windows-x64.ActiveCfg = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Debug|Windows-x64.Build.0 = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Debug|Windows-x86.ActiveCfg = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Debug|Windows-x86.Build.0 = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Development|Android.ActiveCfg = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Development|Android.Build.0 = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Development|Any CPU.ActiveCfg = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Development|Any CPU.Build.0 = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Development|iOS.ActiveCfg = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Development|iOS.Build.0 = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Development|Windows-ARM.ActiveCfg = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Development|Windows-ARM.Build.0 = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Development|Windows-x64.ActiveCfg = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Development|Windows-x64.Build.0 = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Development|Windows-x86.ActiveCfg = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Development|Windows-x86.Build.0 = Debug|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Release|Android.ActiveCfg = Release|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Release|Android.Build.0 = Release|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Release|Any CPU.Build.0 = Release|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Release|iOS.ActiveCfg = Release|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Release|iOS.Build.0 = Release|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Release|Windows-ARM.ActiveCfg = Release|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Release|Windows-ARM.Build.0 = Release|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Release|Windows-x64.ActiveCfg = Release|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Release|Windows-x64.Build.0 = Release|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Release|Windows-x86.ActiveCfg = Release|Any CPU - {225506AC-C5DC-4DC8-B453-CC2341876DF5}.Release|Windows-x86.Build.0 = Release|Any CPU {4D841EAD-3FD8-4FAC-BC67-C4CE6C0D1181}.Debug|Android.ActiveCfg = Debug|Any CPU {4D841EAD-3FD8-4FAC-BC67-C4CE6C0D1181}.Debug|Android.Build.0 = Debug|Any CPU {4D841EAD-3FD8-4FAC-BC67-C4CE6C0D1181}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -1713,7 +1675,7 @@ Global {E05A2B9A-A939-450F-9A44-A8B3201D055A} = {ED258CD0-0A0C-490B-9D8F-B4CEC4467251} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.0\lib\NET35 SolutionGuid = {968C278F-4142-4DFF-96B0-B3D70A649451} + EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.0\lib\NET35 EndGlobalSection EndGlobal