55 lines
No EOL
3.4 KiB
XML
55 lines
No EOL
3.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
<OutputType>Library</OutputType>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
|
|
<RuntimeIdentifier>win</RuntimeIdentifier>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
<!-- AppVeyor builder wants the old paths. -->
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Community.CsharpSqlite\Community.CsharpSqlite.csproj" />
|
|
<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\Localizations\Localizations.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\MatterSlice.csproj" />
|
|
<ProjectReference Include="..\..\Submodules\MatterSlice\MatterSliceLib\MatterSliceLib.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="NUnit" Version="3.13.3" />
|
|
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
|
|
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.410601">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Remove="MatterControl\LibraryProviderSqliteTests.cs" />
|
|
<Compile Remove="MatterControl\LibraryProviderTests.cs" />
|
|
<Compile Remove="MatterControl\Slicing\SliceMappingTests.cs" />
|
|
</ItemGroup>
|
|
</Project> |