App.ServiceCenter.csproj 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. <Version>2.1.1.478</Version>
  6. <Description>https://github.com/serset/Sers/tree/2.1.1/release</Description>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Content Include="web.config">
  10. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  11. </Content>
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\..\Library\Sers\Sers.CL\Ipc\Sers.CL.Ipc.SharedMemory\Sers.CL.Ipc.SharedMemory.csproj" />
  15. <ProjectReference Include="..\..\Library\Sers\Sers.CL\WebSocket\Sers.CL.WebSocket\Sers.CL.WebSocket.csproj" />
  16. <ProjectReference Include="..\..\Library\Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex\Sers.CL.Zmq.FullDuplex.csproj" />
  17. <ProjectReference Include="..\..\Library\Sers\Sers.CL\Zmq\ThreadWait\Sers.CL.ClrZmq.ThreadWait\Sers.CL.ClrZmq.ThreadWait.csproj" />
  18. <ProjectReference Include="..\..\Gateway\Sers.Gateway\Sers.Gateway\Sers.Gateway.csproj" />
  19. <ProjectReference Include="..\Sers.ServiceCenter\Apm\Sers.Gover.Apm.Zipkin\Sers.Gover.Apm.Zipkin.csproj" />
  20. <ProjectReference Include="..\Sers.ServiceCenter\Sers.Gover\Sers.Gover.csproj" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <None Update="appsettings.json">
  24. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  25. </None>
  26. <None Update="contentTypeMap.json">
  27. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  28. </None>
  29. </ItemGroup>
  30. <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
  31. <Exec Command="xcopy &quot;$(ProjectDir)..\App.Gover.Gateway\wwwroot&quot; &quot;$(TargetDir)\wwwroot&quot; /e /i /r /y" />
  32. </Target>
  33. </Project>