mattercontrol/Plugins/MatterControl.PartSheet/MatterControl.PartSheet.csproj

36 lines
1.3 KiB
XML
Raw Normal View History

<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>
2022-07-15 17:28:39 -07:00
<ItemGroup>
<PackageReference Include="PDFsharpNetStandard2" Version="1.51.4845" />
2022-11-30 17:36:17 -08:00
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
2022-07-15 17:28:39 -07:00
</ItemGroup>
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>
</Project>