Ant.Service.Common.csproj 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{E40A871D-6995-4C70-A532-FE2F8176D396}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Ant.Service.Common</RootNamespace>
  12. <AssemblyName>Ant.Service.Common</AssemblyName>
  13. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <Prefer32Bit>false</Prefer32Bit>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="log4net">
  38. <HintPath>..\CommonLib\log4net.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  41. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  42. <Private>True</Private>
  43. </Reference>
  44. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net40\Newtonsoft.Json.dll</HintPath>
  46. <Private>True</Private>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.ComponentModel.DataAnnotations" />
  50. <Reference Include="System.configuration" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Data.Entity" />
  53. <Reference Include="System.Data.Linq" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.Runtime.Serialization" />
  56. <Reference Include="System.Web" />
  57. <Reference Include="System.Web.Extensions" />
  58. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  59. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  63. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  64. <Private>True</Private>
  65. </Reference>
  66. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  71. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  75. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  76. <Private>True</Private>
  77. </Reference>
  78. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  80. <Private>True</Private>
  81. </Reference>
  82. <Reference Include="System.Xml.Linq" />
  83. <Reference Include="System.Data.DataSetExtensions" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Data" />
  86. <Reference Include="System.Xml" />
  87. <Reference Include="zxing">
  88. <HintPath>..\CommonLib\zxing.dll</HintPath>
  89. </Reference>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="CodeHelper.cs" />
  93. <Compile Include="CryptHelper\DESCrypt.cs" />
  94. <Compile Include="DynamicLibrary.cs" />
  95. <Compile Include="Enums\Enums.cs" />
  96. <Compile Include="ExportHelper\ExportExcel.cs" />
  97. <Compile Include="FileHelper\DirFile.cs" />
  98. <Compile Include="FileHelper\DownFile.cs" />
  99. <Compile Include="FileHelper\FileOperate.cs" />
  100. <Compile Include="FileHelper\FileUpload.cs" />
  101. <Compile Include="FileHelper\ImageThumbnailMake.cs" />
  102. <Compile Include="FilterHelper\FilterGroup.cs" />
  103. <Compile Include="FilterHelper\FilterHelper.cs" />
  104. <Compile Include="FilterHelper\FilterParam.cs" />
  105. <Compile Include="FilterHelper\FilterRule.cs" />
  106. <Compile Include="FilterHelper\FilterTranslator.cs" />
  107. <Compile Include="ImageTypeCheck.cs" />
  108. <Compile Include="JsonHelper\JsonConverter.cs" />
  109. <Compile Include="JsonHelper\JsonOldHelper.cs" />
  110. <Compile Include="JsonHelper\AjaxResult.cs" />
  111. <Compile Include="JsonHelper\FormatToJson.cs" />
  112. <Compile Include="JsonHelper\JsonHelper.cs" />
  113. <Compile Include="JsonHelper\JsonSplit.cs" />
  114. <Compile Include="JsonHelper\JSONStringToList.cs" />
  115. <Compile Include="LINQHelper\CommonEqualityComparer.cs" />
  116. <Compile Include="LINQHelper\FastPropertyComparer.cs" />
  117. <Compile Include="LINQHelper\LINQHelper.cs" />
  118. <Compile Include="log4net.Ext\ExtLogImpl.cs" />
  119. <Compile Include="log4net.Ext\ExtLogManager.cs" />
  120. <Compile Include="log4net.Ext\IExtLog.cs" />
  121. <Compile Include="MessageHelper\FriendlyMessage.cs" />
  122. <Compile Include="MsSqlHelper\SqlDbHelper.cs" />
  123. <Compile Include="MVCHelper\FormatJsonExtension.cs" />
  124. <Compile Include="PageCollection.cs" />
  125. <Compile Include="Predicate\PredicateBuilder.cs">
  126. <SubType>Code</SubType>
  127. </Compile>
  128. <Compile Include="PrintHelper\PrintHelper.cs" />
  129. <Compile Include="Properties\AssemblyInfo.cs" />
  130. <Compile Include="QueryObject.cs" />
  131. <Compile Include="ToolsHelper\Base64Provider.cs">
  132. <SubType>Code</SubType>
  133. </Compile>
  134. <Compile Include="ToolsHelper\ConvertHelper.cs">
  135. <SubType>Code</SubType>
  136. </Compile>
  137. <Compile Include="ToolsHelper\ConvertHtmlPage.cs">
  138. <SubType>Code</SubType>
  139. </Compile>
  140. <Compile Include="ToolsHelper\ConvertHzToPz.cs" />
  141. <Compile Include="ToolsHelper\DESProvider.cs" />
  142. <Compile Include="ToolsHelper\FileHelper.cs" />
  143. <Compile Include="ToolsHelper\MD5Provider.cs" />
  144. <Compile Include="ToolsHelper\PageValidate.cs" />
  145. <Compile Include="ToolsHelper\PaginationHelper.cs" />
  146. <Compile Include="ToolsHelper\RegexHelper.cs">
  147. <SubType>Code</SubType>
  148. </Compile>
  149. <Compile Include="ToolsHelper\RegexNormal.cs">
  150. <SubType>Code</SubType>
  151. </Compile>
  152. <Compile Include="ToolsHelper\SerializationHelper.cs" />
  153. <Compile Include="ToolsHelper\SMTP.cs">
  154. <SubType>Code</SubType>
  155. </Compile>
  156. <Compile Include="ToolsHelper\Tools.cs" />
  157. <Compile Include="ToolsHelper\TypeHelper.cs" />
  158. <Compile Include="ToolsHelper\WebSvcCaller.cs" />
  159. <Compile Include="ToolsHelper\XMlHelper.cs" />
  160. <Compile Include="ToolsHelper\XMLHelperToList.cs" />
  161. <Compile Include="ToolsHelper\XmlToJson.cs" />
  162. <Compile Include="ToolsHelper\YZMHelper.cs" />
  163. <Compile Include="Utils.cs" />
  164. <Compile Include="ViewModel\View.cs" />
  165. <Compile Include="ViewModel\Easyui.cs" />
  166. <Compile Include="WebApiHelp.cs" />
  167. <Compile Include="WebHelper\ApplicationCache.cs" />
  168. <Compile Include="WebHelper\BindDataControl.cs" />
  169. <Compile Include="WebHelper\CacheHelper.cs" />
  170. <Compile Include="WebHelper\CookieHelper.cs" />
  171. <Compile Include="WebHelper\HttpHelper4.0.cs" />
  172. <Compile Include="WebHelper\JScript.cs" />
  173. <Compile Include="WebHelper\QueryString.cs" />
  174. <Compile Include="WebHelper\RupengPager.cs" />
  175. <Compile Include="WebHelper\SessionHelper.cs" />
  176. <Content Include="log4net.Ext\log4net日志.txt" />
  177. <Content Include="说明.txt" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <None Include="packages.config" />
  181. </ItemGroup>
  182. <ItemGroup />
  183. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  184. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  185. Other similar extension points exist, see Microsoft.Common.targets.
  186. <Target Name="BeforeBuild">
  187. </Target>
  188. <Target Name="AfterBuild">
  189. </Target>
  190. -->
  191. </Project>