commit 24d1c923d95ce8f3f5866c7cffe5a341ff392774
Author: yibo <361071264@qq.com>
Date: Fri Jan 19 08:53:08 2018 +0800
Init
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a42f7ab
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+.*
+*.tmp
+*.suo
+*.user
+obj
+bin
+_ReSharper.B3SubstituteKill
\ No newline at end of file
diff --git a/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj b/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj
new file mode 100644
index 0000000..fab9487
--- /dev/null
+++ b/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj
@@ -0,0 +1,110 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {B26FEBEA-3829-4D68-854D-26DD753F094D}
+ Library
+ Properties
+ BWP.Web
+ B3SubstituteKill.Web
+ v4.0
+ 512
+
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+ true
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ False
+ ..\..\..\..\..\..\BwpB3Project\tsref\Debug\B3Frameworks.Web.dll
+
+
+ False
+ ..\..\..\..\..\..\BwpB3Project\tsref\Debug\B3ProcurementInterface.dll
+
+
+ False
+ ..\..\..\..\..\..\BwpB3Project\tsref\Debug\B3System.dll
+
+
+ False
+ ..\..\..\..\..\..\BwpB3Project\tsref\Debug\Forks.EnterpriseServices.dll
+
+
+ False
+ ..\..\..\..\..\..\BwpB3Project\tsref\Debug\Forks.JsonRpc.Client.dll
+
+
+ False
+ ..\..\..\..\..\..\BwpB3Project\tsref\Debug\Forks.Utils.dll
+
+
+ False
+ ..\..\..\..\..\..\BwpB3Project\tsref\Debug\MainSystem.Web.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
+
+
+
+
+
+
+
+
+ {b5b60a6b-95e6-44e0-b771-69a679a2a7b4}
+ B3SubstituteKill
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/B3SubstituteKill.Web/PluginClass.cs b/B3SubstituteKill.Web/PluginClass.cs
new file mode 100644
index 0000000..aafa93c
--- /dev/null
+++ b/B3SubstituteKill.Web/PluginClass.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using TSingSoft.WebPluginFramework;
+
+namespace BWP.B3SubstituteKill
+{
+ public class PluginClass : IPluginClass
+ {
+ public void OnInit()
+ {
+
+ }
+ }
+}
diff --git a/B3SubstituteKill.Web/Properties/AssemblyInfo.cs b/B3SubstituteKill.Web/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..a67dfad
--- /dev/null
+++ b/B3SubstituteKill.Web/Properties/AssemblyInfo.cs
@@ -0,0 +1,35 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// 有关程序集的常规信息通过以下
+// 特性集控制。更改这些特性值可修改
+// 与程序集关联的信息。
+[assembly: AssemblyTitle("B3SubstituteKill.Web")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("B3SubstituteKill.Web")]
+[assembly: AssemblyCopyright("Copyright © 2018")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 将 ComVisible 设置为 false 使此程序集中的类型
+// 对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型,
+// 则将该类型上的 ComVisible 特性设置为 true。
+[assembly: ComVisible(false)]
+
+// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
+[assembly: Guid("dea62384-2efb-4211-a0a0-6791bf4bd9a8")]
+
+// 程序集的版本信息由下面四个值组成:
+//
+// 主版本
+// 次版本
+// 生成号
+// 修订号
+//
+// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
+// 方法是按如下所示使用“*”:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
diff --git a/B3SubstituteKill.sln b/B3SubstituteKill.sln
new file mode 100644
index 0000000..42ca723
--- /dev/null
+++ b/B3SubstituteKill.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}") = "B3SubstituteKill", "B3SubstituteKill\B3SubstituteKill.csproj", "{B5B60A6B-95E6-44E0-B771-69A679A2A7B4}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "B3SubstituteKill.Web", "B3SubstituteKill.Web\B3SubstituteKill.Web.csproj", "{B26FEBEA-3829-4D68-854D-26DD753F094D}"
+EndProject
+Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebFolder(42)", "http://localhost:1875", "{36A526CD-2856-4882-871B-011F033BEB49}"
+ ProjectSection(WebsiteProperties) = preProject
+ UseIISExpress = "true"
+ TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
+ Debug.AspNetCompiler.VirtualPath = "/localhost_1875"
+ Debug.AspNetCompiler.PhysicalPath = "WebFolder\"
+ Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_1875\"
+ Debug.AspNetCompiler.Updateable = "true"
+ Debug.AspNetCompiler.ForceOverwrite = "true"
+ Debug.AspNetCompiler.FixedNames = "false"
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.VirtualPath = "/localhost_1875"
+ Release.AspNetCompiler.PhysicalPath = "WebFolder\"
+ Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_1875\"
+ 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
+ {B5B60A6B-95E6-44E0-B771-69A679A2A7B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B5B60A6B-95E6-44E0-B771-69A679A2A7B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B5B60A6B-95E6-44E0-B771-69A679A2A7B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B5B60A6B-95E6-44E0-B771-69A679A2A7B4}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B26FEBEA-3829-4D68-854D-26DD753F094D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B26FEBEA-3829-4D68-854D-26DD753F094D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B26FEBEA-3829-4D68-854D-26DD753F094D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B26FEBEA-3829-4D68-854D-26DD753F094D}.Release|Any CPU.Build.0 = Release|Any CPU
+ {36A526CD-2856-4882-871B-011F033BEB49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {36A526CD-2856-4882-871B-011F033BEB49}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {36A526CD-2856-4882-871B-011F033BEB49}.Release|Any CPU.ActiveCfg = Debug|Any CPU
+ {36A526CD-2856-4882-871B-011F033BEB49}.Release|Any CPU.Build.0 = Debug|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/B3SubstituteKill/B3SubstituteKill.csproj b/B3SubstituteKill/B3SubstituteKill.csproj
new file mode 100644
index 0000000..f66c0a8
--- /dev/null
+++ b/B3SubstituteKill/B3SubstituteKill.csproj
@@ -0,0 +1,90 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {B5B60A6B-95E6-44E0-B771-69A679A2A7B4}
+ Library
+ Properties
+ BWP.B3SubstituteKill
+ B3SubstituteKill
+ v4.0
+ 512
+
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+ true
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ False
+ ..\..\..\..\..\..\BwpB3Project\tsref\Debug\B3Frameworks.dll
+
+
+ False
+ ..\..\..\..\..\..\BwpB3Project\tsref\Debug\B3Frameworks.Web.dll
+
+
+ False
+ ..\..\..\..\..\..\BwpB3Project\tsref\Debug\B3ProcurementInterface.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/B3SubstituteKill/Properties/AssemblyInfo.cs b/B3SubstituteKill/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..8a29f9c
--- /dev/null
+++ b/B3SubstituteKill/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("B3SubstituteKill")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("B3SubstituteKill")]
+[assembly: AssemblyCopyright("Copyright © 2018")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 将 ComVisible 设置为 false 使此程序集中的类型
+// 对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型,
+// 则将该类型上的 ComVisible 特性设置为 true。
+[assembly: ComVisible(false)]
+
+// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
+[assembly: Guid("eeb21dab-11a8-47db-88c6-3a6a8c6c1999")]
+
+// 程序集的版本信息由下面四个值组成:
+//
+// 主版本
+// 次版本
+// 生成号
+// 修订号
+//
+// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
+// 方法是按如下所示使用“*”:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyMapToTablePrefix("B3SubstituteKill_")]
+[assembly: ErtAbbr("B3SubstituteKill", "BWP.B3SubstituteKill")]
diff --git a/WebFolder/config/Plugins/B3SubstituteKill.plugin b/WebFolder/config/Plugins/B3SubstituteKill.plugin
new file mode 100644
index 0000000..c086796
--- /dev/null
+++ b/WebFolder/config/Plugins/B3SubstituteKill.plugin
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file