AspQuotesService, NamedPipes, BusLibrary02.Core
D:\Projects\VS\26\AspQuotesService\AspQuotesService.slnx
---------------------------------------------------------------------------------------
D:\Projects\VS\26\AspQuotesService\CaQuotesService01\CaQuotesService01.csproj
------------------------------------------------------------------------------------------
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net10.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.2" /> <PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.2" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Quotes.Server\Quotes.Server.csproj" /> </ItemGroup> <ItemGroup> <Reference Include="BusLibrary02.Core"> <HintPath>..\..\..\OtusCSharp250505\BusLibrary02.Core\bin\Release\net10.0\BusLibrary02.Core.dll</HintPath> </Reference> </ItemGroup> </Project>
------------------------------------------------------------------
D:\Projects\VS\26\AspQuotesService\Quotes.Contracts\Quotes.Contracts.csproj-------------------------------------------------------------------
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net10.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Reference Include="BusLibrary02.Core"> <HintPath>..\..\..\OtusCSharp250505\BusLibrary02.Core\bin\Release\net10.0\BusLibrary02.Core.dll</HintPath> </Reference> </ItemGroup> </Project>
-------------------------------------------------------------------
D:\Projects\VS\26\AspQuotesService\Quotes.FeedSimulator\Quotes.FeedSimulator.csproj-------------------------------------------------------------------
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net10.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\Quotes.Contracts\Quotes.Contracts.csproj" /> </ItemGroup> </Project>
------------------------------------------------------------------------
D:\Projects\VS\26\AspQuotesService\Quotes.Server\Quotes.Server.csproj
------------------------------------------------------------------------<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net10.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <OutputType>Exe</OutputType> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.2" /> <PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.2" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Quotes.Contracts\Quotes.Contracts.csproj" /> </ItemGroup> <ItemGroup> <Reference Include="BusLibrary02.Core"> <HintPath>..\..\..\OtusCSharp250505\BusLibrary02.Core\bin\Release\net10.0\BusLibrary02.Core.dll</HintPath> </Reference> </ItemGroup> </Project>
Комментариев нет:
Отправить комментарий