App.Demo.Station.csproj 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. <Version>2.1.1.281</Version>
  6. <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
  7. <Description>https://github.com/sersms/Sers/tree/2.1.1/release</Description>
  8. </PropertyGroup>
  9. <PropertyGroup>
  10. <DocumentationFile>bin\Debug\netcoreapp2.1\App.Demo.Station.xml</DocumentationFile>
  11. </PropertyGroup>
  12. <ItemGroup>
  13. <Folder Include="wwwroot\" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <None Update="mappings.json">
  17. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  18. </None>
  19. <Content Include="appsettings.json">
  20. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  21. </Content>
  22. </ItemGroup>
  23. <ItemGroup>
  24. <ProjectReference Include="..\..\..\..\Sers\Sers.CL\Ipc\Sers.CL.Ipc.SharedMemory\Sers.CL.Ipc.SharedMemory.csproj" />
  25. <ProjectReference Include="..\..\..\..\Sers\Sers.CL\WebSocket\Sers.CL.WebSocket\Sers.CL.WebSocket.csproj" />
  26. <ProjectReference Include="..\..\..\..\Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex\Sers.CL.Zmq.FullDuplex.csproj" />
  27. <ProjectReference Include="..\..\..\..\Sers\Sers.CL\Zmq\ThreadWait\Sers.CL.ClrZmq.ThreadWait\Sers.CL.ClrZmq.ThreadWait.csproj" />
  28. <ProjectReference Include="..\..\..\..\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
  29. <ProjectReference Include="..\..\..\..\Vit\Vit.Net.Http.FormFile\Vit.Net.Http.FormFile.csproj" />
  30. </ItemGroup>
  31. </Project>