Did.SersLoader.Demo.csproj 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. <Version>2.1.1.351</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\Did.SersLoader.Demo.xml</DocumentationFile>
  11. </PropertyGroup>
  12. <ItemGroup>
  13. <None Update="wwwroot\**">
  14. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  15. </None>
  16. <None Update="contentTypeMap.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>