48 lines
2.1 KiB
XML
48 lines
2.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
<Nullable>disable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
|
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.0" />
|
|
<PackageReference Include="NETStandard.HttpListener" Version="1.0.3.5" />
|
|
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\Common\MegaRobo.Common\MegaRobo.ControlDevices\MegaRobo.ControlDevices.csproj" />
|
|
<ProjectReference Include="..\Common\Common.csproj" />
|
|
<ProjectReference Include="..\MegaRobo.C00225155.ControlDevices\MegaRobo.C00225155.ControlDevices.csproj" />
|
|
<ProjectReference Include="..\MegaRobo.C00225155.DataAccess\MegaRobo.C00225155.DataAccess.csproj" />
|
|
<ProjectReference Include="..\MegaRobo.C00225155.Entities\MegaRobo.C00225155.Entities.csproj" />
|
|
<ProjectReference Include="..\MegaRobo.RRQuartz\MegaRobo.RRQuartz.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="MegaRobo.Contract">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Contract.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.DataAccess">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.DataAccess.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.Entities">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Entities.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.Logger">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Logger.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.PipetteTool.HamiltonConsole">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.PipetteTool.HamiltonConsole.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.Utility">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Utility.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|