App.Robot.Station.csproj 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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.1.297</Version>
  7. <Description>https://github.com/sersms/Sers/tree/2.1.1/release</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. <ProjectReference Include="..\..\..\Sers\Sers.CL\Ipc\Sers.CL.Ipc.SharedMemory\Sers.CL.Ipc.SharedMemory.csproj" />
  19. <ProjectReference Include="..\..\..\Sers\Sers.CL\WebSocket\Sers.CL.WebSocket\Sers.CL.WebSocket.csproj" />
  20. <ProjectReference Include="..\..\..\Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex\Sers.CL.Zmq.FullDuplex.csproj" />
  21. <ProjectReference Include="..\..\..\Sers\Sers.CL\Zmq\ThreadWait\Sers.CL.ClrZmq.ThreadWait\Sers.CL.ClrZmq.ThreadWait.csproj" />
  22. <ProjectReference Include="..\..\..\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <None Update="Data\App.Robot.json">
  26. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  27. </None>
  28. </ItemGroup>
  29. <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
  30. <Exec Command="xcopy &quot;$(ProjectDir)wwwroot&quot; &quot;$(TargetDir)\wwwroot&quot; /e /i /r /y&#xD;&#xA;" />
  31. </Target>
  32. </Project>