Did.SersLoader.Demo.csproj 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <publish>Demo</publish>
  4. <docker>sers-demo</docker>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <OutputType>Exe</OutputType>
  8. <TargetFramework>netcoreapp2.1</TargetFramework>
  9. <Version>2.1.11</Version>
  10. <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
  11. <Description>https://github.com/serset/Sers</Description>
  12. </PropertyGroup>
  13. <PropertyGroup>
  14. <DocumentationFile>bin\Debug\netcoreapp2.1\Did.SersLoader.Demo.xml</DocumentationFile>
  15. </PropertyGroup>
  16. <ItemGroup>
  17. <None Update="wwwroot\**">
  18. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  19. </None>
  20. <None Update="contentTypeMap.json">
  21. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  22. </None>
  23. <Content Include="appsettings.json">
  24. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  25. </Content>
  26. </ItemGroup>
  27. <ItemGroup>
  28. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.CL\Ipc\Sers.CL.Ipc.SharedMemory\Sers.CL.Ipc.SharedMemory.csproj" />
  29. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.CL\WebSocket\Sers.CL.WebSocket\Sers.CL.WebSocket.csproj" />
  30. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex\Sers.CL.Zmq.FullDuplex.csproj" />
  31. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.CL\Zmq\ThreadWait\Sers.CL.ClrZmq.ThreadWait\Sers.CL.ClrZmq.ThreadWait.csproj" />
  32. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
  33. <ProjectReference Include="..\..\..\..\Library\Vit\Vit.Net.Http.FormFile\Vit.Net.Http.FormFile.csproj" />
  34. </ItemGroup>
  35. </Project>