App.Robot.Station.csproj 1.6 KB

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