commit 726bb813458895818460819da9bbf35ffbf4b904 Author: robin Date: Thu Nov 23 10:00:44 2017 +0800 init diff --git a/B3_DongFangWanQi.Web/B3_DongFangWanQi.Web.csproj b/B3_DongFangWanQi.Web/B3_DongFangWanQi.Web.csproj new file mode 100644 index 0000000..349dcec --- /dev/null +++ b/B3_DongFangWanQi.Web/B3_DongFangWanQi.Web.csproj @@ -0,0 +1,111 @@ + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {45605F7D-8A15-43E0-955B-AF22F6FE1B76} + Library + Properties + BWP.Web.Pages + B3_DongFangWanQi.Web + v4.0 + + + 2.0 + + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true + + + + true + full + false + bin\Debug\ + TRACE;DEBUG; + prompt + 4 + AllRules.ruleset + + + pdbonly + true + bin\Release\ + TRACE; + prompt + 4 + AllRules.ruleset + + + + + False + ..\..\..\TsingSoft2\TSREF\Forks.Utils.dll + + + + + + + False + ..\..\..\TsingSoft2\TSREF\TSingSoft.WebControls2.dll + + + + + + + + + + + + {87cf591a-d1d7-4c3c-a890-38cf99b36ff2} + B3_DongFangWanQi + + + + + + + + + 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/B3_DongFangWanQi.Web/PluginClass.cs b/B3_DongFangWanQi.Web/PluginClass.cs new file mode 100644 index 0000000..120a63d --- /dev/null +++ b/B3_DongFangWanQi.Web/PluginClass.cs @@ -0,0 +1,21 @@ +using TSingSoft.WebPluginFramework; + +namespace B3_DongFangWanQi.Web +{ + public class PluginClass : IPluginClass + { + + #region IPluginClass Members + + public void OnInit() + { + } + + public void OnUnitInit() + { + + } + + #endregion + } +} diff --git a/B3_DongFangWanQi.Web/Properties/AssemblyInfo.cs b/B3_DongFangWanQi.Web/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..7c6291d --- /dev/null +++ b/B3_DongFangWanQi.Web/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +// 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("B3_DongFangWanQi.Web")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("BWP")] +[assembly: AssemblyProduct("B3_DongFangWanQi.Web")] +[assembly: AssemblyCopyright("Copyright © BWP 2017")] +[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("3f748e82-6b5f-4b1d-bf06-b72fc85f8f7e")] + +// 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/B3_DongFangWanQi.sln b/B3_DongFangWanQi.sln new file mode 100644 index 0000000..88b2b77 --- /dev/null +++ b/B3_DongFangWanQi.sln @@ -0,0 +1,61 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "B3_DongFangWanQi", "B3_DongFangWanQi\B3_DongFangWanQi.csproj", "{87CF591A-D1D7-4C3C-A890-38CF99B36FF2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "B3_DongFangWanQi.Web", "B3_DongFangWanQi.Web\B3_DongFangWanQi.Web.csproj", "{45605F7D-8A15-43E0-955B-AF22F6FE1B76}" +EndProject +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebFolder", "WebFolder\", "{C734458D-248B-40AE-BBA7-81DD714F59FB}" + ProjectSection(WebsiteProperties) = preProject + TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0" + ProjectReferences = "{45605f7d-8a15-43e0-955b-af22f6fe1b76}|B3_DongFangWanQi.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 + {87CF591A-D1D7-4C3C-A890-38CF99B36FF2}.Debug|.NET.ActiveCfg = Debug|Any CPU + {87CF591A-D1D7-4C3C-A890-38CF99B36FF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {87CF591A-D1D7-4C3C-A890-38CF99B36FF2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {87CF591A-D1D7-4C3C-A890-38CF99B36FF2}.Release|.NET.ActiveCfg = Release|Any CPU + {87CF591A-D1D7-4C3C-A890-38CF99B36FF2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {87CF591A-D1D7-4C3C-A890-38CF99B36FF2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {45605F7D-8A15-43E0-955B-AF22F6FE1B76}.Debug|.NET.ActiveCfg = Debug|Any CPU + {45605F7D-8A15-43E0-955B-AF22F6FE1B76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {45605F7D-8A15-43E0-955B-AF22F6FE1B76}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {45605F7D-8A15-43E0-955B-AF22F6FE1B76}.Release|.NET.ActiveCfg = Release|Any CPU + {45605F7D-8A15-43E0-955B-AF22F6FE1B76}.Release|Any CPU.ActiveCfg = Release|Any CPU + {45605F7D-8A15-43E0-955B-AF22F6FE1B76}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {C734458D-248B-40AE-BBA7-81DD714F59FB}.Debug|.NET.ActiveCfg = Debug|Any CPU + {C734458D-248B-40AE-BBA7-81DD714F59FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C734458D-248B-40AE-BBA7-81DD714F59FB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {C734458D-248B-40AE-BBA7-81DD714F59FB}.Release|.NET.ActiveCfg = Debug|Any CPU + {C734458D-248B-40AE-BBA7-81DD714F59FB}.Release|Any CPU.ActiveCfg = Debug|Any CPU + {C734458D-248B-40AE-BBA7-81DD714F59FB}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/B3_DongFangWanQi/B3_DongFangWanQi.csproj b/B3_DongFangWanQi/B3_DongFangWanQi.csproj new file mode 100644 index 0000000..78ee54d --- /dev/null +++ b/B3_DongFangWanQi/B3_DongFangWanQi.csproj @@ -0,0 +1,111 @@ + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {87CF591A-D1D7-4C3C-A890-38CF99B36FF2} + Library + Properties + B3_DongFangWanQi + B3_DongFangWanQi + v4.0 + + + 2.0 + + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true + + + + true + full + false + bin\Debug\ + TRACE;DEBUG + prompt + 4 + AllRules.ruleset + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + AllRules.ruleset + + + + + False + ..\..\..\TsingSoft2\TSREF\Forks.Utils.dll + + + + + + + False + ..\..\..\TsingSoft2\TSREF\TSingSoft.WebControls2.dll + + + ..\..\..\..\tsref\Debug\Wpf.dll + + + ..\..\..\..\tsref\Debug\Wpf.System.dll + + + False + ..\..\..\..\tsref\Debug\Wpf.System.Web.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/B3_DongFangWanQi/Properties/AssemblyInfo.cs b/B3_DongFangWanQi/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..528206b --- /dev/null +++ b/B3_DongFangWanQi/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("B3_DongFangWanQi")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("BWP")] +[assembly: AssemblyProduct("B3_DongFangWanQi")] +[assembly: AssemblyCopyright("Copyright © BWP 2017-2020")] +[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("51a318c1-7d60-4c38-9770-503cc3cb57c1")] + +// 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("B3_DongFangWanQi_")] + diff --git a/WebFolder/Config/Plugins/B3_DongFangWanQi.Plugin b/WebFolder/Config/Plugins/B3_DongFangWanQi.Plugin new file mode 100644 index 0000000..b8418be --- /dev/null +++ b/WebFolder/Config/Plugins/B3_DongFangWanQi.Plugin @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + +