| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{4DA219CC-911E-4C81-BB0B-DF5183FD50FF}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CallCenter.Utility</RootNamespace>
- <AssemblyName>CallCenter.Utility</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </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>
- </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>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="log4net, Version=2.0.7.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\..\packages\log4net.2.0.7\lib\net45-full\log4net.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="NPOI, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
- <HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="NPOI.OOXML, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
- <HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.OOXML.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="NPOI.OpenXml4Net, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
- <HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="NPOI.OpenXmlFormats, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
- <HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Management" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ChineseToPinYin.cs" />
- <Compile Include="Configs\Configs.cs" />
- <Compile Include="ConvertJson.cs" />
- <Compile Include="DataTableToListHelper.cs" />
- <Compile Include="DirFileHelper.cs" />
- <Compile Include="EncryptHelper.cs" />
- <Compile Include="Extend\ExtLinq.cs" />
- <Compile Include="FileUp.cs" />
- <Compile Include="Linq\PredicateExtensionses.cs" />
- <Compile Include="log\LogInterface.cs" />
- <Compile Include="SaltAndHashHelper.cs" />
- <Compile Include="SysInformationHelper.cs" />
- <Compile Include="Time\DateTimeConvert.cs" />
- <Compile Include="uploadFile.cs" />
- <Compile Include="VerifyCode\VerifyCode.cs" />
- <Compile Include="Web\TreeGrid\TreeGrid.cs" />
- <Compile Include="Web\TreeGrid\TreeGridModel.cs" />
- <Compile Include="Web\TreeQuery.cs" />
- <Compile Include="Web\TreeView\TreeView.cs" />
- <Compile Include="Web\TreeView\TreeViewModel.cs" />
- <Compile Include="Web\Tree\TreeModel.cs" />
- <Compile Include="Web\Tree\TreeSelect.cs" />
- <Compile Include="Web\Tree\TreeSelectModel.cs" />
- <Compile Include="Web\Tree\Tree.cs" />
- <Compile Include="Zip\GZip.cs" />
- <Compile Include="HttpHelper.cs" />
- <Compile Include="Http\HttpMethods.cs" />
- <Compile Include="ImageClass.cs" />
- <Compile Include="ImageUpload.cs" />
- <Compile Include="JScript.cs" />
- <Compile Include="Json\Json.cs" />
- <Compile Include="log\Log.cs" />
- <Compile Include="log\LogFactory.cs" />
- <Compile Include="Mail\MailHelper.cs" />
- <Compile Include="NPOI\NPOIHelper.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RandString.cs" />
- <Compile Include="RequestString.cs" />
- <Compile Include="TypeConverter.cs" />
- <Compile Include="ValidateString.cs" />
- <Compile Include="Validate\Validate.cs" />
- <Compile Include="WebString.cs" />
- <Compile Include="Web\AjaxResult.cs" />
- <Compile Include="Web\WebHelper.cs" />
- <Compile Include="XmlHelper.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <WCFMetadata Include="Service References\" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\CallCenterApi\CallCenterApi.DB\CallCenterApi.DB.csproj">
- <Project>{ae933bfc-b06c-4fe8-a352-0ce16db082d7}</Project>
- <Name>CallCenterApi.DB</Name>
- </ProjectReference>
- </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>
|