2018-09-05 17:32:25 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<PropertyGroup>
|
2018-09-05 17:32:25 -07:00
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
|
<Company>MatterHackers Inc.</Company>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</PropertyGroup>
|
2018-09-05 17:32:25 -07:00
|
|
|
|
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<ItemGroup>
|
2018-09-05 17:32:25 -07:00
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\Gui\Gui.csproj" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</ItemGroup>
|
2018-09-05 17:32:25 -07:00
|
|
|
|
|
|
|
|
|
|
</Project>
|