Basf_EProject/EProject/BLL/BLL.csproj

186 lines
8.9 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.8</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">
<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="AccessTokenModel.cs" />
<Compile Include="APIService\APIEpojectService.cs" />
<Compile Include="APIService\SyncUserInfoService.cs" />
<Compile Include="BaseInfo\ActTypeService.cs" />
<Compile Include="BaseInfo\ConstService.cs" />
<Compile Include="BaseInfo\ContractorService.cs" />
<Compile Include="BaseInfo\DepartService.cs" />
<Compile Include="BaseInfo\DisciplinesWBSService.cs" />
<Compile Include="BaseInfo\HyperLinkSetService.cs" />
<Compile Include="Common\AttachFileService.cs" />
<Compile Include="Common\ChartControlService.cs" />
<Compile Include="Common\ConstValue.cs" />
<Compile Include="Common\ExtractFilePath.cs" />
<Compile Include="Common\HttpHelper.cs" />
<Compile Include="Design\DesignInputService.cs" />
<Compile Include="EditorManage\CMHTDService.cs" />
<Compile Include="SyncFilePathHelper.cs" />
<Compile Include="Common\HashtableHelper.cs" />
<Compile Include="Common\JsonHelper.cs" />
<Compile Include="Common\NPOIExcel.cs" />
<Compile Include="Common\NPOIHelper.cs" />
<Compile Include="Common\ReportPrint\Common_ReportPrintService.cs" />
<Compile Include="Common\TemplateHelper.cs" />
<Compile Include="Common\UploadAttachmentService.cs" />
<Compile Include="Common\CommonService.cs" />
<Compile Include="Common\Const.cs" />
<Compile Include="DropListService.cs" />
<Compile Include="DynamicTHeaderHepler.cs" />
<Compile Include="EditorManage\AreaConcernService.cs" />
<Compile Include="EditorManage\CostReportService.cs" />
<Compile Include="EditorManage\EProjectService.cs" />
<Compile Include="EditorManage\FCRLogService.cs" />
<Compile Include="EditorManage\LessonsLearnedService.cs" />
<Compile Include="EditorManage\PMService.cs" />
<Compile Include="EditorManage\PunchService.cs" />
<Compile Include="EditorManage\TDCService.cs" />
<Compile Include="ErrLogInfo.cs" />
<Compile Include="FriendlyException.cs" />
<Compile Include="Funs.cs" />
<Compile Include="JsonHelper.cs" />
<Compile Include="LdapAuthentication.cs" />
<Compile Include="ManHours\PlanService.cs" />
<Compile Include="MethodRefelect.cs" />
<Compile Include="PagingHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ResourcePlan\ResourcePlanService.cs" />
<Compile Include="SendEmailService.cs" />
<Compile Include="SendEmail\Email_ParamsService.cs" />
<Compile Include="SendEmail\Email_PopService.cs" />
<Compile Include="SendEmail\Email_SendLogService.cs" />
<Compile Include="SendEmail\Email_SendTemplateService.cs" />
<Compile Include="SendEmail\Email_ToPeopleService.cs" />
<Compile Include="SessionName.cs" />
<Compile Include="SoftRegeditService.cs" />
<Compile Include="SQLHelper.cs" />
<Compile Include="Common\UploadFileService.cs" />
<Compile Include="SysManage\Sys_ActualManHourMonthSetService.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="UserGuide\TemplatesService.cs" />
<Compile Include="UserGuide\UserGuideAndQAService.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>