ningshuxia
2022-08-12 c7cbc04454597f39d2837c21ee83a71626fe115a
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>