App.Robot.Station.csproj 1.6 KB

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