From 3859c070e21f91da4d88ead086129f5c380a488d Mon Sep 17 00:00:00 2001
From: robin <3504557@qq,com>
Date: Sun, 21 Oct 2018 16:14:38 +0800
Subject: [PATCH] init
---
B3_QiLianMuGe.Web/B3_QiLianMuGe.Web.csproj | 151 ++++++++++++++++++
B3_QiLianMuGe.Web/PluginClass.cs | 14 ++
B3_QiLianMuGe.Web/Properties/AssemblyInfo.cs | 35 ++++
B3_QiLianMuGe.sln | 51 ++++++
B3_QiLianMuGe/B3_QiLianMuGe.csproj | 143 +++++++++++++++++
B3_QiLianMuGe/Properties/AssemblyInfo.cs | 39 +++++
WebFolder/config/plugins/B3_QiLianMuGe.plugin | 27 ++++
7 files changed, 460 insertions(+)
create mode 100644 B3_QiLianMuGe.Web/B3_QiLianMuGe.Web.csproj
create mode 100644 B3_QiLianMuGe.Web/PluginClass.cs
create mode 100644 B3_QiLianMuGe.Web/Properties/AssemblyInfo.cs
create mode 100644 B3_QiLianMuGe.sln
create mode 100644 B3_QiLianMuGe/B3_QiLianMuGe.csproj
create mode 100644 B3_QiLianMuGe/Properties/AssemblyInfo.cs
create mode 100644 WebFolder/config/plugins/B3_QiLianMuGe.plugin
diff --git a/B3_QiLianMuGe.Web/B3_QiLianMuGe.Web.csproj b/B3_QiLianMuGe.Web/B3_QiLianMuGe.Web.csproj
new file mode 100644
index 0000000..07e3b30
--- /dev/null
+++ b/B3_QiLianMuGe.Web/B3_QiLianMuGe.Web.csproj
@@ -0,0 +1,151 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {A4A04DD3-A3AD-4EE6-9E5D-F56CFADBF5E5}
+ Library
+ Properties
+ BWP.Web
+ B3_QiLianMuGe.Web
+ v4.0
+ 512
+ BwpApp
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ False
+ ..\..\..\tsref\Debug\B3ButcherManage.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\B3Frameworks.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\B3Frameworks.Web.dll
+ False
+
+
+ False
+ ..\..\..\tsref\Debug\B3Sale.dll
+ False
+
+
+ False
+ ..\..\..\tsref\Debug\B3Sale.Web.dll
+ False
+
+
+ False
+ ..\..\..\tsref\Debug\B3SaleInterface.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\B3UnitedInfos.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\Forks.EnterpriseServices.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\Forks.Utils.dll
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\TSingSoft.WebControls2.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\Wpf.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\Wpf.System.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\Wpf.System.Web.dll
+ False
+
+
+
+
+ Customer_version.cs
+
+
+
+
+
+
+
+
+
+ {19FBD9C0-0959-41C9-9698-FFB2AD98CDD3}
+ B3_QiLianMuGe
+
+
+
+
+
\ No newline at end of file
diff --git a/B3_QiLianMuGe.Web/PluginClass.cs b/B3_QiLianMuGe.Web/PluginClass.cs
new file mode 100644
index 0000000..3582418
--- /dev/null
+++ b/B3_QiLianMuGe.Web/PluginClass.cs
@@ -0,0 +1,14 @@
+using BWP.B3Sale;
+using TSingSoft.WebPluginFramework;
+
+
+namespace BWP.B3_QiLianMuGe.Web
+{
+ public class PluginClass : IPluginClass
+ {
+ public void OnInit()
+ {
+ GlobalFlags.On(B3SaleConsts.Flags.IsBinXi);
+ }
+ }
+}
diff --git a/B3_QiLianMuGe.Web/Properties/AssemblyInfo.cs b/B3_QiLianMuGe.Web/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..378db1b
--- /dev/null
+++ b/B3_QiLianMuGe.Web/Properties/AssemblyInfo.cs
@@ -0,0 +1,35 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// 有关程序集的常规信息通过以下
+// 特性集控制。更改这些特性值可修改
+// 与程序集关联的信息。
+[assembly: AssemblyTitle("B3_QiLianMuGe.Web")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("B3_QiLianMuGe.Web")]
+[assembly: AssemblyCopyright("Copyright © 2017")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 将 ComVisible 设置为 false 使此程序集中的类型
+// 对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型,
+// 则将该类型上的 ComVisible 特性设置为 true。
+[assembly: ComVisible(false)]
+
+// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
+[assembly: Guid("df921c39-513f-4d54-9e53-d78ac4d61982")]
+
+// 程序集的版本信息由下面四个值组成:
+//
+// 主版本
+// 次版本
+// 生成号
+// 修订号
+//
+// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
+// 方法是按如下所示使用“*”:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
diff --git a/B3_QiLianMuGe.sln b/B3_QiLianMuGe.sln
new file mode 100644
index 0000000..d65c4d4
--- /dev/null
+++ b/B3_QiLianMuGe.sln
@@ -0,0 +1,51 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "B3_QiLianMuGe", "B3_QiLianMuGe\B3_QiLianMuGe.csproj", "{19FBD9C0-0959-41C9-9698-FFB2AD98CDD3}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "B3_QiLianMuGe.Web", "B3_QiLianMuGe.Web\B3_QiLianMuGe.Web.csproj", "{A4A04DD3-A3AD-4EE6-9E5D-F56CFADBF5E5}"
+EndProject
+Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebFolder", "WebFolder\", "{B8C2731B-BB7E-447A-9196-D1B3E20FB019}"
+ ProjectSection(WebsiteProperties) = preProject
+ TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
+ Debug.AspNetCompiler.VirtualPath = "/WebFolder"
+ Debug.AspNetCompiler.PhysicalPath = "WebFolder\"
+ Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\WebFolder\"
+ Debug.AspNetCompiler.Updateable = "true"
+ Debug.AspNetCompiler.ForceOverwrite = "true"
+ Debug.AspNetCompiler.FixedNames = "false"
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.VirtualPath = "/WebFolder"
+ Release.AspNetCompiler.PhysicalPath = "WebFolder\"
+ Release.AspNetCompiler.TargetPath = "PrecompiledWeb\WebFolder\"
+ Release.AspNetCompiler.Updateable = "true"
+ Release.AspNetCompiler.ForceOverwrite = "true"
+ Release.AspNetCompiler.FixedNames = "false"
+ Release.AspNetCompiler.Debug = "False"
+ VWDPort = "59551"
+ DefaultWebSiteLanguage = "Visual C#"
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {19FBD9C0-0959-41C9-9698-FFB2AD98CDD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {19FBD9C0-0959-41C9-9698-FFB2AD98CDD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {19FBD9C0-0959-41C9-9698-FFB2AD98CDD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {19FBD9C0-0959-41C9-9698-FFB2AD98CDD3}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A4A04DD3-A3AD-4EE6-9E5D-F56CFADBF5E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A4A04DD3-A3AD-4EE6-9E5D-F56CFADBF5E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A4A04DD3-A3AD-4EE6-9E5D-F56CFADBF5E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A4A04DD3-A3AD-4EE6-9E5D-F56CFADBF5E5}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B8C2731B-BB7E-447A-9196-D1B3E20FB019}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B8C2731B-BB7E-447A-9196-D1B3E20FB019}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B8C2731B-BB7E-447A-9196-D1B3E20FB019}.Release|Any CPU.ActiveCfg = Debug|Any CPU
+ {B8C2731B-BB7E-447A-9196-D1B3E20FB019}.Release|Any CPU.Build.0 = Debug|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/B3_QiLianMuGe/B3_QiLianMuGe.csproj b/B3_QiLianMuGe/B3_QiLianMuGe.csproj
new file mode 100644
index 0000000..7c4753c
--- /dev/null
+++ b/B3_QiLianMuGe/B3_QiLianMuGe.csproj
@@ -0,0 +1,143 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {19FBD9C0-0959-41C9-9698-FFB2AD98CDD3}
+ Library
+ Properties
+ B3_QiLianMuGe
+ B3_QiLianMuGe
+ v4.0
+ 512
+ BwpApp
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ False
+ ..\..\..\tsref\Debug\B3ButcherManage.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\B3Frameworks.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\B3Frameworks.Web.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\B3Procurement.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\B3Sale.dll
+ False
+
+
+ False
+ ..\..\..\tsref\Debug\B3SaleInterface.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\B3UnitedInfos.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\Forks.EnterpriseServices.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\Forks.Utils.dll
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\TSingSoft.WebControls2.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\Wpf.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\Wpf.System.dll
+ False
+
+
+ False
+ D:\BwpB3Project\tsref\Debug\Wpf.System.Web.dll
+ False
+
+
+
+
+ Customer_version.cs
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/B3_QiLianMuGe/Properties/AssemblyInfo.cs b/B3_QiLianMuGe/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..e0081de
--- /dev/null
+++ b/B3_QiLianMuGe/Properties/AssemblyInfo.cs
@@ -0,0 +1,39 @@
+using Forks.EnterpriseServices.DomainObjects2;
+using Forks.EnterpriseServices.Ert;
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// 有关程序集的常规信息通过以下
+// 特性集控制。更改这些特性值可修改
+// 与程序集关联的信息。
+[assembly: AssemblyTitle("B3_QiLianMuGe")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("B3_QiLianMuGe")]
+[assembly: AssemblyCopyright("Copyright © 2017")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 将 ComVisible 设置为 false 使此程序集中的类型
+// 对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型,
+// 则将该类型上的 ComVisible 特性设置为 true。
+[assembly: ComVisible(false)]
+
+// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
+[assembly: Guid("281e24d1-31f0-4c73-9e75-8df81a845a5c")]
+
+// 程序集的版本信息由下面四个值组成:
+//
+// 主版本
+// 次版本
+// 生成号
+// 修订号
+//
+// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
+// 方法是按如下所示使用“*”:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyMapToTablePrefix("B3ShengDu_")]
+[assembly: ErtAbbr("B3_QiLianMuGe", "BWP.B3_QiLianMuGe")]
diff --git a/WebFolder/config/plugins/B3_QiLianMuGe.plugin b/WebFolder/config/plugins/B3_QiLianMuGe.plugin
new file mode 100644
index 0000000..b153517
--- /dev/null
+++ b/WebFolder/config/plugins/B3_QiLianMuGe.plugin
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+