<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0</TargetFramework>
|
<Nullable>disable</Nullable>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<AssemblyName>IStation.Entry.User</AssemblyName>
|
<RootNamespace>IStation.Entry</RootNamespace>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\..\Application\IStation.Application4User\IStation.Application4User.csproj" />
|
<ProjectReference Include="..\..\Channel\IStation.Channel4User\IStation.Channel4User.csproj" />
|
</ItemGroup>
|
|
</Project>
|