Did.SersLoader.Demo.csproj 1.7 KB

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