You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
2.4 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<None Remove="appsettings.json" />
</ItemGroup>
<ItemGroup>
<Content Include="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SlnMesnac.Business\SlnMesnac.Business.csproj" />
<ProjectReference Include="..\SlnMesnac.Common\SlnMesnac.Common.csproj" />
<ProjectReference Include="..\SlnMesnac.Config\SlnMesnac.Config.csproj" />
<ProjectReference Include="..\SlnMesnac.Extensions\SlnMesnac.Extensions.csproj" />
<ProjectReference Include="..\SlnMesnac.Generate\SlnMesnac.Generate.csproj" />
<ProjectReference Include="..\SlnMesnac.Ioc\SlnMesnac.Ioc.csproj" />
<ProjectReference Include="..\SlnMesnac.Model\SlnMesnac.Model.csproj" />
<ProjectReference Include="..\SlnMesnac.Redis\SlnMesnac.Redis.csproj" />
<ProjectReference Include="..\SlnMesnac.Repository\SlnMesnac.Repository.csproj" />
<ProjectReference Include="..\SlnMesnac.Serilog\SlnMesnac.Serilog.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="BarcodeStandard">
<HintPath>DLL\BarcodeStandard.dll</HintPath>
</Reference>
<Reference Include="BinaryKits.Zpl.Label">
<HintPath>DLL\BinaryKits.Zpl.Label.dll</HintPath>
</Reference>
<Reference Include="BinaryKits.Zpl.Viewer">
<HintPath>DLL\BinaryKits.Zpl.Viewer.dll</HintPath>
</Reference>
<Reference Include="Neodynamic.SDK.ZPLPrinter">
<HintPath>DLL\Neodynamic.SDK.ZPLPrinter.dll</HintPath>
</Reference>
<Reference Include="QRCoder">
<HintPath>DLL\QRCoder.dll</HintPath>
</Reference>
<Reference Include="SixLabors.ImageSharp">
<HintPath>DLL\SixLabors.ImageSharp.dll</HintPath>
</Reference>
<Reference Include="SkiaSharp">
<HintPath>DLL\SkiaSharp.dll</HintPath>
</Reference>
<Reference Include="ZPLPrintDLL">
<HintPath>DLL\ZPLPrintDLL.dll</HintPath>
</Reference>
</ItemGroup>
</Project>