- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp2.2</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\HaBookCms.Common\HaBookCms.Common.csproj" />
- <ProjectReference Include="..\HaBookCms.Core\HaBookCms.Core.csproj" />
- <ProjectReference Include="..\HaBookCms.IP2Region\HaBookCms.IP2Region.csproj" />
- <ProjectReference Include="..\HaBookCms.Response\HaBookCms.Response.csproj" />
- </ItemGroup>
- </Project>
|