Remove MatterControl coupling to PartSheet plugin

- Issue MatterHackers/MCCentral#5365
MatterControl has compile time dependency to PartSheet assembly
This commit is contained in:
jlewin 2019-04-19 13:57:25 -07:00
parent a592abc3f2
commit 12c7f40a1e
2 changed files with 10 additions and 5 deletions

View file

@ -3,7 +3,16 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Company>MatterHackers Inc.</Company>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\bin\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\bin\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>