App.ServiceCenter.csproj 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <publish>ServiceCenter</publish>
  4. <docker>sers</docker>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <OutputType>Exe</OutputType>
  8. <TargetFramework>net5.0</TargetFramework>
  9. <Version>2.1.19</Version>
  10. <PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
  11. </PropertyGroup>
  12. <ItemGroup>
  13. <Content Include="appsettings.json">
  14. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  15. </Content>
  16. <Content Include="contentTypeMap.json">
  17. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  18. </Content>
  19. </ItemGroup>
  20. <ItemGroup>
  21. <PackageReference Include="Microsoft.AspNetCore.App" />
  22. <ProjectReference Include="..\..\Library\Sers\Sers.CL\Ipc\Sers.CL.Ipc.SharedMemory\Sers.CL.Ipc.SharedMemory.csproj" />
  23. <ProjectReference Include="..\..\Library\Sers\Sers.CL\WebSocket\Sers.CL.WebSocket\Sers.CL.WebSocket.csproj" />
  24. <ProjectReference Include="..\..\Library\Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex\Sers.CL.Zmq.FullDuplex.csproj" />
  25. <ProjectReference Include="..\..\Library\Sers\Sers.CL\Zmq\ThreadWait\Sers.CL.ClrZmq.ThreadWait\Sers.CL.ClrZmq.ThreadWait.csproj" />
  26. <ProjectReference Include="..\..\Library\Sers\Sers.Gateway\Sers.Gateway\Sers.Gateway.csproj" />
  27. <ProjectReference Include="..\Sers.ServiceCenter\Sers.Gover\Sers.Gover.csproj" />
  28. </ItemGroup>
  29. <ItemGroup>
  30. <Content Include="..\App.Gover.Gateway\wwwroot\**">
  31. <Link>wwwroot\%(RecursiveDir)%(Filename)%(Extension)</Link>
  32. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  33. </Content>
  34. </ItemGroup>
  35. </Project>