|
@@ -1,24 +1,38 @@
|
|
-<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
-
|
|
|
|
- <PropertyGroup>
|
|
|
|
- <TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
|
- <Version>2.1.3.627</Version>
|
|
|
|
- <PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
|
|
|
|
- </PropertyGroup>
|
|
|
|
-
|
|
|
|
- <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.Gateway\Sers.Gateway\Sers.Gateway.csproj" />
|
|
|
|
- <ProjectReference Include="..\Sers.ServiceCenter\Apm\Sers.Gover.Apm.Zipkin\Sers.Gover.Apm.Zipkin.csproj" />
|
|
|
|
- <ProjectReference Include="..\Sers.ServiceCenter\Sers.Gover\Sers.Gover.csproj" />
|
|
|
|
- </ItemGroup>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
|
|
|
- <Exec Command="xcopy "$(ProjectDir)..\App.Gover.Gateway\wwwroot" "$(TargetDir)\wwwroot" /e /i /r /y" />
|
|
|
|
- </Target>
|
|
|
|
-
|
|
|
|
-</Project>
|
|
|
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
+
|
|
|
|
+ <PropertyGroup>
|
|
|
|
+ <OutputType>Exe</OutputType>
|
|
|
|
+ <TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
|
+ <Version>2.1.3.627</Version>
|
|
|
|
+ <PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Content Include="appsettings.json">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+
|
|
|
|
+ <Content Include="contentTypeMap.json">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.App" />
|
|
|
|
+
|
|
|
|
+ <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.Gateway\Sers.Gateway\Sers.Gateway.csproj" />
|
|
|
|
+ <ProjectReference Include="..\Sers.ServiceCenter\Apm\Sers.Gover.Apm.Zipkin\Sers.Gover.Apm.Zipkin.csproj" />
|
|
|
|
+ <ProjectReference Include="..\Sers.ServiceCenter\Sers.Gover\Sers.Gover.csproj" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
|
|
|
+ <Exec Command="xcopy "$(ProjectDir)..\App.Gover.Gateway\wwwroot" "$(TargetDir)\wwwroot" /e /i /r /y" />
|
|
|
|
+ </Target>
|
|
|
|
+
|
|
|
|
+</Project>
|