52 lines
2.5 KiB
XML
52 lines
2.5 KiB
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
|||
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|||
|
|
<Nullable>disable</Nullable>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\..\..\Common\MegaRobo.Common\MegaRobo.Connections\MegaRobo.Connections.csproj" />
|
|||
|
|
<ProjectReference Include="..\..\..\Common\MegaRobo.Common\MegaRobo.ControlDevices\MegaRobo.ControlDevices.csproj" />
|
|||
|
|
<ProjectReference Include="..\Common\Common.csproj" />
|
|||
|
|
<ProjectReference Include="..\MegaRobo.C00225155.DataAccess\MegaRobo.C00225155.DataAccess.csproj" />
|
|||
|
|
<ProjectReference Include="..\MegaRobo.C00225155.Entities\MegaRobo.C00225155.Entities.csproj" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="MegaRobo.Contract">
|
|||
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Contract.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.Utility">
|
|||
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Utility.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<PackageReference Include="CsvHelper" Version="33.1.0" />
|
|||
|
|
<PackageReference Include="Microsoft.Extensions.ApiDescription.Client" Version="7.0.2">
|
|||
|
|
<PrivateAssets>all</PrivateAssets>
|
|||
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|||
|
|
</PackageReference>
|
|||
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|||
|
|
<PackageReference Include="NSwag.ApiDescription.Client" Version="13.18.2">
|
|||
|
|
<PrivateAssets>all</PrivateAssets>
|
|||
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|||
|
|
</PackageReference>
|
|||
|
|
<PackageReference Include="System.Management" Version="8.0.0" />
|
|||
|
|
<PackageReference Include="System.ServiceModel.Duplex" Version="6.0.*" />
|
|||
|
|
<PackageReference Include="System.ServiceModel.Federation" Version="6.0.*" />
|
|||
|
|
<PackageReference Include="System.ServiceModel.Http" Version="6.0.*" />
|
|||
|
|
<PackageReference Include="System.ServiceModel.NetTcp" Version="6.0.*" />
|
|||
|
|
<PackageReference Include="System.ServiceModel.Security" Version="6.0.*" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
</Project>
|