Browse Source

init

master
robin 8 years ago
commit
726bb81345
7 changed files with 396 additions and 0 deletions
  1. +111
    -0
      B3_DongFangWanQi.Web/B3_DongFangWanQi.Web.csproj
  2. +21
    -0
      B3_DongFangWanQi.Web/PluginClass.cs
  3. +33
    -0
      B3_DongFangWanQi.Web/Properties/AssemblyInfo.cs
  4. +61
    -0
      B3_DongFangWanQi.sln
  5. +111
    -0
      B3_DongFangWanQi/B3_DongFangWanQi.csproj
  6. +36
    -0
      B3_DongFangWanQi/Properties/AssemblyInfo.cs
  7. +23
    -0
      WebFolder/Config/Plugins/B3_DongFangWanQi.Plugin

+ 111
- 0
B3_DongFangWanQi.Web/B3_DongFangWanQi.Web.csproj View File

@ -0,0 +1,111 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{45605F7D-8A15-43E0-955B-AF22F6FE1B76}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BWP.Web.Pages</RootNamespace>
<AssemblyName>B3_DongFangWanQi.Web</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Forks.EnterpriseServices, Version=3.1.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" />
<Reference Include="Forks.Utils, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6911f69af04f1ecb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\TsingSoft2\TSREF\Forks.Utils.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="TSingSoft.WebControls2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=2d003d348dae6330, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\TsingSoft2\TSREF\TSingSoft.WebControls2.dll</HintPath>
</Reference>
<Reference Include="Wpf, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" />
<Reference Include="Wpf.System, Version=1.2.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" />
<Reference Include="Wpf.System.Web, Version=1.2.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PluginClass.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\B3_DongFangWanQi\B3_DongFangWanQi.csproj">
<Project>{87cf591a-d1d7-4c3c-a890-38cf99b36ff2}</Project>
<Name>B3_DongFangWanQi</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Tools\" />
<Folder Include="Utils\" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

+ 21
- 0
B3_DongFangWanQi.Web/PluginClass.cs View File

@ -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
}
}

+ 33
- 0
B3_DongFangWanQi.Web/Properties/AssemblyInfo.cs View File

@ -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")]

+ 61
- 0
B3_DongFangWanQi.sln View File

@ -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

+ 111
- 0
B3_DongFangWanQi/B3_DongFangWanQi.csproj View File

@ -0,0 +1,111 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{87CF591A-D1D7-4C3C-A890-38CF99B36FF2}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>B3_DongFangWanQi</RootNamespace>
<AssemblyName>B3_DongFangWanQi</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Forks.EnterpriseServices, Version=3.1.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" />
<Reference Include="Forks.Utils, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6911f69af04f1ecb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\TsingSoft2\TSREF\Forks.Utils.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="TSingSoft.WebControls2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=2d003d348dae6330, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\TsingSoft2\TSREF\TSingSoft.WebControls2.dll</HintPath>
</Reference>
<Reference Include="Wpf, Version=1.2.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL">
<HintPath>..\..\..\..\tsref\Debug\Wpf.dll</HintPath>
</Reference>
<Reference Include="Wpf.System, Version=1.2.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL">
<HintPath>..\..\..\..\tsref\Debug\Wpf.System.dll</HintPath>
</Reference>
<Reference Include="Wpf.System.Web, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\tsref\Debug\Wpf.System.Web.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="BL\" />
<Folder Include="BO\Bill\" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

+ 36
- 0
B3_DongFangWanQi/Properties/AssemblyInfo.cs View File

@ -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_")]

+ 23
- 0
WebFolder/Config/Plugins/B3_DongFangWanQi.Plugin View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" ?>
<Plugin xmlns="http://www.TSingSoft.com/Schemas/WPF.xsd" name="东方万旗" displayName="B3_DongFangWanQi" version="1.0" appVersion="$appVersion" schemaVersion="1.0" pluginClass="B3_DongFangWanQi.Web.PluginClass, B3_DongFangWanQi.Web">
<Requires>
</Requires>
<Assemblies>
<File name="BWP.B3_DongFangWanQi.dll" type="bo bl"/>
<File name="BWP.B3_DongFangWanQi.Web.dll" type="web"/>
</Assemblies>
<ContentFiles>
</ContentFiles>
<DbResources></DbResources>
<Profiles>
</Profiles>
<Security>
</Security>
<Menus>
</Menus>
</Plugin>

Loading…
Cancel
Save