30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
|||
|
|
<Nullable>disable</Nullable>
|
|||
|
|
<UseWPF>true</UseWPF>
|
|||
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
|||
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\..\..\Common\MegaRobo.Common\MegaRobo.ControlDevices\MegaRobo.ControlDevices.csproj" />
|
|||
|
|
<ProjectReference Include="..\MegaRobo.C00225155.Entities\MegaRobo.C00225155.Entities.csproj" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="MegaRobo.Entities">
|
|||
|
|
<HintPath>..\..\..\Common\MegaRobo.Common\MegaRobo.Entities\obj\Debug\net7.0\ref\MegaRobo.Entities.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="MegaRobo.WpfInfrastructure">
|
|||
|
|
<HintPath>bin\Debug\net7.0-windows\MegaRobo.WpfInfrastructure.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
</Project>
|