SHJX.Service.Dao.csproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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>{81279DAC-FAAC-41DC-8610-FF281B82A9AC}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SHJX.Service.Dao</RootNamespace>
  11. <AssemblyName>SHJX.Service.Dao</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  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. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <LangVersion>preview</LangVersion>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  36. <DebugSymbols>true</DebugSymbols>
  37. <OutputPath>bin\x64\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <DebugType>full</DebugType>
  40. <PlatformTarget>x64</PlatformTarget>
  41. <LangVersion>7.3</LangVersion>
  42. <ErrorReport>prompt</ErrorReport>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  45. <OutputPath>bin\x64\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <Optimize>true</Optimize>
  48. <DebugType>pdbonly</DebugType>
  49. <PlatformTarget>x64</PlatformTarget>
  50. <LangVersion>preview</LangVersion>
  51. <ErrorReport>prompt</ErrorReport>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
  55. <HintPath>..\packages\BouncyCastle.1.8.9\lib\BouncyCastle.Crypto.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Google.Protobuf, Version=3.15.5.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Google.Protobuf.3.15.5\lib\net45\Google.Protobuf.dll</HintPath>
  59. </Reference>
  60. <Reference Include="K4os.Compression.LZ4, Version=1.2.10.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  61. <HintPath>..\packages\K4os.Compression.LZ4.1.2.10-beta\lib\net46\K4os.Compression.LZ4.dll</HintPath>
  62. </Reference>
  63. <Reference Include="K4os.Compression.LZ4.Streams, Version=1.2.10.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  64. <HintPath>..\packages\K4os.Compression.LZ4.Streams.1.2.10-beta\lib\net46\K4os.Compression.LZ4.Streams.dll</HintPath>
  65. </Reference>
  66. <Reference Include="K4os.Hash.xxHash, Version=1.0.6.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
  67. <HintPath>..\packages\K4os.Hash.xxHash.1.0.6\lib\net46\K4os.Hash.xxHash.dll</HintPath>
  68. </Reference>
  69. <Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  70. <HintPath>..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
  71. </Reference>
  72. <Reference Include="MySql.Data, Version=8.0.23.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  73. <HintPath>..\packages\MySql.Data.8.0.23\lib\net48\MySql.Data.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Renci.SshNet, Version=2020.0.1.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
  79. <HintPath>..\packages\SSH.NET.2020.0.1\lib\net40\Renci.SshNet.dll</HintPath>
  80. </Reference>
  81. <Reference Include="SqlSugar, Version=5.0.2.7, Culture=neutral, processorArchitecture=MSIL">
  82. <HintPath>..\packages\SqlSugar.5.0.2.7-preview01\lib\SqlSugar.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System" />
  85. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  86. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.ComponentModel" />
  89. <Reference Include="System.ComponentModel.DataAnnotations" />
  90. <Reference Include="System.Configuration" />
  91. <Reference Include="System.Configuration.Install" />
  92. <Reference Include="System.Core" />
  93. <Reference Include="System.Management" />
  94. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  95. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.Numerics" />
  98. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  99. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  102. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0-preview.1.21102.12\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System.Transactions" />
  105. <Reference Include="System.Web" />
  106. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  107. <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Xml.Linq" />
  110. <Reference Include="System.Data.DataSetExtensions" />
  111. <Reference Include="Microsoft.CSharp" />
  112. <Reference Include="System.Data" />
  113. <Reference Include="System.Net.Http" />
  114. <Reference Include="System.Xml" />
  115. <Reference Include="Ubiety.Dns.Core, Version=2.2.1.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  116. <HintPath>..\packages\MySql.Data.8.0.23\lib\net48\Ubiety.Dns.Core.dll</HintPath>
  117. </Reference>
  118. <Reference Include="Zstandard.Net, Version=1.1.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  119. <HintPath>..\packages\MySql.Data.8.0.23\lib\net48\Zstandard.Net.dll</HintPath>
  120. </Reference>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Compile Include="DataManagerImp.cs" />
  124. <Compile Include="MainManager.cs" />
  125. <Compile Include="ManualDataManager.cs" />
  126. <Compile Include="OperateDataManager.cs" />
  127. <Compile Include="ServiceDataManager.cs" />
  128. <Compile Include="SettingDataManager.cs" />
  129. <Compile Include="TemplateDataManager.cs" />
  130. <Compile Include="UserDataManager.cs" />
  131. <Compile Include="Properties\AssemblyInfo.cs" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <None Include="..\.editorconfig">
  135. <Link>.editorconfig</Link>
  136. </None>
  137. <None Include="app.config" />
  138. <None Include="packages.config" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <ProjectReference Include="..\SHJX.Service.Common\SHJX.Service.Common.csproj">
  142. <Project>{0410053a-af47-4ca4-8659-bfbbaeced094}</Project>
  143. <Name>SHJX.Service.Common</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\SHJX.Service.Model\SHJX.Service.Model.csproj">
  146. <Project>{1b70b432-a96d-4785-96a0-0be6291ede3d}</Project>
  147. <Name>SHJX.Service.Model</Name>
  148. </ProjectReference>
  149. </ItemGroup>
  150. <ItemGroup />
  151. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  152. </Project>