mattercontrol/original/MatterHackers.gsSlicer/MatterControl.gsSlicer.csproj

37 lines
1.4 KiB
XML
Raw Permalink Normal View History

2019-06-27 18:54:01 -07:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
2020-12-03 11:21:23 -08:00
<ReleaseVersion>2.20.12</ReleaseVersion>
2019-06-27 18:54:01 -07:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2019-06-28 11:59:36 -07:00
<OutputPath>..\bin\Debug\</OutputPath>
2019-06-27 18:54:01 -07:00
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
2019-06-28 11:59:36 -07:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\bin\Release\</OutputPath>
</PropertyGroup>
2019-06-27 18:54:01 -07:00
<ItemGroup>
2020-12-06 17:39:25 -08:00
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2019-06-27 18:54:01 -07:00
</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\gsSlicer\gsSlicer.csproj" />
</ItemGroup>
2020-12-06 16:44:44 -08:00
<ItemGroup>
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118" />
</ItemGroup>
2019-06-27 18:54:01 -07:00
</Project>