Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\HBLConsole.Attribute\HBLConsole.Attributes.csproj" />
- <ProjectReference Include="..\HBLConsole.Communication\HBLConsole.Communication.csproj" />
- <ProjectReference Include="..\HBLConsole.Factory\HBLConsole.Factory.csproj" />
- <ProjectReference Include="..\HBLConsole.Interface\HBLConsole.Interface.csproj" />
- <ProjectReference Include="..\HBLConsole.Model\HBLConsole.Model.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Reference Include="BPA.Message">
- <HintPath>D:\BPACommon_output\net5.0\BPA.Message.dll</HintPath>
- </Reference>
- <Reference Include="BPA.Models">
- <HintPath>D:\BPACommon_output\net5.0\BPA.Models.dll</HintPath>
- </Reference>
- </ItemGroup>
-
- </Project>
|