ningshuxia
2023-02-23 036ce5eaab6126560cf9ca19b4a2783d42c2e191
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <OutputType>Exe</OutputType>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="instruction\**" />
    <EmbeddedResource Remove="instruction\**" />
    <None Remove="instruction\**" />
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="MQTTnet.Extensions.ManagedClient" Version="3.1.2" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Component\IStation.Log4Net\IStation.Log4Net.csproj" />
    <ProjectReference Include="..\..\Component\IStation.Newtonsoft\IStation.Newtonsoft.csproj" />
    <ProjectReference Include="..\..\Component\IStation.Quartz\IStation.Quartz.csproj" />
    <ProjectReference Include="..\..\Component\IStation.RabbitMq\IStation.RabbitMq.csproj" />
    <ProjectReference Include="..\..\Model\IStation.Model.Basic\IStation.Model.Basic.csproj" />
    <ProjectReference Include="..\..\Model\IStation.Model.Core\IStation.Model.Core.csproj" />
    <ProjectReference Include="..\..\Model\IStation.Model.Monitor\IStation.Model.Monitor.csproj" />
    <ProjectReference Include="..\..\Model\IStation.Model.Run\IStation.Model.Run.csproj" />
    <ProjectReference Include="..\..\Untity\IStation.Untity\IStation.Untity.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <None Update="paras_datadocking_socket_szjt_xjd.json">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
  </ItemGroup>
 
</Project>