JiShe.CollectBus/protocols/JiShe.CollectBus.Protocol.Test/JiShe.CollectBus.Protocol.Test.csproj

28 lines
1004 B
XML
Raw Normal View History

2025-04-11 17:12:29 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-06-12 09:26:07 +08:00
<TargetFramework>$(DotnetTargetFrameworkVersion)</TargetFramework>
2025-04-11 17:12:29 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<BaseOutputPath></BaseOutputPath>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<ItemGroup>
2025-06-06 14:15:31 +08:00
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions"/>
<PackageReference Include="Volo.Abp.Core" />
2025-04-11 17:12:29 +08:00
</ItemGroup>
<ItemGroup>
2025-04-17 20:28:50 +08:00
<ProjectReference Include="..\..\services\JiShe.CollectBus.Domain\JiShe.CollectBus.Domain.csproj" />
<ProjectReference Include="..\..\shared\JiShe.CollectBus.Common\JiShe.CollectBus.Common.csproj" />
2025-04-25 14:42:11 +08:00
<ProjectReference Include="..\JiShe.CollectBus.Protocol.T37612012\JiShe.CollectBus.Protocol.T37612012.csproj" />
2025-04-11 17:12:29 +08:00
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
2025-04-17 20:28:50 +08:00
<Exec Command="copy $(TargetDir)JiShe.CollectBus.Protocol.Test.dll $(ProjectDir)..\..\web\JiShe.CollectBus.Host\Plugins\" />
2025-04-11 17:12:29 +08:00
</Target>
</Project>