2020-12-24 14:53:09 +08:00

24 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
<AssemblyName>MineTec.ProManager.Migrator</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>MineTec.ProManager.Migrator</PackageId>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
</PropertyGroup>
<ItemGroup>
<None Update="appsettings.json;log4net.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Abp.Castle.Log4Net" Version="5.9.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\MineTec.ProManager.Core\MineTec.ProManager.Core.csproj" />
<ProjectReference Include="..\..\src\MineTec.ProManager.EntityFrameworkCore\MineTec.ProManager.EntityFrameworkCore.csproj" />
</ItemGroup>
</Project>