<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup Label="Globals">
|
<SccProjectName>SAK</SccProjectName>
|
<SccProvider>SAK</SccProvider>
|
<SccAuxPath>SAK</SccAuxPath>
|
<SccLocalPath>SAK</SccLocalPath>
|
</PropertyGroup>
|
|
<PropertyGroup>
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
<ApplicationIcon />
|
<OutputType>Library</OutputType>
|
<StartupObject />
|
</PropertyGroup>
|
<ItemGroup>
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
</ItemGroup>
|
<ItemGroup>
|
<PackageReference Include="AutoMapper" Version="6.2.2" />
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.0" />
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.0" />
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.0" />
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1.0" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\WIDESEA_Common\WIDESEA_Common.csproj" />
|
<ProjectReference Include="..\WIDESEA_Core\WIDESEA_Core.csproj" />
|
<ProjectReference Include="..\WIDESEA_Entity\WIDESEA_Entity.csproj" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Reference Include="HslCommunication">
|
<HintPath>..\WIDESEA_Common\Reference\HslCommunication.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
|
</Project>
|