人民医院API

RMYY_CallCenter_Api.Utility.csproj 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{4E6A4FE2-C305-48E6-A1BF-B939B9252E24}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>RMYY_CallCenter_Api.Utility</RootNamespace>
  11. <AssemblyName>RMYY_CallCenter_Api.Utility</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  35. <HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
  36. </Reference>
  37. <Reference Include="log4net, Version=2.0.7.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  38. <HintPath>..\packages\log4net.2.0.7\lib\net45-full\log4net.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  41. <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  42. </Reference>
  43. <Reference Include="NPOI, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  44. <HintPath>..\packages\NPOI.2.3.0\lib\net40\NPOI.dll</HintPath>
  45. </Reference>
  46. <Reference Include="NPOI.OOXML, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  47. <HintPath>..\packages\NPOI.2.3.0\lib\net40\NPOI.OOXML.dll</HintPath>
  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. </Reference>
  52. <Reference Include="NPOI.OpenXmlFormats, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  53. <HintPath>..\packages\NPOI.2.3.0\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
  54. </Reference>
  55. <Reference Include="StackExchange.Redis, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL">
  56. <HintPath>..\packages\StackExchange.Redis.1.2.6\lib\net45\StackExchange.Redis.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.IO.Compression" />
  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="Helper\DataTableExtensions.cs" />
  72. <Compile Include="Extention\Object.cs" />
  73. <Compile Include="Extention\String.cs" />
  74. <Compile Include="Helper\CacheHelper.cs" />
  75. <Compile Include="Helper\DingTalkHelper.cs" />
  76. <Compile Include="Helper\EnumHelper.cs" />
  77. <Compile Include="Helper\FileHelper.cs" />
  78. <Compile Include="Helper\HttpHelper.cs" />
  79. <Compile Include="Helper\HttpHelperay.cs" />
  80. <Compile Include="Helper\ImageHelper.cs" />
  81. <Compile Include="Helper\LogHelper.cs" />
  82. <Compile Include="Helper\NPOIHelper.cs" />
  83. <Compile Include="Helper\RedisHelper.cs" />
  84. <Compile Include="Helper\WebHelper.cs" />
  85. <Compile Include="Models\AjaxResult.cs" />
  86. <Compile Include="Helper\ConfigHelper.cs" />
  87. <Compile Include="Extention\Json.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <Compile Include="RequestString.cs" />
  90. <Compile Include="Time\DateTimeConvert.cs" />
  91. <Compile Include="Tree\Tree.cs" />
  92. <Compile Include="Tree\TreeModel.cs" />
  93. <Compile Include="Tree\TreeSelect.cs" />
  94. <Compile Include="Tree\TreeSelectModel.cs" />
  95. <Compile Include="TypeConverter.cs" />
  96. <Compile Include="ValidateString.cs" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <None Include="packages.config" />
  100. </ItemGroup>
  101. <ItemGroup />
  102. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  103. </Project>