IoTIntegrationPlatform.Services.csproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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>{2B0434F3-D180-4931-A60F-0752BC209323}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>IoTIntegrationPlatform.Services</RootNamespace>
  11. <AssemblyName>IoTIntegrationPlatform.Services</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</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="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  35. <HintPath>..\packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Google.Protobuf, Version=3.21.9.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  38. <HintPath>..\packages\Google.Protobuf.3.21.9\lib\net45\Google.Protobuf.dll</HintPath>
  39. </Reference>
  40. <Reference Include="K4os.Compression.LZ4, Version=1.3.5.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  41. <HintPath>..\packages\K4os.Compression.LZ4.1.3.5\lib\net462\K4os.Compression.LZ4.dll</HintPath>
  42. </Reference>
  43. <Reference Include="K4os.Compression.LZ4.Streams, Version=1.3.5.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  44. <HintPath>..\packages\K4os.Compression.LZ4.Streams.1.3.5\lib\net462\K4os.Compression.LZ4.Streams.dll</HintPath>
  45. </Reference>
  46. <Reference Include="K4os.Hash.xxHash, Version=1.0.8.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
  47. <HintPath>..\packages\K4os.Hash.xxHash.1.0.8\lib\net462\K4os.Hash.xxHash.dll</HintPath>
  48. </Reference>
  49. <Reference Include="MySql.Data, Version=8.0.33.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  50. <HintPath>..\packages\MySql.Data.8.0.33\lib\net48\MySql.Data.dll</HintPath>
  51. </Reference>
  52. <Reference Include="SqlSugar, Version=5.1.4.137, Culture=neutral, processorArchitecture=MSIL">
  53. <HintPath>..\packages\SqlSugar.5.1.4.137\lib\SqlSugar.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  57. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Configuration" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.IO.Pipelines, Version=5.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  62. <HintPath>..\packages\System.IO.Pipelines.5.0.2\lib\net461\System.IO.Pipelines.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Management" />
  65. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  66. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.Numerics" />
  69. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  70. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  73. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  76. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System.Transactions" />
  79. <Reference Include="System.Xml.Linq" />
  80. <Reference Include="System.Data.DataSetExtensions" />
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="System.Data" />
  83. <Reference Include="System.Net.Http" />
  84. <Reference Include="System.Xml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="AdminService.cs" />
  88. <Compile Include="AdminUserService.cs" />
  89. <Compile Include="DeviceService.cs" />
  90. <Compile Include="LogService.cs" />
  91. <Compile Include="Properties\AssemblyInfo.cs" />
  92. <Compile Include="SystemService.cs" />
  93. <Compile Include="TaskSchedulingService.cs" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <ProjectReference Include="..\IoTIntegrationPlatform.Common\IoTIntegrationPlatform.Common.csproj">
  97. <Project>{1992f3bf-e7c1-4b0c-905a-cb839df14003}</Project>
  98. <Name>IoTIntegrationPlatform.Common</Name>
  99. </ProjectReference>
  100. <ProjectReference Include="..\IoTIntegrationPlatform.Interface\IoTIntegrationPlatform.Interface.csproj">
  101. <Project>{721f70e4-7685-45cb-a6fb-8f369314b516}</Project>
  102. <Name>IoTIntegrationPlatform.Interface</Name>
  103. </ProjectReference>
  104. <ProjectReference Include="..\IoTIntegrationPlatform.Model\IoTIntegrationPlatform.Model.csproj">
  105. <Project>{5771ceb7-0ca7-40c2-ac18-0ee95507573e}</Project>
  106. <Name>IoTIntegrationPlatform.Model</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\IoTIntegrationPlatform.Repository\IoTIntegrationPlatform.Repository.csproj">
  109. <Project>{80dc5878-57f1-46c5-86da-f4ad44812219}</Project>
  110. <Name>IoTIntegrationPlatform.Repository</Name>
  111. </ProjectReference>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <None Include="app.config" />
  115. <None Include="packages.config" />
  116. </ItemGroup>
  117. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  118. </Project>