App.ServiceCenter.csproj 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. <Version>2.1.6-temp</Version>
  6. <PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Content Include="appsettings.json">
  10. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  11. </Content>
  12. <Content Include="contentTypeMap.json">
  13. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  14. </Content>
  15. </ItemGroup>
  16. <ItemGroup>
  17. <PackageReference Include="Microsoft.AspNetCore.App" />
  18. <ProjectReference Include="..\..\Library\Sers\Sers.CL\Ipc\Sers.CL.Ipc.SharedMemory\Sers.CL.Ipc.SharedMemory.csproj" />
  19. <ProjectReference Include="..\..\Library\Sers\Sers.CL\WebSocket\Sers.CL.WebSocket\Sers.CL.WebSocket.csproj" />
  20. <ProjectReference Include="..\..\Library\Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex\Sers.CL.Zmq.FullDuplex.csproj" />
  21. <ProjectReference Include="..\..\Library\Sers\Sers.CL\Zmq\ThreadWait\Sers.CL.ClrZmq.ThreadWait\Sers.CL.ClrZmq.ThreadWait.csproj" />
  22. <ProjectReference Include="..\..\Library\Sers\Sers.Gateway\Sers.Gateway\Sers.Gateway.csproj" />
  23. <ProjectReference Include="..\Sers.ServiceCenter\Apm\Sers.Gover.Apm.Zipkin\Sers.Gover.Apm.Zipkin.csproj" />
  24. <ProjectReference Include="..\Sers.ServiceCenter\Sers.Gover\Sers.Gover.csproj" />
  25. </ItemGroup>
  26. <ItemGroup>
  27. <Content Include="..\App.Gover.Gateway\wwwroot\**">
  28. <Link>wwwroot\%(RecursiveDir)%(Filename)%(Extension)</Link>
  29. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  30. </Content>
  31. </ItemGroup>
  32. <!--<ItemGroup>
  33. <Content Include="..\App.Gover.Gateway\**">
  34. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  35. </Content>
  36. <Content Remove="..\App.Gover.Gateway\App.Gover.Gateway.csproj" />
  37. </ItemGroup>-->
  38. <!--<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
  39. <Exec Command="xcopy &quot;$(ProjectDir)..\App.Gover.Gateway\wwwroot&quot; &quot;$(TargetDir)\wwwroot&quot; /e /i /r /y" />
  40. </Target>-->
  41. </Project>