From b2fda43b3f26787296bc71096a5f0838cf681d00 Mon Sep 17 00:00:00 2001
From: yibo <361071264@qq.com>
Date: Tue, 21 Aug 2018 15:26:20 +0800
Subject: [PATCH] init
---
.gitignore | 7 ++
.../B3CowButcherManageToSale.Web.csproj | 113 ++++++++++++++++++
B3CowButcherManageToSale.Web/PluginClass.cs | 15 +++
.../Properties/AssemblyInfo.cs | 35 ++++++
B3CowButcherManageToSale.sln | 54 +++++++++
.../B3CowButcherManageToSale.csproj | 92 ++++++++++++++
.../Properties/AssemblyInfo.cs | 37 ++++++
.../Plugins/B3CowButcherManageToSale.Plugin | 25 ++++
8 files changed, 378 insertions(+)
create mode 100644 .gitignore
create mode 100644 B3CowButcherManageToSale.Web/B3CowButcherManageToSale.Web.csproj
create mode 100644 B3CowButcherManageToSale.Web/PluginClass.cs
create mode 100644 B3CowButcherManageToSale.Web/Properties/AssemblyInfo.cs
create mode 100644 B3CowButcherManageToSale.sln
create mode 100644 B3CowButcherManageToSale/B3CowButcherManageToSale.csproj
create mode 100644 B3CowButcherManageToSale/Properties/AssemblyInfo.cs
create mode 100644 WebFolder/Config/Plugins/B3CowButcherManageToSale.Plugin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..229e55a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+.*
+*.tmp
+*.user
+*.suo
+bin
+obj
+_ReSharper.B3CowButcherManageToSale
\ No newline at end of file
diff --git a/B3CowButcherManageToSale.Web/B3CowButcherManageToSale.Web.csproj b/B3CowButcherManageToSale.Web/B3CowButcherManageToSale.Web.csproj
new file mode 100644
index 0000000..650e0db
--- /dev/null
+++ b/B3CowButcherManageToSale.Web/B3CowButcherManageToSale.Web.csproj
@@ -0,0 +1,113 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {B8D17381-F8C2-40CA-94D7-32EE26CBB336}
+ Library
+ Properties
+ BWP.Web
+ B3CowButcherManageToSale.Web
+ v4.0
+ 512
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ False
+ ..\..\..\..\..\..\..\BwpB3Project\tsref\Debug\B3CowButcherManage.dll
+
+
+ False
+ ..\..\..\..\..\..\..\BwpB3Project\tsref\Debug\B3CowButcherManage.Web.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\B3UnitedInfos.dll
+
+
+ False
+ ..\..\..\..\..\..\..\BwpB3Project\tsref\Debug\Forks.EnterpriseServices.dll
+
+
+ False
+ ..\..\..\..\..\..\..\BwpB3Project\tsref\Debug\Forks.Utils.dll
+
+
+ False
+ ..\..\..\..\..\..\..\BwpB3Project\tsref\Debug\Newtonsoft.Json.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/B3CowButcherManageToSale.Web/PluginClass.cs b/B3CowButcherManageToSale.Web/PluginClass.cs
new file mode 100644
index 0000000..683fb57
--- /dev/null
+++ b/B3CowButcherManageToSale.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/B3CowButcherManageToSale.Web/Properties/AssemblyInfo.cs b/B3CowButcherManageToSale.Web/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..fa2ae2b
--- /dev/null
+++ b/B3CowButcherManageToSale.Web/Properties/AssemblyInfo.cs
@@ -0,0 +1,35 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// 有关程序集的常规信息通过以下
+// 特性集控制。更改这些特性值可修改
+// 与程序集关联的信息。
+[assembly: AssemblyTitle("B3CowButcherManageToSale.Web")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("B3CowButcherManageToSale.Web")]
+[assembly: AssemblyCopyright("Copyright © 2018")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 将 ComVisible 设置为 false 使此程序集中的类型
+// 对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型,
+// 则将该类型上的 ComVisible 特性设置为 true。
+[assembly: ComVisible(false)]
+
+// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
+[assembly: Guid("5194dad3-0422-42c5-96be-9a5d2b67a768")]
+
+// 程序集的版本信息由下面四个值组成:
+//
+// 主版本
+// 次版本
+// 生成号
+// 修订号
+//
+// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
+// 方法是按如下所示使用“*”:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
diff --git a/B3CowButcherManageToSale.sln b/B3CowButcherManageToSale.sln
new file mode 100644
index 0000000..c4ee8f3
--- /dev/null
+++ b/B3CowButcherManageToSale.sln
@@ -0,0 +1,54 @@
+
+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}") = "B3CowButcherManageToSale", "B3CowButcherManageToSale\B3CowButcherManageToSale.csproj", "{27FC9D6F-C1C5-434B-BB34-262528819ECB}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "B3CowButcherManageToSale.Web", "B3CowButcherManageToSale.Web\B3CowButcherManageToSale.Web.csproj", "{B8D17381-F8C2-40CA-94D7-32EE26CBB336}"
+EndProject
+Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebFolder(49)", "http://localhost:29299", "{B4C0315C-235E-485E-983A-2CDD715C5B7B}"
+ ProjectSection(WebsiteProperties) = preProject
+ UseIISExpress = "true"
+ TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
+ Debug.AspNetCompiler.VirtualPath = "/localhost_29299"
+ Debug.AspNetCompiler.PhysicalPath = "WebFolder\"
+ Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_29299\"
+ Debug.AspNetCompiler.Updateable = "true"
+ Debug.AspNetCompiler.ForceOverwrite = "true"
+ Debug.AspNetCompiler.FixedNames = "false"
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.VirtualPath = "/localhost_29299"
+ Release.AspNetCompiler.PhysicalPath = "WebFolder\"
+ Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_29299\"
+ Release.AspNetCompiler.Updateable = "true"
+ Release.AspNetCompiler.ForceOverwrite = "true"
+ Release.AspNetCompiler.FixedNames = "false"
+ Release.AspNetCompiler.Debug = "False"
+ SlnRelativePath = "WebFolder\"
+ 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
+ {27FC9D6F-C1C5-434B-BB34-262528819ECB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {27FC9D6F-C1C5-434B-BB34-262528819ECB}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {27FC9D6F-C1C5-434B-BB34-262528819ECB}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {27FC9D6F-C1C5-434B-BB34-262528819ECB}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B8D17381-F8C2-40CA-94D7-32EE26CBB336}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B8D17381-F8C2-40CA-94D7-32EE26CBB336}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B8D17381-F8C2-40CA-94D7-32EE26CBB336}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B8D17381-F8C2-40CA-94D7-32EE26CBB336}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B4C0315C-235E-485E-983A-2CDD715C5B7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B4C0315C-235E-485E-983A-2CDD715C5B7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B4C0315C-235E-485E-983A-2CDD715C5B7B}.Release|Any CPU.ActiveCfg = Debug|Any CPU
+ {B4C0315C-235E-485E-983A-2CDD715C5B7B}.Release|Any CPU.Build.0 = Debug|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/B3CowButcherManageToSale/B3CowButcherManageToSale.csproj b/B3CowButcherManageToSale/B3CowButcherManageToSale.csproj
new file mode 100644
index 0000000..a894c0b
--- /dev/null
+++ b/B3CowButcherManageToSale/B3CowButcherManageToSale.csproj
@@ -0,0 +1,92 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {27FC9D6F-C1C5-434B-BB34-262528819ECB}
+ Library
+ Properties
+ BWP.B3CowButcherManageToSale
+ B3CowButcherManageToSale
+ v4.0
+ 512
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ False
+ ..\..\..\..\..\..\..\BwpB3Project\tsref\Debug\B3CowButcherManage.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/B3CowButcherManageToSale/Properties/AssemblyInfo.cs b/B3CowButcherManageToSale/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..108ad45
--- /dev/null
+++ b/B3CowButcherManageToSale/Properties/AssemblyInfo.cs
@@ -0,0 +1,37 @@
+using Forks.EnterpriseServices.DomainObjects2;
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// 有关程序集的常规信息通过以下
+// 特性集控制。更改这些特性值可修改
+// 与程序集关联的信息。
+[assembly: AssemblyTitle("B3CowButcherManageToSale")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("B3CowButcherManageToSale")]
+[assembly: AssemblyCopyright("Copyright © 2018")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 将 ComVisible 设置为 false 使此程序集中的类型
+// 对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型,
+// 则将该类型上的 ComVisible 特性设置为 true。
+[assembly: ComVisible(false)]
+
+// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
+[assembly: Guid("48deb6f8-6007-4d20-a8a0-41b77b17489f")]
+
+// 程序集的版本信息由下面四个值组成:
+//
+// 主版本
+// 次版本
+// 生成号
+// 修订号
+//
+// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
+// 方法是按如下所示使用“*”:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyMapToTablePrefix("B3CowButcherManageToSale_")]
diff --git a/WebFolder/Config/Plugins/B3CowButcherManageToSale.Plugin b/WebFolder/Config/Plugins/B3CowButcherManageToSale.Plugin
new file mode 100644
index 0000000..b8fa1ab
--- /dev/null
+++ b/WebFolder/Config/Plugins/B3CowButcherManageToSale.Plugin
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+