35 lines
1.3 KiB
XML
35 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
<Company>MatterHackers Inc.</Company>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<OutputPath>..\..\MatterControl\bin\Release\</OutputPath>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<OutputPath>..\..\MatterControl\bin\Debug\</OutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="PDFsharpNetStandard2" Version="1.51.4845" />
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
|
|
</ItemGroup>
|
|
|
|
<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>
|
|
|
|
</Project>
|