CommonTool.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{5FEAEC9A-4F1E-4EE7-B377-9DB1B0870DAC}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CommonTool</RootNamespace>
  11. <AssemblyName>CommonTool</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  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. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  37. <HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
  38. <Private>True</Private>
  39. </Reference>
  40. <Reference Include="AutoMapper">
  41. <HintPath>..\packages\AutoMapper.4.1.0\lib\net45\AutoMapper.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  44. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  45. <Private>True</Private>
  46. </Reference>
  47. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  48. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  49. <Private>True</Private>
  50. </Reference>
  51. <Reference Include="Enyim.Caching, Version=2.12.0.0, Culture=neutral, PublicKeyToken=cec98615db04012e, processorArchitecture=MSIL">
  52. <HintPath>..\packages\EnyimMemcached.2.12\lib\net35\Enyim.Caching.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="ICSharpCode.SharpZipLib, Version=1.0.0.999, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  56. <HintPath>..\packages\SharpZipLib.1.0.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
  57. </Reference>
  58. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  59. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  63. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  64. <Private>True</Private>
  65. </Reference>
  66. <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  69. </Reference>
  70. <Reference Include="NPOI, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  71. <HintPath>..\packages\NPOI.2.4.1\lib\net45\NPOI.dll</HintPath>
  72. </Reference>
  73. <Reference Include="NPOI.OOXML, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  74. <HintPath>..\packages\NPOI.2.4.1\lib\net45\NPOI.OOXML.dll</HintPath>
  75. </Reference>
  76. <Reference Include="NPOI.OpenXml4Net, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  77. <HintPath>..\packages\NPOI.2.4.1\lib\net45\NPOI.OpenXml4Net.dll</HintPath>
  78. </Reference>
  79. <Reference Include="NPOI.OpenXmlFormats, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  80. <HintPath>..\packages\NPOI.2.4.1\lib\net45\NPOI.OpenXmlFormats.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System" />
  83. <Reference Include="System.ComponentModel.DataAnnotations" />
  84. <Reference Include="System.Configuration" />
  85. <Reference Include="System.Core" />
  86. <Reference Include="System.Drawing" />
  87. <Reference Include="System.Net.Http" />
  88. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  90. <Private>True</Private>
  91. </Reference>
  92. <Reference Include="System.Runtime.Caching" />
  93. <Reference Include="System.ServiceModel" />
  94. <Reference Include="System.Web" />
  95. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  96. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  97. <Private>True</Private>
  98. </Reference>
  99. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  100. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  101. <Private>True</Private>
  102. </Reference>
  103. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  104. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  105. <Private>True</Private>
  106. </Reference>
  107. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  108. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  109. <Private>True</Private>
  110. </Reference>
  111. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  112. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  113. <Private>True</Private>
  114. </Reference>
  115. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  116. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  117. <Private>True</Private>
  118. </Reference>
  119. <Reference Include="System.Xml.Linq" />
  120. <Reference Include="System.Data.DataSetExtensions" />
  121. <Reference Include="Microsoft.CSharp" />
  122. <Reference Include="System.Data" />
  123. <Reference Include="System.Xml" />
  124. <Reference Include="ThoughtWorks.QRCode, Version=1.0.4778.30637, Culture=neutral, processorArchitecture=MSIL">
  125. <HintPath>..\packages\ThoughtWorks.QRCode.1.1.0\lib\ThoughtWorks.QRCode.dll</HintPath>
  126. <Private>True</Private>
  127. </Reference>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Compile Include="AutoMapperExt.cs" />
  131. <Compile Include="BootStrapTree.cs" />
  132. <Compile Include="Cache\CacheContext.cs" />
  133. <Compile Include="Cache\CacheProvider.cs" />
  134. <Compile Include="Cache\EnyimMemcachedContext.cs" />
  135. <Compile Include="Cache\ICacheContext.cs" />
  136. <Compile Include="Cache\ObjCacheProvider.cs" />
  137. <Compile Include="Authorization.cs" />
  138. <Compile Include="AppConfig.cs" />
  139. <Compile Include="DynamicSqlQuery.cs" />
  140. <Compile Include="EmailHelper.cs" />
  141. <Compile Include="FunSettingTree.cs" />
  142. <Compile Include="IpHelper.cs" />
  143. <Compile Include="MvcActionHelper.cs" />
  144. <Compile Include="QrCodeHelper.cs" />
  145. <Compile Include="ReflectionHelper.cs" />
  146. <Compile Include="Security.cs" />
  147. <Compile Include="UploadFileHelper.cs" />
  148. <Compile Include="ValidateCode.cs" />
  149. <Compile Include="SnXmlNode.cs" />
  150. <Compile Include="GetConnStr.cs" />
  151. <Compile Include="ModelToStr.cs" />
  152. <Compile Include="MvcHtml.cs" />
  153. <Compile Include="ThreadLog.cs" />
  154. <Compile Include="UtilRandom.cs" />
  155. <Compile Include="Utils.cs" />
  156. <Compile Include="UtilStr.cs" />
  157. <Compile Include="UtilsValid.cs" />
  158. <Compile Include="WebLibs.cs" />
  159. <Compile Include="WriteLog.cs" />
  160. <Compile Include="FileFuns.cs" />
  161. <Compile Include="CommonHelper.cs" />
  162. <Compile Include="CookieHelper.cs" />
  163. <Compile Include="DynamicLinq.cs" />
  164. <Compile Include="DynamicQueryable.cs" />
  165. <Compile Include="Filter.cs" />
  166. <Compile Include="GenerateId.cs" />
  167. <Compile Include="GenericHelpers.cs" />
  168. <Compile Include="HttpHelper.cs" />
  169. <Compile Include="Json.cs" />
  170. <Compile Include="JsonConverter.cs" />
  171. <Compile Include="JsonHelper.cs" />
  172. <Compile Include="LogHelper.cs" />
  173. <Compile Include="Md5.cs" />
  174. <Compile Include="ObjectHelper.cs" />
  175. <Compile Include="PredicateBuilder.cs" />
  176. <Compile Include="Properties\AssemblyInfo.cs" />
  177. <Compile Include="Response.cs" />
  178. <Compile Include="SessionHelper.cs" />
  179. <Compile Include="StringExtensions.cs" />
  180. <Compile Include="TreeItem.cs" />
  181. <Compile Include="UriUtil.cs" />
  182. <Compile Include="ZipHelper.cs" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <None Include="app.config" />
  186. <None Include="packages.config" />
  187. </ItemGroup>
  188. <ItemGroup />
  189. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  190. <!-- <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  191. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  192. <PropertyGroup>
  193. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  194. </PropertyGroup>
  195. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  196. </Target> -->
  197. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  198. Other similar extension points exist, see Microsoft.Common.targets.
  199. <Target Name="BeforeBuild">
  200. </Target>
  201. <Target Name="AfterBuild">
  202. </Target>
  203. -->
  204. </Project>