2018-09-05 17:32:25 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2017-06-21 23:26:20 -07:00
|
|
|
|
<PropertyGroup>
|
2018-09-05 17:32:25 -07:00
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
|
<Company>MatterHackers Inc.</Company>
|
2017-06-21 23:26:20 -07:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2020-12-03 11:21:23 -08:00
|
|
|
|
<ReleaseVersion>2.20.12</ReleaseVersion>
|
2017-06-21 23:26:20 -07:00
|
|
|
|
</PropertyGroup>
|
2018-09-05 17:32:25 -07:00
|
|
|
|
|
2017-06-21 23:26:20 -07:00
|
|
|
|
<ItemGroup>
|
2018-09-05 17:32:25 -07:00
|
|
|
|
<ProjectReference Include="..\MatterControl.Printing\MatterControl.Printing.csproj">
|
2020-12-03 11:21:23 -08:00
|
|
|
|
</ProjectReference>
|
2017-06-21 23:26:20 -07:00
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj">
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\Gui\Gui.csproj">
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\RenderOpenGl\RenderOpenGl.csproj">
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<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>
|