Sin descripción

CallCenter.Utility.csproj 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{4DA219CC-911E-4C81-BB0B-DF5183FD50FF}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CallCenter.Utility</RootNamespace>
  11. <AssemblyName>CallCenter.Utility</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="log4net, Version=2.0.7.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  34. <HintPath>..\..\packages\log4net.2.0.7\lib\net45-full\log4net.dll</HintPath>
  35. <Private>True</Private>
  36. </Reference>
  37. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  38. <HintPath>..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="NPOI, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  42. <HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="NPOI.OOXML, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  46. <HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.OOXML.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="NPOI.OpenXml4Net, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  50. <HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="NPOI.OpenXmlFormats, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  54. <HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Configuration" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Management" />
  62. <Reference Include="System.Web" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Net.Http" />
  68. <Reference Include="System.Xml" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="ChineseToPinYin.cs" />
  72. <Compile Include="Configs\Configs.cs" />
  73. <Compile Include="ConvertJson.cs" />
  74. <Compile Include="DataTableToListHelper.cs" />
  75. <Compile Include="DirFileHelper.cs" />
  76. <Compile Include="EncryptHelper.cs" />
  77. <Compile Include="Extend\ExtLinq.cs" />
  78. <Compile Include="FileUp.cs" />
  79. <Compile Include="Linq\PredicateExtensionses.cs" />
  80. <Compile Include="log\LogInterface.cs" />
  81. <Compile Include="SaltAndHashHelper.cs" />
  82. <Compile Include="SysInformationHelper.cs" />
  83. <Compile Include="Time\DateTimeConvert.cs" />
  84. <Compile Include="uploadFile.cs" />
  85. <Compile Include="VerifyCode\VerifyCode.cs" />
  86. <Compile Include="Web\TreeGrid\TreeGrid.cs" />
  87. <Compile Include="Web\TreeGrid\TreeGridModel.cs" />
  88. <Compile Include="Web\TreeQuery.cs" />
  89. <Compile Include="Web\TreeView\TreeView.cs" />
  90. <Compile Include="Web\TreeView\TreeViewModel.cs" />
  91. <Compile Include="Web\Tree\TreeModel.cs" />
  92. <Compile Include="Web\Tree\TreeSelect.cs" />
  93. <Compile Include="Web\Tree\TreeSelectModel.cs" />
  94. <Compile Include="Web\Tree\Tree.cs" />
  95. <Compile Include="Zip\GZip.cs" />
  96. <Compile Include="HttpHelper.cs" />
  97. <Compile Include="Http\HttpMethods.cs" />
  98. <Compile Include="ImageClass.cs" />
  99. <Compile Include="ImageUpload.cs" />
  100. <Compile Include="JScript.cs" />
  101. <Compile Include="Json\Json.cs" />
  102. <Compile Include="log\Log.cs" />
  103. <Compile Include="log\LogFactory.cs" />
  104. <Compile Include="Mail\MailHelper.cs" />
  105. <Compile Include="NPOI\NPOIHelper.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <Compile Include="RandString.cs" />
  108. <Compile Include="RequestString.cs" />
  109. <Compile Include="TypeConverter.cs" />
  110. <Compile Include="ValidateString.cs" />
  111. <Compile Include="Validate\Validate.cs" />
  112. <Compile Include="WebString.cs" />
  113. <Compile Include="Web\AjaxResult.cs" />
  114. <Compile Include="Web\WebHelper.cs" />
  115. <Compile Include="XmlHelper.cs" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <None Include="packages.config" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <WCFMetadata Include="Service References\" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ProjectReference Include="..\..\CallCenterApi\CallCenterApi.DB\CallCenterApi.DB.csproj">
  125. <Project>{ae933bfc-b06c-4fe8-a352-0ce16db082d7}</Project>
  126. <Name>CallCenterApi.DB</Name>
  127. </ProjectReference>
  128. </ItemGroup>
  129. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  130. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  131. Other similar extension points exist, see Microsoft.Common.targets.
  132. <Target Name="BeforeBuild">
  133. </Target>
  134. <Target Name="AfterBuild">
  135. </Target>
  136. -->
  137. </Project>