Browse Source

init

master
robin 8 years ago
commit
c7e1fc0804
9 changed files with 380 additions and 0 deletions
  1. +61
    -0
      B3ButcherManageExport.sln
  2. +9
    -0
      BWP.B3ButcherManageExport.Web/B3ButcherManageExport/Class1.cs
  3. +101
    -0
      BWP.B3ButcherManageExport.Web/BWP.B3ButcherManageExport.Web.csproj
  4. +19
    -0
      BWP.B3ButcherManageExport.Web/PluginClass.cs
  5. +36
    -0
      BWP.B3ButcherManageExport.Web/Properties/AssemblyInfo.cs
  6. +9
    -0
      BWP.B3ButcherManageExport/BL/EAS/Class1.cs
  7. +90
    -0
      BWP.B3ButcherManageExport/BWP.B3ButcherManageExport.csproj
  8. +36
    -0
      BWP.B3ButcherManageExport/Properties/AssemblyInfo.cs
  9. +19
    -0
      WebFolder/Config/Plugins/B3ButcherManageExport.Plugin

+ 61
- 0
B3ButcherManageExport.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}") = "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

+ 9
- 0
BWP.B3ButcherManageExport.Web/B3ButcherManageExport/Class1.cs View File

@ -0,0 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BWP.Web.B3ButcherManageExport {
class Class1 {
}
}

+ 101
- 0
BWP.B3ButcherManageExport.Web/BWP.B3ButcherManageExport.Web.csproj View File

@ -0,0 +1,101 @@
<?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>{F54C54C7-16EF-491B-89C3-EEF77339ADB0}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BWP.Web</RootNamespace>
<AssemblyName>B3ButcherManageExport.Web</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<KeyContainerName>BwpApp</KeyContainerName>
</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>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</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>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</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">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\tsref\Debug\Wpf.dll</HintPath>
</Reference>
<Reference Include="Wpf.System, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<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" />
<Compile Include="PluginClass.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BWP.B3ButcherManageExport\BWP.B3ButcherManageExport.csproj">
<Project>{4e3741e7-2e54-487c-8368-25f5c0442668}</Project>
<Name>BWP.B3ButcherManageExport</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="B3ButcherManageExport\" />
</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>

+ 19
- 0
BWP.B3ButcherManageExport.Web/PluginClass.cs View File

@ -0,0 +1,19 @@
using TSingSoft.WebPluginFramework;
namespace BWP.B3ButcherManageExport.Web
{
public class PluginClass : IPluginClass
{
public void OnInit()
{
}
public void OnUnitInit()
{
}
}
}

+ 36
- 0
BWP.B3ButcherManageExport.Web/Properties/AssemblyInfo.cs View File

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

+ 9
- 0
BWP.B3ButcherManageExport/BL/EAS/Class1.cs View File

@ -0,0 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BWP.B3ButcherManageExport.BL.EAS {
class Class1 {
}
}

+ 90
- 0
BWP.B3ButcherManageExport/BWP.B3ButcherManageExport.csproj View File

@ -0,0 +1,90 @@
<?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>{4E3741E7-2E54-487C-8368-25F5C0442668}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BWP.B3ButcherManageExport</RootNamespace>
<AssemblyName>B3ButcherManageExport</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<KeyContainerName>BwpApp</KeyContainerName>
</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>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</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>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</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">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\tsref\Debug\Wpf.dll</HintPath>
</Reference>
<Reference Include="Wpf.System, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\tsref\Debug\Wpf.System.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="BL\EAS\" />
</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
BWP.B3ButcherManageExport/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("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_")]

+ 19
- 0
WebFolder/Config/Plugins/B3ButcherManageExport.Plugin View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" ?>
<Plugin xmlns="http://www.TSingSoft.com/Schemas/WPF.xsd" name="B3ButcherManageExport" displayName="畜类屠宰场导出接口" version="1.0" appVersion="$appVersion" schemaVersion="1.0" pluginClass="BWP.B3ButcherManageExport.Web.PluginClass, B3ButcherManageExport.Web">
<Requires>
</Requires>
<Assemblies>
<File name="B3ButcherManageExport.dll" type="bo bl"/>
<File name="B3ButcherManageExport.Web.dll" type="web"/>
</Assemblies>
<ContentFiles>
</ContentFiles>
<DbResources></DbResources>
<Menus>
</Menus>
<Security>
</Security>
</Plugin>

Loading…
Cancel
Save