Files
iMES_Net/iMES.Production/iMES.Production.csproj

15 lines
435 B
XML
Raw Normal View History

2026-02-06 18:34:35 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\iMES.Core\iMES.Core.csproj" />
<ProjectReference Include="..\iMES.Custom\iMES.Custom.csproj" />
<ProjectReference Include="..\iMES.Entity\iMES.Entity.csproj" />
<ProjectReference Include="..\iMES.System\iMES.System.csproj" />
</ItemGroup>
</Project>