App.Robot.Station.csproj 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. <RunPostBuildEvent>Always</RunPostBuildEvent>
  6. <Version>2.0.1</Version>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <DocumentationFile>bin\Debug\netcoreapp2.1\App.Robot.Station.xml</DocumentationFile>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <Content Include="appsettings.json">
  13. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  14. </Content>
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\..\..\..\Sers\Sers.Mq\Ipc\Sers.Mq.Ipc.SharedMemory\Sers.Mq.Ipc.SharedMemory.csproj" />
  18. <ProjectReference Include="..\..\..\..\Sers\Sers.Mq\Zmq\ThreadWait\Sers.Mq.Zmq.ClrZmq.ThreadWait\Sers.Mq.Zmq.ClrZmq.ThreadWait.csproj" />
  19. <ProjectReference Include="..\..\..\..\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
  20. </ItemGroup>
  21. <ItemGroup>
  22. <None Update="Data\App.Robot.json">
  23. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  24. </None>
  25. </ItemGroup>
  26. <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
  27. <Exec Command="xcopy &quot;$(ProjectDir)wwwroot&quot; &quot;$(TargetDir)\wwwroot&quot; /e /i /r /y&#xD;&#xA;" />
  28. </Target>
  29. </Project>