2022-07-15 17:28:39 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2015-12-13 17:29:01 -08:00
|
|
|
|
<PropertyGroup>
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
2015-12-13 17:29:01 -08:00
|
|
|
|
<OutputType>Library</OutputType>
|
2018-08-31 08:49:22 -07:00
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
|
|
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
|
2022-02-05 10:52:22 -08:00
|
|
|
|
<RuntimeIdentifier>win</RuntimeIdentifier>
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
|
|
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
|
|
|
|
|
|
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
|
|
|
|
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
|
|
|
|
|
<PackageId>$(AssemblyName)</PackageId>
|
|
|
|
|
|
<Version>$(VersionPrefix)$(OutputPath)</Version>
|
|
|
|
|
|
<Authors>$(AssemblyName)</Authors>
|
2015-12-13 17:29:01 -08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2022-10-20 10:53:25 -07:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
|
2022-06-23 09:50:43 -07:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2022-06-23 10:07:52 -07:00
|
|
|
|
<PackageReference Include="NUnit" Version="3.13.3" />
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
|
2022-10-20 10:53:25 -07:00
|
|
|
|
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.346202">
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
2019-01-27 17:23:40 -08:00
|
|
|
|
</PackageReference>
|
2015-12-13 17:29:01 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\MatterControl.Tests\MatterControl\MatterControlUtilities.cs">
|
|
|
|
|
|
<Link>MatterControlUtilities.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<ProjectReference Include="..\..\MatterControl.Common\MatterControl.Common.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\MatterControl.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\MatterControl.MeshOperations\MatterControl.MeshOperations.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\MatterControl.Printing\MatterControl.Printing.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\MatterControl.Winforms\MatterControl.Winforms.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\MatterControlLib\MatterControlLib.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\agg\Agg.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\DataConverters3D\DataConverters3D.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\GuiAutomation\GuiAutomation.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\Gui\Gui.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\PlatformWin32\PlatformWin32.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\PolygonMesh\PolygonMesh.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\RenderOpenGl\RenderOpenGl.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\Tests\Agg.Tests\Agg.Tests.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\VectorMath\VectorMath.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Submodules\MatterSlice\MatterSliceLib\MatterSliceLib.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Submodules\MatterSlice\Tests\MatterSlice.Tests\MatterSlice.Tests.csproj" />
|
2015-12-13 17:29:01 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
|
|
|
|
</ItemGroup>
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="SlicingTests.cs" />
|
|
|
|
|
|
</ItemGroup>
|
2015-12-29 18:26:00 -08:00
|
|
|
|
</Project>
|