2018-09-06 16:08:00 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
|
<Company>MatterHackers Inc.</Company>
|
|
|
|
|
|
</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\**" />
|
|
|
|
|
|
<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\**" />
|
|
|
|
|
|
<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\**" />
|
|
|
|
|
|
<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" />
|
|
|
|
|
|
<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\RayTracer\RayTracer.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" />
|
2020-02-19 18:19:17 -08:00
|
|
|
|
<ProjectReference Include="..\Submodules\geometry3Sharp\geometry3Sharp.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>
|
2019-01-08 17:55:59 -08:00
|
|
|
|
<PackageReference Include="AngleSharp" Version="0.9.11" />
|
2020-07-11 19:28:30 -07:00
|
|
|
|
<PackageReference Include="CsvHelper" Version="15.0.5" />
|
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" />
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<PackageReference Include="Markdig" Version="0.15.2" />
|
2019-01-15 13:08:41 -08:00
|
|
|
|
<PackageReference Include="MIConvexHull" Version="1.1.18.1016" />
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.1.1" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.1" />
|
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
|
|
|
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
|
2020-07-12 14:29:49 -07:00
|
|
|
|
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<PackageReference Include="Zeroconf" Version="3.0.30" />
|
|
|
|
|
|
</ItemGroup>
|
2018-10-24 08:38:53 -07:00
|
|
|
|
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="Properties\" />
|
|
|
|
|
|
</ItemGroup>
|
2018-10-24 08:38:53 -07:00
|
|
|
|
|
2018-09-06 16:08:00 -07:00
|
|
|
|
</Project>
|