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>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
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>
|
2019-12-14 12:22:04 -08:00
|
|
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
|
2017-06-21 23:26:20 -07:00
|
|
|
|
</ItemGroup>
|
2018-09-05 17:32:25 -07:00
|
|
|
|
|
2017-06-21 23:26:20 -07:00
|
|
|
|
<ItemGroup>
|
2019-02-04 08:41:08 -08:00
|
|
|
|
<ProjectReference Include="..\MatterControl.Common\MatterControl.Common.csproj">
|
|
|
|
|
|
<Project>{2af30557-fc50-4de3-ad1c-7eb57131a9c5}</Project>
|
|
|
|
|
|
<Name>MatterControl.Common</Name>
|
|
|
|
|
|
</ProjectReference>
|
2017-06-21 23:26:20 -07:00
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj">
|
|
|
|
|
|
</ProjectReference>
|
2019-06-23 11:34:22 -07:00
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\DataConverters3D\DataConverters3D.csproj" />
|
2019-01-06 08:15:39 -08:00
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\Localizations\Localizations.csproj" />
|
2017-06-21 23:26:20 -07:00
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\VectorMath\VectorMath.csproj">
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
2018-09-05 17:32:25 -07:00
|
|
|
|
|
|
|
|
|
|
</Project>
|