You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.2 KiB
24 lines
1.2 KiB
2 years ago
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net7.0</TargetFramework>
|
||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
<Nullable>enable</Nullable>
|
||
|
<RootNamespace>Logistics.Documents</RootNamespace>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\..\Common\Common\Common.csproj" />
|
||
|
<ProjectReference Include="..\..\Connected\Connected\Connected.csproj" />
|
||
|
<ProjectReference Include="..\..\Framework\Connected.Data\Connected.Data.csproj" />
|
||
|
<ProjectReference Include="..\..\Framework\Connected.Entities\Connected.Entities.csproj" />
|
||
|
<ProjectReference Include="..\..\Framework\Connected.Hosting\Connected.Hosting.csproj" />
|
||
|
<ProjectReference Include="..\..\Framework\Connected.Runtime\Connected.Runtime.csproj" />
|
||
|
<ProjectReference Include="..\..\Framework\Connected.Services\Connected.Services.csproj" />
|
||
|
<ProjectReference Include="..\Logistics.Documents.Model\Logistics.Documents.Model.csproj" />
|
||
|
<ProjectReference Include="..\Logistics.Stock.Model\Logistics.Stock.Model.csproj" />
|
||
|
<ProjectReference Include="..\Logistics.Types.Model\Logistics.Types.Model.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|