C00225155-02/C00225155/MegaRobo.C00225155/MegaRobo.C00225155.Entities/MegaRobo.C00225155.Entities...

39 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="新文件夹1\**" />
<Compile Remove="新文件夹\**" />
<EmbeddedResource Remove="新文件夹1\**" />
<EmbeddedResource Remove="新文件夹\**" />
<None Remove="新文件夹1\**" />
<None Remove="新文件夹\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="HttpListenerEx.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="MegaRobo.Entities">
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Entities.dll</HintPath>
</Reference>
<Reference Include="MegaRobo.Utility">
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Utility.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>