App.Gover.Gateway.csproj 1.6 KB

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