2018-09-06 16:08:00 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<Company>MatterHackers Inc.</Company>
|
2020-12-03 11:21:23 -08:00
|
|
|
|
<ReleaseVersion>2.20.12</ReleaseVersion>
|
2018-09-06 16:08:00 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
|
<DefineConstants>TRACE;DEBUG;USE_OPENGL;IS_WINDOWS;IS_WINDOWS_FORMS</DefineConstants>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
|
|
<DefineConstants>TRACE;USE_OPENGL;IS_WINDOWS;IS_WINDOWS_FORMS</DefineConstants>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2018-12-15 08:53:46 -08:00
|
|
|
|
<PropertyGroup Condition="'$(SolutionFileName)'=='MatterControlAndroid.sln'">
|
|
|
|
|
|
<DefineConstants>$(DefineConstants);__ANDROID__</DefineConstants>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="Community.CsharpSqlite\**" />
|
|
|
|
|
|
<Compile Remove="Launcher\**" />
|
|
|
|
|
|
<Compile Remove="MatterControl.OpenGL\**" />
|
|
|
|
|
|
<Compile Remove="MatterControl.Printing\**" />
|
|
|
|
|
|
<Compile Remove="MatterControl.Winforms\**" />
|
|
|
|
|
|
<Compile Remove="packages\**" />
|
|
|
|
|
|
<Compile Remove="PluginSystem\**" />
|
|
|
|
|
|
<Compile Remove="PrinterDriverInstaller\**" />
|
2022-01-04 14:10:01 -08:00
|
|
|
|
<Compile Remove="Properties\**" />
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<Compile Remove="StaticData\**" />
|
|
|
|
|
|
<Compile Remove="Submodules\**" />
|
|
|
|
|
|
<Compile Remove="Tests\**" />
|
|
|
|
|
|
<Compile Remove="Tools\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="Community.CsharpSqlite\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="Launcher\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="MatterControl.OpenGL\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="MatterControl.Printing\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="MatterControl.Winforms\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="packages\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="PluginSystem\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="PrinterDriverInstaller\**" />
|
2022-01-04 14:10:01 -08:00
|
|
|
|
<EmbeddedResource Remove="Properties\**" />
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<EmbeddedResource Remove="StaticData\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="Submodules\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="Tests\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="Tools\**" />
|
|
|
|
|
|
<None Remove="Community.CsharpSqlite\**" />
|
|
|
|
|
|
<None Remove="Launcher\**" />
|
|
|
|
|
|
<None Remove="MatterControl.OpenGL\**" />
|
|
|
|
|
|
<None Remove="MatterControl.Printing\**" />
|
|
|
|
|
|
<None Remove="MatterControl.Winforms\**" />
|
|
|
|
|
|
<None Remove="packages\**" />
|
|
|
|
|
|
<None Remove="PluginSystem\**" />
|
|
|
|
|
|
<None Remove="PrinterDriverInstaller\**" />
|
2022-01-04 14:10:01 -08:00
|
|
|
|
<None Remove="Properties\**" />
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<None Remove="StaticData\**" />
|
|
|
|
|
|
<None Remove="Submodules\**" />
|
|
|
|
|
|
<None Remove="Tests\**" />
|
|
|
|
|
|
<None Remove="Tools\**" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="DesignTools\Primitives\HexGridObject3D.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-02-04 08:41:08 -08:00
|
|
|
|
<ProjectReference Include="..\MatterControl.Common\MatterControl.Common.csproj" />
|
2020-02-27 08:56:39 -08:00
|
|
|
|
<ProjectReference Include="..\MatterControl.MeshOperations\MatterControl.MeshOperations.csproj" />
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<ProjectReference Include="..\MatterControl.OpenGL\MatterControl.OpenGL.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\MatterControl.Printing\MatterControl.Printing.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\clipper_library\clipper_library.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\DataConverters2D\DataConverters2D.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\DataConverters3D\DataConverters3D.csproj" />
|
2021-12-02 10:38:10 -08:00
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\geometry3Sharp\geometry3Sharp.csproj" />
|
2022-09-06 16:24:12 -07:00
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\glfw-net\GLFW.NET\GLFW.NETStandard.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\Glfw\GlfwProvider.csproj" />
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\GuiAutomation\GuiAutomation.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\Gui\Gui.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\ImageProcessing\ImageProcessing.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\MarchingSquares\MarchingSquares.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\MeshThumbnails\MeshThumbnails\MeshThumbnails.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\VectorMath\VectorMath.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\Tesselate\Tesselate.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\RenderOpenGl\RenderOpenGl.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\PolygonMesh\PolygonMesh.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\Localizations\Localizations.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj" />
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<ProjectReference Include="..\Submodules\MatterSlice\MatterSlice.csproj" />
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<ProjectReference Include="..\Submodules\MatterSlice\MatterSliceLib\MatterSliceLib.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
2018-10-24 08:38:53 -07:00
|
|
|
|
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<ItemGroup>
|
2022-06-23 10:07:52 -07:00
|
|
|
|
<PackageReference Include="AngleSharp" Version="0.17.1" />
|
2022-08-23 17:57:33 -07:00
|
|
|
|
<PackageReference Include="CsvHelper" Version="28.0.1" />
|
2019-06-17 18:12:34 -07:00
|
|
|
|
<PackageReference Include="Lucene.Net" Version="4.8.0-beta00005" />
|
|
|
|
|
|
<PackageReference Include="Lucene.Net.Analysis.Common" Version="4.8.0-beta00005" />
|
|
|
|
|
|
<PackageReference Include="Lucene.Net.QueryParser" Version="4.8.0-beta00005" />
|
2022-08-23 17:57:33 -07:00
|
|
|
|
<PackageReference Include="Markdig" Version="0.30.3" />
|
|
|
|
|
|
<PackageReference Include="MathParser.org-mXparser" Version="5.0.7" />
|
2020-11-20 14:32:28 -08:00
|
|
|
|
<PackageReference Include="MIConvexHull" Version="1.1.19.1019" />
|
2022-06-23 10:07:52 -07:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
|
2022-06-23 09:50:43 -07:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2021-03-30 14:16:44 -07:00
|
|
|
|
<PackageReference Include="PDFsharpNetStandard2" Version="1.51.4845" />
|
2021-02-02 11:25:05 -08:00
|
|
|
|
<PackageReference Include="SocketIOSharp" Version="2.0.3" />
|
2020-12-06 16:44:44 -08:00
|
|
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
2022-01-04 14:10:01 -08:00
|
|
|
|
<PackageReference Include="System.IO.Packaging" Version="6.0.0" />
|
2020-07-12 14:29:49 -07:00
|
|
|
|
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
|
2022-06-23 10:07:52 -07:00
|
|
|
|
<PackageReference Include="Zeroconf" Version="3.6.11" />
|
2018-09-06 16:08:00 -07:00
|
|
|
|
</ItemGroup>
|
2018-10-24 08:38:53 -07:00
|
|
|
|
|
2020-12-06 09:04:12 -08:00
|
|
|
|
<ItemGroup>
|
2022-06-23 10:07:52 -07:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
|
2020-12-06 09:04:12 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2020-12-03 12:18:46 -08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="libglfw.3.dylib">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
2020-12-06 16:44:44 -08:00
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118" />
|
|
|
|
|
|
</ItemGroup>
|
2018-09-06 16:08:00 -07:00
|
|
|
|
</Project>
|