App.Robot.Station.csproj 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <publish>Robot</publish>
  4. <docker>sers-demo-robot</docker>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <OutputType>Exe</OutputType>
  8. <TargetFramework>net6.0</TargetFramework>
  9. <RunPostBuildEvent>Always</RunPostBuildEvent>
  10. <Version>2.1.19-preview8</Version>
  11. <Description>https://github.com/serset/Sers</Description>
  12. </PropertyGroup>
  13. <PropertyGroup>
  14. <DocumentationFile>bin\Debug\net6.0\App.Robot.Station.xml</DocumentationFile>
  15. </PropertyGroup>
  16. <ItemGroup>
  17. <Content Include="appsettings.json">
  18. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  19. </Content>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <None Update="Data\App.Robot.json">
  23. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  24. </None>
  25. </ItemGroup>
  26. <ItemGroup>
  27. <Content Include="wwwroot\**">
  28. <Link>wwwroot\%(RecursiveDir)%(Filename)%(Extension)</Link>
  29. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  30. </Content>
  31. </ItemGroup>
  32. <ItemGroup>
  33. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.CL\Ipc\Sers.CL.Ipc.SharedMemory\Sers.CL.Ipc.SharedMemory.csproj" />
  34. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.CL\WebSocket\Sers.CL.WebSocket\Sers.CL.WebSocket.csproj" />
  35. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex\Sers.CL.Zmq.FullDuplex.csproj" />
  36. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.CL\Zmq\ThreadWait\Sers.CL.ClrZmq.ThreadWait\Sers.CL.ClrZmq.ThreadWait.csproj" />
  37. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
  38. </ItemGroup>
  39. </Project>