ProjectBase.Data.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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>{EC573C83-A921-4670-BF62-F57F836649CC}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ProjectBase.Data</RootNamespace>
  11. <AssemblyName>ProjectBase.Data</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  41. <HintPath>..\packages\Portable.BouncyCastle.1.8.6\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  42. </Reference>
  43. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  44. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\ICSharpCode.SharpZipLib.dll</HintPath>
  45. </Reference>
  46. <Reference Include="log4net">
  47. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  50. <HintPath>..\Reference\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Data, Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  53. <HintPath>..\Reference\Microsoft.Practices.EnterpriseLibrary.Data.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Microsoft.Practices.ObjectBuilder, Version=1.0.51206.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  56. <HintPath>..\Reference\Microsoft.Practices.ObjectBuilder.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  59. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  60. </Reference>
  61. <Reference Include="NPOI, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  62. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.dll</HintPath>
  63. </Reference>
  64. <Reference Include="NPOI.OOXML, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  65. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OOXML.dll</HintPath>
  66. </Reference>
  67. <Reference Include="NPOI.OpenXml4Net, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  68. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OpenXml4Net.dll</HintPath>
  69. </Reference>
  70. <Reference Include="NPOI.OpenXmlFormats, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  71. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OpenXmlFormats.dll</HintPath>
  72. </Reference>
  73. <Reference Include="StackExchange.Redis, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
  74. <HintPath>..\packages\StackExchange.Redis.1.2.0\lib\net46\StackExchange.Redis.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System" />
  77. <Reference Include="System.ComponentModel.DataAnnotations" />
  78. <Reference Include="System.Configuration" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Data.OracleClient" />
  81. <Reference Include="System.IO.Compression" />
  82. <Reference Include="System.Management" />
  83. <Reference Include="System.Runtime.Serialization" />
  84. <Reference Include="System.Windows.Forms" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="System.Data.DataSetExtensions" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Net.Http" />
  90. <Reference Include="System.Xml" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="BaseDAL\AbstractBaseDAL.cs" />
  94. <Compile Include="BaseDAL\BaseBLL.cs" />
  95. <Compile Include="BaseDAL\BaseDatabase\BaseDALOracle.cs" />
  96. <Compile Include="BaseDAL\BaseDatabase\BaseDALSQL.cs" />
  97. <Compile Include="BaseDAL\BaseEntity.cs" />
  98. <Compile Include="BaseDAL\BLLFactory.cs" />
  99. <Compile Include="BaseDAL\IBaseDAL.cs" />
  100. <Compile Include="Email\EmailHelper.cs" />
  101. <Compile Include="Encrypt\Base64Util.cs" />
  102. <Compile Include="Encrypt\EncodeHelper.cs" />
  103. <Compile Include="Encrypt\MD5Util.cs" />
  104. <Compile Include="hardDisk\HardDiskInfo.cs" />
  105. <Compile Include="hardDisk\HardDiskPartition.cs" />
  106. <Compile Include="Logs\LogHelper.cs" />
  107. <Compile Include="Pager\PagerHelper.cs" />
  108. <Compile Include="Pager\PagerInfo.cs" />
  109. <Compile Include="Properties\AssemblyInfo.cs" />
  110. <Compile Include="Redis\RedisConnection.cs" />
  111. <Compile Include="Redis\RedisHelper.cs" />
  112. <Compile Include="Threading\AbortableThreadPool.cs" />
  113. <Compile Include="Threading\ThreadPoolHelper.cs" />
  114. <Compile Include="Threading\WorkItem.cs" />
  115. <Compile Include="Update\Downloader.cs" />
  116. <Compile Include="Update\FileCopyClass.cs" />
  117. <Compile Include="Update\Model.cs" />
  118. <Compile Include="Update\UpdateClass.cs" />
  119. <Compile Include="XML\XmlHelper.cs" />
  120. <Compile Include="Zip\ZipUtility.cs" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <ProjectReference Include="..\ProjectBase.Util\ProjectBase.Util.csproj">
  124. <Project>{86a2b1c2-efca-48b2-bea4-be7db24be679}</Project>
  125. <Name>ProjectBase.Util</Name>
  126. </ProjectReference>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="app.config" />
  130. <None Include="packages.config">
  131. <SubType>Designer</SubType>
  132. </None>
  133. </ItemGroup>
  134. <ItemGroup />
  135. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  136. </Project>