You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/DSCustomerWeb/DSCustomerWeb.csproj

238 lines
11 KiB
XML

<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F52DF026-35C7-4E65-81DE-FA7F038A927D}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DSCustomerWeb</RootNamespace>
<AssemblyName>DSCustomerWeb</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Web.Extensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="System.Web.Mobile" />
</ItemGroup>
<ItemGroup>
<Content Include="Date\calendar.js" />
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="DataAccess\SqlHelper.cs" />
<Compile Include="EntityDA\AccountDA.cs" />
<Compile Include="EntityDA\ActionDA.cs" />
<Compile Include="EntityDA\AmendDA.cs" />
<Compile Include="EntityDA\ChequeBooksDA.cs" />
<Compile Include="EntityDA\ChFeeChequeDA.cs" />
<Compile Include="EntityDA\CodeCtnDispDA.cs" />
<Compile Include="EntityDA\CodeCtnSetDA.cs" />
<Compile Include="EntityDA\CompanyDA.cs" />
<Compile Include="EntityDA\cookies.cs" />
<Compile Include="EntityDA\CRMClientDA.cs" />
<Compile Include="EntityDA\CrmOrderFeeDA.cs" />
<Compile Include="EntityDA\CrmPriceCarrierDA.cs" />
<Compile Include="EntityDA\CrmSeaeorderctnDA.cs" />
<Compile Include="EntityDA\CrmSeaeorderDA.cs" />
<Compile Include="EntityDA\CurrencyDA.cs" />
<Compile Include="EntityDA\DB.cs" />
<Compile Include="EntityDA\EBPricequeryDA.cs" />
<Compile Include="EntityDA\ExchangeRateDA.cs" />
<Compile Include="EntityDA\FeeCodeDA.cs" />
<Compile Include="EntityDA\LogDA.cs" />
<Compile Include="EntityDA\MessageDA.cs" />
<Compile Include="EntityDA\ModuleDA.cs" />
<Compile Include="EntityDA\MoneyConvert.cs" />
<Compile Include="EntityDA\OpBlissueDA.cs" />
<Compile Include="EntityDA\OpStatusDA.cs" />
<Compile Include="EntityDA\OpStatusListDA.cs" />
<Compile Include="EntityDA\RangeDA.cs" />
<Compile Include="EntityDA\ReportDBSourceDA.cs" />
<Compile Include="EntityDA\RoleDA.cs" />
<Compile Include="EntityDA\SeaContainerDA.cs" />
<Compile Include="EntityDA\SeaExportInfoDA.cs" />
<Compile Include="EntityDA\SysDeptDA.cs" />
<Compile Include="EntityDA\TempOpSeaeEdiDA.cs" />
<Compile Include="EntityDA\TopCtnDA.cs" />
<Compile Include="EntityDA\TopSeaeBillmanageDA.cs" />
<Compile Include="EntityDA\T_ALL_DA.cs" />
<Compile Include="EntityDA\UserActionDA.cs" />
<Compile Include="EntityDA\UserAttributeDA.cs" />
<Compile Include="EntityDA\UserAuthorityDA.cs" />
<Compile Include="EntityDA\UserDA.cs" />
<Compile Include="EntityDA\UserLoginStatusDA.cs" />
<Compile Include="EntityDA\UserMessageSettingDA.cs" />
<Compile Include="EntityDA\UserSessionDA.cs" />
<Compile Include="EntityDA\UserSettingDA.cs" />
<Compile Include="Models\AccountEntity.cs" />
<Compile Include="Models\ActionEntity.cs" />
<Compile Include="Models\AmendEntity.cs" />
<Compile Include="Models\BankInfo.cs" />
<Compile Include="Models\ChequeBooksEntity.cs" />
<Compile Include="Models\ChequeConfigEntity.cs" />
<Compile Include="Models\ChequeItemsEntity.cs" />
<Compile Include="Models\ChFeeChequeEntity.cs" />
<Compile Include="Models\CodeCtnDispEntity.cs" />
<Compile Include="Models\CodeCtnSetEntity.cs" />
<Compile Include="Models\ColumnEntity.cs" />
<Compile Include="Models\CompanyEntity.cs" />
<Compile Include="Models\CRMClientEntity.cs" />
<Compile Include="Models\CrmOrderFeeEntity.cs" />
<Compile Include="Models\CrmPriceCarrierEntity.cs" />
<Compile Include="Models\CrmSeaeorderctnEntity.cs" />
<Compile Include="Models\CrmSeaeorderEntity.cs" />
<Compile Include="Models\CurrencyEntity.cs" />
<Compile Include="Models\EBPricequeryEntity.cs" />
<Compile Include="Models\ExchangeRateEntity.cs" />
<Compile Include="Models\FeeCodeEntity.cs" />
<Compile Include="Models\FeeDoEntity.cs" />
<Compile Include="Models\FeeEntity.cs" />
<Compile Include="Models\FeeModifyEntity.cs" />
<Compile Include="Models\FeePayApplicationEntity.cs" />
<Compile Include="Models\FeeProfitEntity.cs" />
<Compile Include="Models\FeeSettlementEntity.cs" />
<Compile Include="Models\FeeTemplateDetailEntity.cs" />
<Compile Include="Models\FeeTemplateEntity.cs" />
<Compile Include="Models\GridColumnEntity.cs" />
<Compile Include="Models\GridEntity.cs" />
<Compile Include="Models\InvoiceApplicationEntity.cs" />
<Compile Include="Models\InvoiceBookEntity.cs" />
<Compile Include="Models\InvoiceBookItemEntity.cs" />
<Compile Include="Models\InvoiceConfigEntity.cs" />
<Compile Include="Models\InvoiceEntity.cs" />
<Compile Include="Models\InvoiceVerificationEntity.cs" />
<Compile Include="Models\JsonAccountEntity.cs" />
<Compile Include="Models\JsonAccountGroupEntity.cs" />
<Compile Include="Models\JsonCodeCtnSetEntity.cs" />
<Compile Include="Models\JsonCodeCtnSetGroupEntity.cs" />
<Compile Include="Models\JsonColumnEntity.cs" />
<Compile Include="Models\JsonColumnGroupEntity.cs" />
<Compile Include="Models\JsonCrmSeaeorderctnEntity.cs" />
<Compile Include="Models\JsonCrmSeaeorderctnGroupEntity.cs" />
<Compile Include="Models\JsonFeeEntity.cs" />
<Compile Include="Models\JsonFeeGroupEntity.cs" />
<Compile Include="Models\JsonOpStatusListEntity.cs" />
<Compile Include="Models\JsonOpStatusListGroupEntity.cs" />
<Compile Include="Models\JsonSysDeptEntity.cs" />
<Compile Include="Models\JsonSysDeptGroupEntity.cs" />
<Compile Include="Models\JsonTopCtnEntity.cs" />
<Compile Include="Models\JsonTopCtnGroupEntity.cs" />
<Compile Include="Models\JSTreeNodeEntity.cs" />
<Compile Include="Models\LogEntity.cs" />
<Compile Include="Models\MessageEntity.cs" />
<Compile Include="Models\MessageTotalEntity.cs" />
<Compile Include="Models\ModuleEntity.cs" />
<Compile Include="Models\OpBlissueEntity.cs" />
<Compile Include="Models\OpStatusEntity.cs" />
<Compile Include="Models\OpStatusListEntity.cs" />
<Compile Include="Models\ReportDBSourceEntity.cs" />
<Compile Include="Models\ReportEntity.cs" />
<Compile Include="Models\RoleEntity.cs" />
<Compile Include="Models\SeaContainerEntity.cs" />
<Compile Include="Models\SysDeptEntity.cs" />
<Compile Include="Models\SystemLogEntity.cs" />
<Compile Include="Models\TempOpSeaeEdiEntity.cs" />
<Compile Include="Models\TopCtnEntity.cs" />
<Compile Include="Models\TopSeaeBillmanageEntity.cs" />
<Compile Include="Models\TopSeaeEntity.cs" />
<Compile Include="Models\TopSeaeMidwayEntity.cs" />
<Compile Include="Models\UserActionEntity.cs" />
<Compile Include="Models\UserAttributeEntity.cs" />
<Compile Include="Models\UserAttributeRefEntity.cs" />
<Compile Include="Models\UserAuthorityEntity.cs" />
<Compile Include="Models\UserAuthorityRangeEntity.cs" />
<Compile Include="Models\UserBaseInfoEntity.cs" />
<Compile Include="Models\UserEntity.cs" />
<Compile Include="Models\UserLoginStatusEntity.cs" />
<Compile Include="Models\UserMessageSettingEntity.cs" />
<Compile Include="Models\UserRefEntity.cs" />
<Compile Include="Models\UserSessionEntity.cs" />
<Compile Include="Models\UserSettingEntity.cs" />
<Compile Include="Models\WorkFlowConditionEntity.cs" />
<Compile Include="Models\WorkFlowDoEntity.cs" />
<Compile Include="Models\WorkFlowEntity.cs" />
<Compile Include="Models\WorkFlowStepEntity.cs" />
<Compile Include="Models\WorkFlowTypeEntity.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DSWebComponent\DSWebComponent.csproj">
<Project>{34447476-60C8-46F1-9794-143EAC52CCB5}</Project>
<Name>DSWebComponent</Name>
</ProjectReference>
<ProjectReference Include="..\JsonHelper\JsonHelper.csproj">
<Project>{D5C23DA9-CAEE-432D-9491-340D9F84B97E}</Project>
<Name>JsonHelper</Name>
</ProjectReference>
<ProjectReference Include="..\WebSqlHelper\WebSqlHelper.csproj">
<Project>{3C60C1DC-A255-4B94-BED9-BB0417908494}</Project>
<Name>WebSqlHelper</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.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>
-->
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>6899</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>