mattercontrol/original/MatterControl.Printing/MatterControl.Printing.csproj

35 lines
1.2 KiB
XML
Raw Normal View History

2018-09-05 17:32:25 -07:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2022-07-15 17:28:39 -07:00
<TargetFramework>net6.0</TargetFramework>
2018-09-05 17:32:25 -07:00
<Company>MatterHackers Inc.</Company>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2020-12-03 11:21:23 -08:00
<ReleaseVersion>2.20.12</ReleaseVersion>
</PropertyGroup>
2018-09-05 17:32:25 -07:00
<ItemGroup>
2020-12-06 16:44:44 -08:00
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
</ItemGroup>
2018-09-05 17:32:25 -07:00
<ItemGroup>
2022-11-30 17:36:17 -08:00
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
2019-02-04 08:41:08 -08:00
<ProjectReference Include="..\MatterControl.Common\MatterControl.Common.csproj">
</ProjectReference>
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj">
</ProjectReference>
2019-06-23 11:34:22 -07:00
<ProjectReference Include="..\Submodules\agg-sharp\DataConverters3D\DataConverters3D.csproj" />
2019-01-06 08:15:39 -08:00
<ProjectReference Include="..\Submodules\agg-sharp\Localizations\Localizations.csproj" />
<ProjectReference Include="..\Submodules\agg-sharp\VectorMath\VectorMath.csproj">
</ProjectReference>
</ItemGroup>
2018-09-05 17:32:25 -07:00
2020-12-06 16:44:44 -08:00
<ItemGroup>
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118" />
</ItemGroup>
2018-09-05 17:32:25 -07:00
</Project>