1
wankeda
2025-04-11 0784c98220306a87a6017bfa114e2a9c0e91c31c
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
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup Label="Globals">
    <SccProjectName>SAK</SccProjectName>
    <SccProvider>SAK</SccProvider>
    <SccAuxPath>SAK</SccAuxPath>
    <SccLocalPath>SAK</SccLocalPath>
  </PropertyGroup>
 
  <PropertyGroup>
    <OutputType>Library</OutputType>
    <TargetFramework>netcoreapp3.1</TargetFramework>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="HslCommunication" Version="11.3.3" />
    <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  </ItemGroup>
 
  <ItemGroup>
    <Reference Include="HslCommunication">
      <HintPath>Reference\HslCommunication.dll</HintPath>
    </Reference>
  </ItemGroup>
 
  <ItemGroup>
    <Folder Include="Station\" />
  </ItemGroup>
 
</Project>