commit c7e1fc0804587e05deabff837aa710e5de919973 Author: robin Date: Thu Aug 3 14:44:33 2017 +0800 init diff --git a/B3ButcherManageExport.sln b/B3ButcherManageExport.sln new file mode 100644 index 0000000..3340e2d --- /dev/null +++ b/B3ButcherManageExport.sln @@ -0,0 +1,61 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BWP.B3ButcherManageExport", "BWP.B3ButcherManageExport\BWP.B3ButcherManageExport.csproj", "{4E3741E7-2E54-487C-8368-25F5C0442668}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BWP.B3ButcherManageExport.Web", "BWP.B3ButcherManageExport.Web\BWP.B3ButcherManageExport.Web.csproj", "{F54C54C7-16EF-491B-89C3-EEF77339ADB0}" +EndProject +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebFolder", "WebFolder\", "{39D0464C-5583-4BBE-AF06-8689D70CB3AF}" + ProjectSection(WebsiteProperties) = preProject + TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0" + ProjectReferences = "{f54c54c7-16ef-491b-89c3-eef77339adb0}|BWP.B3ButcherManageExport.Web.dll;" + 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 = "2796" + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4E3741E7-2E54-487C-8368-25F5C0442668}.Debug|.NET.ActiveCfg = Debug|Any CPU + {4E3741E7-2E54-487C-8368-25F5C0442668}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4E3741E7-2E54-487C-8368-25F5C0442668}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {4E3741E7-2E54-487C-8368-25F5C0442668}.Release|.NET.ActiveCfg = Release|Any CPU + {4E3741E7-2E54-487C-8368-25F5C0442668}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4E3741E7-2E54-487C-8368-25F5C0442668}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {F54C54C7-16EF-491B-89C3-EEF77339ADB0}.Debug|.NET.ActiveCfg = Debug|Any CPU + {F54C54C7-16EF-491B-89C3-EEF77339ADB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F54C54C7-16EF-491B-89C3-EEF77339ADB0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {F54C54C7-16EF-491B-89C3-EEF77339ADB0}.Release|.NET.ActiveCfg = Release|Any CPU + {F54C54C7-16EF-491B-89C3-EEF77339ADB0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F54C54C7-16EF-491B-89C3-EEF77339ADB0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {39D0464C-5583-4BBE-AF06-8689D70CB3AF}.Debug|.NET.ActiveCfg = Debug|Any CPU + {39D0464C-5583-4BBE-AF06-8689D70CB3AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {39D0464C-5583-4BBE-AF06-8689D70CB3AF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {39D0464C-5583-4BBE-AF06-8689D70CB3AF}.Release|.NET.ActiveCfg = Debug|Any CPU + {39D0464C-5583-4BBE-AF06-8689D70CB3AF}.Release|Any CPU.ActiveCfg = Debug|Any CPU + {39D0464C-5583-4BBE-AF06-8689D70CB3AF}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/BWP.B3ButcherManageExport.Web/B3ButcherManageExport/Class1.cs b/BWP.B3ButcherManageExport.Web/B3ButcherManageExport/Class1.cs new file mode 100644 index 0000000..a805251 --- /dev/null +++ b/BWP.B3ButcherManageExport.Web/B3ButcherManageExport/Class1.cs @@ -0,0 +1,9 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace BWP.Web.B3ButcherManageExport { + class Class1 { + } +} diff --git a/BWP.B3ButcherManageExport.Web/BWP.B3ButcherManageExport.Web.csproj b/BWP.B3ButcherManageExport.Web/BWP.B3ButcherManageExport.Web.csproj new file mode 100644 index 0000000..8f357f2 --- /dev/null +++ b/BWP.B3ButcherManageExport.Web/BWP.B3ButcherManageExport.Web.csproj @@ -0,0 +1,101 @@ + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {F54C54C7-16EF-491B-89C3-EEF77339ADB0} + Library + Properties + BWP.Web + B3ButcherManageExport.Web + v4.0 + 512 + BwpApp + + + true + full + false + bin\Debug\ + TRACE;DEBUG; + prompt + 4 + true + + + pdbonly + true + bin\Release\ + TRACE; + prompt + 4 + true + + + + + False + ..\..\..\TsingSoft2\TSREF\Forks.Utils.dll + + + + + + + False + ..\..\..\TsingSoft2\TSREF\TSingSoft.WebControls2.dll + + + False + ..\..\..\..\tsref\Debug\Wpf.dll + + + False + ..\..\..\..\tsref\Debug\Wpf.System.dll + + + False + ..\..\..\..\tsref\Debug\Wpf.System.Web.dll + + + + + + + + + {4e3741e7-2e54-487c-8368-25f5c0442668} + BWP.B3ButcherManageExport + + + + + + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + true + + + False + Windows Installer 3.1 + true + + + + + \ No newline at end of file diff --git a/BWP.B3ButcherManageExport.Web/PluginClass.cs b/BWP.B3ButcherManageExport.Web/PluginClass.cs new file mode 100644 index 0000000..9dd7de1 --- /dev/null +++ b/BWP.B3ButcherManageExport.Web/PluginClass.cs @@ -0,0 +1,19 @@ +using TSingSoft.WebPluginFramework; + + +namespace BWP.B3ButcherManageExport.Web +{ + public class PluginClass : IPluginClass + { + + public void OnInit() + { + } + + public void OnUnitInit() + { + + } + + } +} diff --git a/BWP.B3ButcherManageExport.Web/Properties/AssemblyInfo.cs b/BWP.B3ButcherManageExport.Web/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..9660b50 --- /dev/null +++ b/BWP.B3ButcherManageExport.Web/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using TSingSoft.Web.Pages; +using TSingSoft.WebPluginFramework; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("BWP.B3ButcherManageExport.Web")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("BWP")] +[assembly: AssemblyProduct("BWP.B3ButcherManageExport.Web")] +[assembly: AssemblyCopyright("Copyright © BWP 2007")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("f3b55902-3e74-4269-b8c8-90e8cf858b19")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] diff --git a/BWP.B3ButcherManageExport/BL/EAS/Class1.cs b/BWP.B3ButcherManageExport/BL/EAS/Class1.cs new file mode 100644 index 0000000..4e08f06 --- /dev/null +++ b/BWP.B3ButcherManageExport/BL/EAS/Class1.cs @@ -0,0 +1,9 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace BWP.B3ButcherManageExport.BL.EAS { + class Class1 { + } +} diff --git a/BWP.B3ButcherManageExport/BWP.B3ButcherManageExport.csproj b/BWP.B3ButcherManageExport/BWP.B3ButcherManageExport.csproj new file mode 100644 index 0000000..08fff02 --- /dev/null +++ b/BWP.B3ButcherManageExport/BWP.B3ButcherManageExport.csproj @@ -0,0 +1,90 @@ + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {4E3741E7-2E54-487C-8368-25F5C0442668} + Library + Properties + BWP.B3ButcherManageExport + B3ButcherManageExport + v4.0 + 512 + BwpApp + + + true + full + false + bin\Debug\ + TRACE;DEBUG + prompt + 4 + true + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + true + + + + + False + ..\..\..\TsingSoft2\TSREF\Forks.Utils.dll + + + + + + + False + ..\..\..\TsingSoft2\TSREF\TSingSoft.WebControls2.dll + + + False + ..\..\..\..\tsref\Debug\Wpf.dll + + + False + ..\..\..\..\tsref\Debug\Wpf.System.dll + + + + + + + + + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + true + + + False + Windows Installer 3.1 + true + + + + + \ No newline at end of file diff --git a/BWP.B3ButcherManageExport/Properties/AssemblyInfo.cs b/BWP.B3ButcherManageExport/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..d316ab4 --- /dev/null +++ b/BWP.B3ButcherManageExport/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.InteropServices; +using Forks.EnterpriseServices.DomainObjects2; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("BWP.B3ButcherManageExport")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("BWP")] +[assembly: AssemblyProduct("BWP.B3ButcherManageExport")] +[assembly: AssemblyCopyright("Copyright © BWP 2007-2008")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("f9f57cf1-6aa9-4e71-942b-c849da1fcaf9")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyMapToTablePrefix("B3ButcherManageExport_")] + diff --git a/WebFolder/Config/Plugins/B3ButcherManageExport.Plugin b/WebFolder/Config/Plugins/B3ButcherManageExport.Plugin new file mode 100644 index 0000000..61bb397 --- /dev/null +++ b/WebFolder/Config/Plugins/B3ButcherManageExport.Plugin @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + +