123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <publish>Demo</publish>
- <docker>sers-demo</docker>
- </PropertyGroup>
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp2.1</TargetFramework>
- <Version>2.1.11</Version>
- <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
- <Description>https://github.com/serset/Sers</Description>
- </PropertyGroup>
- <PropertyGroup>
- <DocumentationFile>bin\Debug\netcoreapp2.1\Did.SersLoader.Demo.xml</DocumentationFile>
- </PropertyGroup>
-
-
- <ItemGroup>
- <None Update="wwwroot\**">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
-
- <None Update="contentTypeMap.json">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
-
- <Content Include="appsettings.json">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\Library\Sers\Sers.CL\Ipc\Sers.CL.Ipc.SharedMemory\Sers.CL.Ipc.SharedMemory.csproj" />
- <ProjectReference Include="..\..\..\..\Library\Sers\Sers.CL\WebSocket\Sers.CL.WebSocket\Sers.CL.WebSocket.csproj" />
- <ProjectReference Include="..\..\..\..\Library\Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex\Sers.CL.Zmq.FullDuplex.csproj" />
- <ProjectReference Include="..\..\..\..\Library\Sers\Sers.CL\Zmq\ThreadWait\Sers.CL.ClrZmq.ThreadWait\Sers.CL.ClrZmq.ThreadWait.csproj" />
- <ProjectReference Include="..\..\..\..\Library\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
- <ProjectReference Include="..\..\..\..\Library\Vit\Vit.Net.Http.FormFile\Vit.Net.Http.FormFile.csproj" />
- </ItemGroup>
- </Project>
|