Browse Source

init

master
robin 8 years ago
commit
84f505b0e2
7 changed files with 401 additions and 0 deletions
  1. +61
    -0
      B3_YunKen.sln
  2. +120
    -0
      BWP.B3_YunKen.Web/BWP.B3_YunKen.Web.csproj
  3. +18
    -0
      BWP.B3_YunKen.Web/PluginClass.cs
  4. +36
    -0
      BWP.B3_YunKen.Web/Properties/AssemblyInfo.cs
  5. +107
    -0
      BWP.B3_YunKen/BWP.B3_YunKen.csproj
  6. +36
    -0
      BWP.B3_YunKen/Properties/AssemblyInfo.cs
  7. +23
    -0
      WebFolder/Config/Plugins/B3_YunKen.Plugin

+ 61
- 0
B3_YunKen.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.B3_YunKen", "BWP.B3_YunKen\BWP.B3_YunKen.csproj", "{42F13AF3-93F9-4BAF-9CC5-8F62802AD378}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BWP.B3_YunKen.Web", "BWP.B3_YunKen.Web\BWP.B3_YunKen.Web.csproj", "{E1923EA0-A58E-407B-B90C-837DAB197495}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebFolder", "WebFolder\", "{E6C7C6E1-BDF9-4687-913A-28D0365EBA18}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
ProjectReferences = "{e1923ea0-a58e-407b-b90c-837dab197495}|BWP.B3_YunKen.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
{42F13AF3-93F9-4BAF-9CC5-8F62802AD378}.Debug|.NET.ActiveCfg = Debug|Any CPU
{42F13AF3-93F9-4BAF-9CC5-8F62802AD378}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42F13AF3-93F9-4BAF-9CC5-8F62802AD378}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{42F13AF3-93F9-4BAF-9CC5-8F62802AD378}.Release|.NET.ActiveCfg = Release|Any CPU
{42F13AF3-93F9-4BAF-9CC5-8F62802AD378}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42F13AF3-93F9-4BAF-9CC5-8F62802AD378}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E1923EA0-A58E-407B-B90C-837DAB197495}.Debug|.NET.ActiveCfg = Debug|Any CPU
{E1923EA0-A58E-407B-B90C-837DAB197495}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1923EA0-A58E-407B-B90C-837DAB197495}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E1923EA0-A58E-407B-B90C-837DAB197495}.Release|.NET.ActiveCfg = Release|Any CPU
{E1923EA0-A58E-407B-B90C-837DAB197495}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1923EA0-A58E-407B-B90C-837DAB197495}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E6C7C6E1-BDF9-4687-913A-28D0365EBA18}.Debug|.NET.ActiveCfg = Debug|Any CPU
{E6C7C6E1-BDF9-4687-913A-28D0365EBA18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6C7C6E1-BDF9-4687-913A-28D0365EBA18}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E6C7C6E1-BDF9-4687-913A-28D0365EBA18}.Release|.NET.ActiveCfg = Debug|Any CPU
{E6C7C6E1-BDF9-4687-913A-28D0365EBA18}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{E6C7C6E1-BDF9-4687-913A-28D0365EBA18}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

+ 120
- 0
BWP.B3_YunKen.Web/BWP.B3_YunKen.Web.csproj View File

@ -0,0 +1,120 @@
<?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>{E1923EA0-A58E-407B-B90C-837DAB197495}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BWP.Web.Pages</RootNamespace>
<AssemblyName>B3_YunKen.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">
<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.B3_YunKen\BWP.B3_YunKen.csproj">
<Project>{42f13af3-93f9-4baf-9cc5-8f62802ad378}</Project>
<Name>BWP.B3_YunKen</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Pages\YunKen\Reports\" />
<Folder Include="Tools\" />
</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>

+ 18
- 0
BWP.B3_YunKen.Web/PluginClass.cs View File

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

+ 36
- 0
BWP.B3_YunKen.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.B3_YunKen.Web")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("BWP")]
[assembly: AssemblyProduct("BWP.B3_YunKen.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("cf45ecde-2e1f-4ba3-a0c4-9bec48dcb175")]
// 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")]

+ 107
- 0
BWP.B3_YunKen/BWP.B3_YunKen.csproj View File

@ -0,0 +1,107 @@
<?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>{42F13AF3-93F9-4BAF-9CC5-8F62802AD378}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BWP.B3_YunKen</RootNamespace>
<AssemblyName>B3_YunKen</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>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="BL\BaseInfo\" />
<Folder Include="BL\Base\" />
<Folder Include="BL\Bill\" />
<Folder Include="BO\BaseInfo\" />
<Folder Include="BO\Base\" />
<Folder Include="BO\Bill\" />
<Folder Include="BO\TreeBaseInfo\" />
<Folder Include="BO\Views\" />
</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.B3_YunKen/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.B3_YunKen")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("BWP")]
[assembly: AssemblyProduct("BWP.B3_YunKen")]
[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("67382818-ef00-4154-95c9-8d60e1b8974d")]
// 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_YunKen_")]

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

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

Loading…
Cancel
Save