Files
Kansan/KanSan/KanSan.csproj
2020-06-13 16:50:28 +02:00

36 lines
1.5 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.40" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.5" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.4" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.Design" Version="1.1.0" />
<PackageReference Include="Syncfusion.DocIO.Wpf" Version="18.1.0.56" />
<PackageReference Include="Syncfusion.DocToPDFConverter.Wpf" Version="18.1.0.56" />
<PackageReference Include="Syncfusion.Grid.WPF" Version="18.1.0.56" />
<PackageReference Include="Syncfusion.Shared.WPF" Version="18.1.0.56" />
<PackageReference Include="Syncfusion.XlsIO.Wpf" Version="18.1.0.56" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KanSan.Base\KanSan.Base.csproj" />
<ProjectReference Include="..\KanSan.ViewModel\KanSan.ViewModel.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="aufmass.xls">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>