2020-09-04 12:49:15 +05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="SharpZipLib" Version="1.2.0" />
|
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\DataClients\DataClients.csproj" />
|
|
|
|
<ProjectReference Include="..\Mailing\Mailing.csproj" />
|
2021-05-25 17:00:45 +05:00
|
|
|
<ProjectReference Include="..\PrintPDF\MigraDoc.DocumentObjectModel\MigraDoc.DocumentObjectModel.csproj" />
|
|
|
|
<ProjectReference Include="..\PrintPDF\MigraDoc.Rendering\MigraDoc.Rendering.csproj" />
|
|
|
|
<ProjectReference Include="..\PrintPDF\PdfSharp.Charting\PdfSharp.Charting.csproj" />
|
|
|
|
<ProjectReference Include="..\PrintPDF\PdfSharp\PdfSharp.csproj" />
|
2020-09-04 12:49:15 +05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|