From e00cbf748df7d3a4c918a129940f5fbee2b6d2bc Mon Sep 17 00:00:00 2001
From: yibo <361071264@qq.com>
Date: Tue, 3 Jul 2018 18:05:42 +0800
Subject: [PATCH] init
---
.gitignore | 7 ++
.../B3ButcherManageToSale.Web.csproj | 98 +++++++++++++++++++
B3ButcherManageToSale.Web/PluginClass.cs | 15 +++
.../Properties/AssemblyInfo.cs | 35 +++++++
B3ButcherManageToSale.sln | 53 ++++++++++
.../B3ButcherManageToSale.csproj | 91 +++++++++++++++++
.../Properties/AssemblyInfo.cs | 37 +++++++
.../plugins/B3ButcherManageToSale.plugin | 23 +++++
8 files changed, 359 insertions(+)
create mode 100644 .gitignore
create mode 100644 B3ButcherManageToSale.Web/B3ButcherManageToSale.Web.csproj
create mode 100644 B3ButcherManageToSale.Web/PluginClass.cs
create mode 100644 B3ButcherManageToSale.Web/Properties/AssemblyInfo.cs
create mode 100644 B3ButcherManageToSale.sln
create mode 100644 B3ButcherManageToSale/B3ButcherManageToSale.csproj
create mode 100644 B3ButcherManageToSale/Properties/AssemblyInfo.cs
create mode 100644 WebFolder/config/plugins/B3ButcherManageToSale.plugin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c294332
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+.*
+*.tmp
+*.user
+*.suo
+bin
+obj
+_ReSharper.B3ButcherManageToSale
\ No newline at end of file
diff --git a/B3ButcherManageToSale.Web/B3ButcherManageToSale.Web.csproj b/B3ButcherManageToSale.Web/B3ButcherManageToSale.Web.csproj
new file mode 100644
index 0000000..5f00be0
--- /dev/null
+++ b/B3ButcherManageToSale.Web/B3ButcherManageToSale.Web.csproj
@@ -0,0 +1,98 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {6193D354-8782-4B81-ADF2-86E07A0ED2C9}
+ Library
+ Properties
+ BWP.Web
+ B3ButcherManageToSale.Web
+ v4.0
+ 512
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\B3ButcherManage.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\B3Frameworks.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\B3Frameworks.Web.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\B3Sale.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\B3System.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\Forks.EnterpriseServices.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\Forks.Utils.dll
+
+
+
+
+
+
+
+
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\TSingSoft.WebControls2.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\Wpf.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\Wpf.System.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\Wpf.System.Web.dll
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/B3ButcherManageToSale.Web/PluginClass.cs b/B3ButcherManageToSale.Web/PluginClass.cs
new file mode 100644
index 0000000..683fb57
--- /dev/null
+++ b/B3ButcherManageToSale.Web/PluginClass.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using TSingSoft.WebPluginFramework;
+
+namespace BWP.Web.Pages
+{
+ public class PluginClass : IPluginClass
+ {
+ public void OnInit()
+ {
+ }
+ }
+}
diff --git a/B3ButcherManageToSale.Web/Properties/AssemblyInfo.cs b/B3ButcherManageToSale.Web/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..b99f5e4
--- /dev/null
+++ b/B3ButcherManageToSale.Web/Properties/AssemblyInfo.cs
@@ -0,0 +1,35 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// 有关程序集的常规信息通过以下
+// 特性集控制。更改这些特性值可修改
+// 与程序集关联的信息。
+[assembly: AssemblyTitle("B3ButcherManageToSale.Web")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("B3ButcherManageToSale.Web")]
+[assembly: AssemblyCopyright("Copyright © 2018")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 将 ComVisible 设置为 false 使此程序集中的类型
+// 对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型,
+// 则将该类型上的 ComVisible 特性设置为 true。
+[assembly: ComVisible(false)]
+
+// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
+[assembly: Guid("538dbf22-a6ae-43fd-bd49-9fdde392e169")]
+
+// 程序集的版本信息由下面四个值组成:
+//
+// 主版本
+// 次版本
+// 生成号
+// 修订号
+//
+// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
+// 方法是按如下所示使用“*”:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
diff --git a/B3ButcherManageToSale.sln b/B3ButcherManageToSale.sln
new file mode 100644
index 0000000..d3ff774
--- /dev/null
+++ b/B3ButcherManageToSale.sln
@@ -0,0 +1,53 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2013
+VisualStudioVersion = 12.0.40629.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "B3ButcherManageToSale", "B3ButcherManageToSale\B3ButcherManageToSale.csproj", "{263F82E2-3A0F-4822-A37E-6A2200AA4685}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "B3ButcherManageToSale.Web", "B3ButcherManageToSale.Web\B3ButcherManageToSale.Web.csproj", "{6193D354-8782-4B81-ADF2-86E07A0ED2C9}"
+EndProject
+Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebFolder(48)", "http://localhost:7369", "{5F5B96DB-50F1-4244-98A2-D0587DC7E219}"
+ ProjectSection(WebsiteProperties) = preProject
+ UseIISExpress = "true"
+ TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
+ Debug.AspNetCompiler.VirtualPath = "/localhost_7369"
+ Debug.AspNetCompiler.PhysicalPath = "WebFolder\"
+ Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_7369\"
+ Debug.AspNetCompiler.Updateable = "true"
+ Debug.AspNetCompiler.ForceOverwrite = "true"
+ Debug.AspNetCompiler.FixedNames = "false"
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.VirtualPath = "/localhost_7369"
+ Release.AspNetCompiler.PhysicalPath = "WebFolder\"
+ Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_7369\"
+ Release.AspNetCompiler.Updateable = "true"
+ Release.AspNetCompiler.ForceOverwrite = "true"
+ Release.AspNetCompiler.FixedNames = "false"
+ Release.AspNetCompiler.Debug = "False"
+ SlnRelativePath = "WebFolder\"
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {263F82E2-3A0F-4822-A37E-6A2200AA4685}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {263F82E2-3A0F-4822-A37E-6A2200AA4685}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {263F82E2-3A0F-4822-A37E-6A2200AA4685}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {263F82E2-3A0F-4822-A37E-6A2200AA4685}.Release|Any CPU.Build.0 = Release|Any CPU
+ {6193D354-8782-4B81-ADF2-86E07A0ED2C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {6193D354-8782-4B81-ADF2-86E07A0ED2C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {6193D354-8782-4B81-ADF2-86E07A0ED2C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {6193D354-8782-4B81-ADF2-86E07A0ED2C9}.Release|Any CPU.Build.0 = Release|Any CPU
+ {5F5B96DB-50F1-4244-98A2-D0587DC7E219}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {5F5B96DB-50F1-4244-98A2-D0587DC7E219}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {5F5B96DB-50F1-4244-98A2-D0587DC7E219}.Release|Any CPU.ActiveCfg = Debug|Any CPU
+ {5F5B96DB-50F1-4244-98A2-D0587DC7E219}.Release|Any CPU.Build.0 = Debug|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/B3ButcherManageToSale/B3ButcherManageToSale.csproj b/B3ButcherManageToSale/B3ButcherManageToSale.csproj
new file mode 100644
index 0000000..27fe9e0
--- /dev/null
+++ b/B3ButcherManageToSale/B3ButcherManageToSale.csproj
@@ -0,0 +1,91 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {263F82E2-3A0F-4822-A37E-6A2200AA4685}
+ Library
+ Properties
+ BWP.B3ButcherManageToSale
+ B3ButcherManageToSale
+ v4.0
+ 512
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\B3ButcherManage.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\B3Frameworks.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\B3Sale.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\B3UnitedInfos.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\Forks.EnterpriseServices.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\Forks.Utils.dll
+
+
+
+
+
+
+
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\TSingSoft.WebControls2.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\Wpf.dll
+
+
+ False
+ ..\..\..\BwpB3Project\tsref\Debug\Wpf.System.dll
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/B3ButcherManageToSale/Properties/AssemblyInfo.cs b/B3ButcherManageToSale/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..e489fc7
--- /dev/null
+++ b/B3ButcherManageToSale/Properties/AssemblyInfo.cs
@@ -0,0 +1,37 @@
+using Forks.EnterpriseServices.DomainObjects2;
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// 有关程序集的常规信息通过以下
+// 特性集控制。更改这些特性值可修改
+// 与程序集关联的信息。
+[assembly: AssemblyTitle("B3ButcherManageToSale")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("B3ButcherManageToSale")]
+[assembly: AssemblyCopyright("Copyright © 2018")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 将 ComVisible 设置为 false 使此程序集中的类型
+// 对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型,
+// 则将该类型上的 ComVisible 特性设置为 true。
+[assembly: ComVisible(false)]
+
+// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
+[assembly: Guid("935515b9-279c-472c-a42e-ee41ff69225e")]
+
+// 程序集的版本信息由下面四个值组成:
+//
+// 主版本
+// 次版本
+// 生成号
+// 修订号
+//
+// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
+// 方法是按如下所示使用“*”:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyMapToTablePrefix("B3ButcherManageToSale_")]
diff --git a/WebFolder/config/plugins/B3ButcherManageToSale.plugin b/WebFolder/config/plugins/B3ButcherManageToSale.plugin
new file mode 100644
index 0000000..c9db575
--- /dev/null
+++ b/WebFolder/config/plugins/B3ButcherManageToSale.plugin
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+