2019-04-03 13:46:11 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
|
|
|
|
<Company>MatterHackers Inc.</Company>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2022-11-28 11:34:33 -08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
|
|
<OutputPath>..\..\MatterControl\bin\Release\</OutputPath>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
|
<OutputPath>..\..\MatterControl\bin\Debug\</OutputPath>
|
2022-07-15 17:28:39 -07:00
|
|
|
|
</PropertyGroup>
|
2019-04-19 13:57:25 -07:00
|
|
|
|
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="PDFsharpNetStandard2" Version="1.51.4845" />
|
|
|
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
|
|
|
|
|
|
</ItemGroup>
|
2019-04-19 13:57:25 -07:00
|
|
|
|
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\MatterControl.Common\MatterControl.Common.csproj">
|
|
|
|
|
|
<Project>{2af30557-fc50-4de3-ad1c-7eb57131a9c5}</Project>
|
|
|
|
|
|
<Name>MatterControl.Common</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\..\MatterControlLib\MatterControlLib.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\agg\Agg.csproj">
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\Localizations\Localizations.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\VectorMath\VectorMath.csproj">
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
2019-04-03 13:46:11 -07:00
|
|
|
|
|
|
|
|
|
|
</Project>
|