App.Gover.Gateway.csproj 1.5 KB

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