tangxu
2022-10-24 f4d064fc05c1f9b1e14e66349f7ce22826b6e1f6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <AssemblyName>IStation.StoreQueueFactory</AssemblyName>
    <RootNamespace>IStation.StoreQueueFactory</RootNamespace>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Common\IStation.Common\IStation.Common.csproj" />
    <ProjectReference Include="..\..\Settings\IStation.Settings\IStation.Settings.csproj" />
  </ItemGroup>
 
</Project>