30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<UseWPF>true</UseWPF>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="ilmerge" Version="3.0.29" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.1">
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.1" />
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.1.2" />
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.Design" Version="1.1.0" />
|
|
<PackageReference Include="Syncfusion.DocIO.Wpf" Version="17.4.0.49" />
|
|
<PackageReference Include="Syncfusion.DocToPDFConverter.Wpf" Version="17.4.0.49" />
|
|
<PackageReference Include="Syncfusion.Grid.WPF" Version="17.4.0.49" />
|
|
<PackageReference Include="Syncfusion.XlsIO.Wpf" Version="17.4.0.49" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Update="kanSan.db">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
</Project> |