mattercontrol/MatterControl.Printing/MatterControl.Printing.csproj

21 lines
572 B
XML
Raw Normal View History

2018-09-05 17:32:25 -07:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2018-09-05 17:32:25 -07:00
<TargetFramework>netstandard2.0</TargetFramework>
<Company>MatterHackers Inc.</Company>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
2018-09-05 17:32:25 -07:00
<ItemGroup>
2018-09-05 17:32:25 -07:00
<PackageReference Include="Microsoft.Win32.Registry" Version="4.5.0" />
</ItemGroup>
2018-09-05 17:32:25 -07:00
<ItemGroup>
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj">
</ProjectReference>
<ProjectReference Include="..\Submodules\agg-sharp\VectorMath\VectorMath.csproj">
</ProjectReference>
</ItemGroup>
2018-09-05 17:32:25 -07:00
</Project>