19 lines
No EOL
554 B
XML
19 lines
No EOL
554 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<Company>MatterHackers Inc.</Company>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<ReleaseVersion>2.20.12</ReleaseVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj" />
|
|
<ProjectReference Include="..\Submodules\agg-sharp\Gui\Gui.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118" />
|
|
</ItemGroup>
|
|
|
|
</Project> |