App.Gateway.csproj 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. <Version>2.1.1.326</Version>
  6. <Description>https://github.com/sersms/Sers/tree/2.1.1/release</Description>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Content Include="contentTypeMap.json">
  10. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  11. </Content>
  12. <Content Include="appsettings.json">
  13. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  14. </Content>
  15. <Content Include="web.config">
  16. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  17. </Content>
  18. </ItemGroup>
  19. <ItemGroup>
  20. <ProjectReference Include="..\..\..\Sers\Sers.CL\Ipc\Sers.CL.Ipc.SharedMemory\Sers.CL.Ipc.SharedMemory.csproj" />
  21. <ProjectReference Include="..\..\..\Sers\Sers.CL\WebSocket\Sers.CL.WebSocket\Sers.CL.WebSocket.csproj" />
  22. <ProjectReference Include="..\..\..\Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex\Sers.CL.Zmq.FullDuplex.csproj" />
  23. <ProjectReference Include="..\..\..\Sers\Sers.CL\Zmq\ThreadWait\Sers.CL.ClrZmq.ThreadWait\Sers.CL.ClrZmq.ThreadWait.csproj" />
  24. <ProjectReference Include="..\..\..\Sers\Sers.Gateway\Sers.Gateway\Sers.Gateway.csproj" />
  25. </ItemGroup>
  26. </Project>