2021-02-12 10:06:11 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-02-12 10:06:11 -08:00
|
|
|
|
<Company>MatterHackers Inc.</Company>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<ReleaseVersion>2.20.12</ReleaseVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-06-23 10:07:52 -07:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
|
2021-02-12 10:06:11 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\MatterControl.Common\MatterControl.Common.csproj">
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\MatterControl.Printing\MatterControl.Printing.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj">
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\DataConverters3D\DataConverters3D.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\Localizations\Localizations.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\VectorMath\VectorMath.csproj">
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|