mattercontrol/MatterHackers.gsSlicer/MatterControl.gsSlicer.csproj
2020-02-07 15:26:30 -08:00

29 lines
1.3 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>F:\Sources\mccentral\MatterControl\bin\Debug</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MatterControl.Common\MatterControl.Common.csproj" />
<ProjectReference Include="..\MatterControl.Printing\MatterControl.Printing.csproj" />
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj" />
<ProjectReference Include="..\Submodules\agg-sharp\DataConverters3D\DataConverters3D.csproj" />
<ProjectReference Include="..\Submodules\agg-sharp\VectorMath\VectorMath.csproj" />
<ProjectReference Include="..\Submodules\geometry3Sharp\geometry3Sharp.csproj" />
<ProjectReference Include="..\Submodules\gsGCode\gsGCode.csproj" />
<ProjectReference Include="..\Submodules\gsGeometry\gsGeometry.csproj" />
<ProjectReference Include="..\Submodules\gsSlicerPro\gsSlicerPro.csproj" />
<ProjectReference Include="..\Submodules\gsSlicer\gsSlicer.csproj" />
</ItemGroup>
</Project>