Basf_FCL/FCL/BLL/BLL.csproj

190 lines
9.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{BBC7282A-9E2B-4BD6-9C6D-333CEFC6F332}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BLL</RootNamespace>
<AssemblyName>BLL</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\packages\Portable.BouncyCastle.1.8.9\lib\net40\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="FineUIPro, Version=5.3.0.1, Culture=neutral, PublicKeyToken=9cbe753c029f291a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\FineUIPro\FineUIPro.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=1.3.2.10, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\packages\SharpZipLib.1.3.2\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="Microsoft.SQLServer.ManagedDTS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Lib\Microsoft.SQLServer.ManagedDTS.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NPOI, Version=2.5.5.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
<HintPath>..\packages\NPOI.2.5.5\lib\net45\NPOI.dll</HintPath>
</Reference>
<Reference Include="NPOI.OOXML, Version=2.5.5.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
<HintPath>..\packages\NPOI.2.5.5\lib\net45\NPOI.OOXML.dll</HintPath>
</Reference>
<Reference Include="NPOI.OpenXml4Net, Version=2.5.5.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
<HintPath>..\packages\NPOI.2.5.5\lib\net45\NPOI.OpenXml4Net.dll</HintPath>
</Reference>
<Reference Include="NPOI.OpenXmlFormats, Version=2.5.5.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
<HintPath>..\packages\NPOI.2.5.5\lib\net45\NPOI.OpenXmlFormats.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data.Linq" />
<Reference Include="System.DirectoryServices" />
<Reference Include="System.Drawing" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="System.Management" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Web" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.Web.DataVisualization" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="APIService\APIFCLService.cs" />
<Compile Include="APIService\SyncUserInfoService.cs" />
<Compile Include="BaseInfo\ContractorService.cs" />
<Compile Include="BaseInfo\CurrencyService.cs" />
<Compile Include="BaseInfo\DepartService.cs" />
<Compile Include="BaseInfo\DisciplineCategoryService.cs" />
<Compile Include="BaseInfo\DisciplineService.cs" />
<Compile Include="BaseInfo\FileTypeService.cs" />
<Compile Include="BaseInfo\FOTypeService.cs" />
<Compile Include="BaseInfo\ItemService.cs" />
<Compile Include="BaseInfo\PriceSchemeService.cs" />
<Compile Include="BaseInfo\TaxRateService.cs" />
<Compile Include="BaseInfo\TemplateTypeService.cs" />
<Compile Include="BaseInfo\TypeService.cs" />
<Compile Include="Common\AccessTokenModel.cs" />
<Compile Include="Common\AttachFileService.cs" />
<Compile Include="Common\ChartControlService.cs" />
<Compile Include="Common\ConstValue.cs" />
<Compile Include="Common\HashtableHelper.cs" />
<Compile Include="Common\HttpHelper.cs" />
<Compile Include="Common\JsonHelper.cs" />
<Compile Include="Common\MailHelper.cs" />
<Compile Include="Common\NPOIHelper.cs" />
<Compile Include="Common\ReportPrint\Common_ReportPrintService.cs" />
<Compile Include="Common\SqlBulkHelper.cs" />
<Compile Include="Common\TemplateHelper.cs" />
<Compile Include="Common\UploadAttachmentService.cs" />
<Compile Include="Common\CommonService.cs" />
<Compile Include="Common\Const.cs" />
<Compile Include="CPT\CPTListService.cs" />
<Compile Include="CPT\SESReportToCPTService.cs" />
<Compile Include="DropListService.cs" />
<Compile Include="DynamicTHeaderHepler.cs" />
<Compile Include="ErrLogInfo.cs" />
<Compile Include="FriendlyException.cs" />
<Compile Include="Funs.cs" />
<Compile Include="JsonHelper.cs" />
<Compile Include="MethodRefelect.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SendEmailService.cs" />
<Compile Include="SendEmail\EmailUser.cs" />
<Compile Include="SendEmail\SendEmailTemplateService.cs" />
<Compile Include="SessionName.cs" />
<Compile Include="SES\ContractManagementService.cs" />
<Compile Include="SES\CTSalesContractManagementService.cs" />
<Compile Include="SES\CTSalesContractsService.cs" />
<Compile Include="SES\CTSalesSignedContractsService.cs" />
<Compile Include="SES\FCListService.cs" />
<Compile Include="SES\OneTimeContractManagementService.cs" />
<Compile Include="SES\OneTimeContractsService.cs" />
<Compile Include="SES\OneTimeSignedContractsService.cs" />
<Compile Include="SES\PunishmentService.cs" />
<Compile Include="SES\SESRelatedDataService.cs" />
<Compile Include="SES\SESReportService.cs" />
<Compile Include="SES\SignedContractsService.cs" />
<Compile Include="SES\SSRService.cs" />
<Compile Include="SES\StandardTemplateService.cs" />
<Compile Include="SoftRegeditService.cs" />
<Compile Include="SQLHelper.cs" />
<Compile Include="Common\UploadFileService.cs" />
<Compile Include="SysManage\Sys_ButtonPowerService.cs" />
<Compile Include="SysManage\Sys_LogService.cs" />
<Compile Include="SysManage\Sys_RolePowerService.cs" />
<Compile Include="SysManage\Sys_RoleService.cs" />
<Compile Include="SysManage\Sys_SetService.cs" />
<Compile Include="SysManage\Sys_UserService.cs" />
<Compile Include="SysManage\Sys_UserShowColumnsService.cs" />
<Compile Include="SysManage\Sys_UserToEMialService.cs" />
<Compile Include="UploadZipService.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Model\Model.csproj">
<Project>{FD1E1931-1688-4B4A-BCD6-335A81465343}</Project>
<Name>Model</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="Common\FileManage\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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>