mattercontrol/MatterControl.csproj
John Lewin 17faf05b0e Remove classic packages.config assembly references
- Rely on PackageReference Nugets
2018-09-01 08:26:24 -07:00

746 lines
No EOL
44 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0B8D6F56-BD7F-4426-B858-D9292B084656}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MatterHackers.MatterControl</RootNamespace>
<AssemblyName>MatterControl</AssemblyName>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<NoStdLib>False</NoStdLib>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<!-- See the following for details on .Net standard binding workround: https://github.com/dotnet/standard/issues/481 -->
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<BaseAddress>4194304</BaseAddress>
<PlatformTarget>AnyCPU</PlatformTarget>
<FileAlignment>4096</FileAlignment>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;USE_OPENGL;IS_WINDOWS;IS_WINDOWS_FORMS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
<Commandlineparameters>SHOW_MEMORY</Commandlineparameters>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>True</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;USE_OPENGL;IS_WINDOWS;IS_WINDOWS_FORMS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>application.ico</ApplicationIcon>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Compile Include="AboutPage\AboutPage.cs" />
<Compile Include="AboutPage\CacheDirectory.cs" />
<Compile Include="AboutPage\CheckForUpdatesPage.cs" />
<Compile Include="AboutPage\ContactFormPage.cs" />
<Compile Include="ApplicationView\LogoSpinner.cs" />
<Compile Include="ApplicationView\ThumbnailsConfig.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\LevelingPlan.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\LevelingWizardPage.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\LevelingWizardRootPage.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\LevelWizard100PointRadial.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\LevelWizardCustom.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\LevelWizardMesh.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\PrintLevelingWizard.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\WizardPages\LastPageInstructions.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\LevelingWizard.cs" />
<Compile Include="CustomWidgets\ColorPicker\RadialColorPicker.cs" />
<Compile Include="CustomWidgets\HelpArticleHeader.cs" />
<Compile Include="CustomWidgets\InlineListItemEdit.cs" />
<Compile Include="CustomWidgets\InlineStringEdit.cs" />
<Compile Include="CustomWidgets\LinkLabel.cs" />
<Compile Include="CustomWidgets\ResizeContainer\BottomResizeContainer.cs" />
<Compile Include="CustomWidgets\ResizeContainer\LeftResizeContainer.cs" />
<Compile Include="CustomWidgets\TreeView\TreeNode.cs" />
<Compile Include="CustomWidgets\TreeView\TreeView.cs" />
<Compile Include="DesignTools\Attributes\ShowSearchFieldAttribute.cs" />
<Compile Include="DesignTools\Attributes\ShowUpdateButtonAttribute.cs" />
<Compile Include="DesignTools\Attributes\ShowAsListAttribute.cs" />
<Compile Include="DesignTools\Braille\BrailleCardObject3D.cs" />
<Compile Include="DesignTools\Braille\BrailleGrade2.cs" />
<Compile Include="DesignTools\Braille\BrailleGrade2Mapping.cs" />
<Compile Include="DesignTools\Braille\BrailleObject3D.cs" />
<Compile Include="DesignTools\EditableTypes\DirectionAxis.cs" />
<Compile Include="DesignTools\EditableTypes\DirectionVector.cs" />
<Compile Include="DesignTools\Operations\Align2D.cs" />
<Compile Include="DesignTools\Operations\AlignObject3D.cs" />
<Compile Include="DesignTools\Operations\ArrayAdvancedObject3D.cs" />
<Compile Include="DesignTools\Operations\ArrayLinearObject3D.cs" />
<Compile Include="DesignTools\Operations\ArrayRadialObject3D.cs" />
<Compile Include="DesignTools\Obsolete\FitToBoundsObject3D.cs" />
<Compile Include="DesignTools\Operations\FitToBoundsObject3D_2.cs" />
<Compile Include="DesignTools\Operations\MirrorObject3D.cs" />
<Compile Include="DesignTools\Operations\Path\InflatePathObject3D.cs" />
<Compile Include="DesignTools\Operations\TransformWrapperObject3D.cs" />
<Compile Include="DesignTools\Operations\GroupObject3D.cs" />
<Compile Include="DesignTools\Operations\Image\ImageToPathObject3D.cs" />
<Compile Include="DesignTools\Operations\Image\LinearExtrudeObject3D.cs" />
<Compile Include="DesignTools\Operations\OperationSourceObject3D.cs" />
<Compile Include="DesignTools\Operations\Path\SmoothPathObject3D.cs" />
<Compile Include="DesignTools\Operations\PinchObject3D.cs" />
<Compile Include="DesignTools\Obsolete\RotateObject3D.cs" />
<Compile Include="DesignTools\Operations\RotateObject3D_2.cs" />
<Compile Include="DesignTools\Operations\ScaleObject3D.cs" />
<Compile Include="DesignTools\Operations\SetCenterObject3D.cs" />
<Compile Include="DesignTools\Operations\TranslateObject3D.cs" />
<Compile Include="DesignTools\Primitives\ComponentObject3D.cs" />
<Compile Include="DesignTools\Primitives\CubeObject3D.cs" />
<Compile Include="DesignTools\Primitives\HalfCylinderObject3D.cs" />
<Compile Include="DesignTools\Primitives\HalfWedgeObject3D.cs" />
<Compile Include="Library\ContentProviders\ImageContentProvider.cs" />
<Compile Include="Library\Providers\MatterControl\LibraryCollectionContainer.cs" />
<Compile Include="Library\Providers\MatterControl\PartHistoryContainer.cs" />
<Compile Include="Library\Providers\MatterControl\RootHistoryContainer.cs" />
<Compile Include="Library\Widgets\InsertionGroupObject3D.cs" />
<Compile Include="PartPreviewWindow\GCodeDetails\BoolOption.cs" />
<Compile Include="PartPreviewWindow\GCodeDetails\GCodeLayerDetailsView.cs" />
<Compile Include="PartPreviewWindow\GCodeDetails\GCodeOptionsPanel.cs" />
<Compile Include="PartPreviewWindow\GCodeDetails\IToggleOption.cs" />
<Compile Include="PartPreviewWindow\LeftClipFlowLayoutWidget.cs" />
<Compile Include="PartPreviewWindow\MarkdownEditPage.cs" />
<Compile Include="PartPreviewWindow\Object3DTreeBuilder.cs" />
<Compile Include="PartPreviewWindow\ResizableSectionWidget.cs" />
<Compile Include="PartPreviewWindow\SearchableSectionWidget.cs" />
<Compile Include="PartPreviewWindow\StartPage\FeedData.cs" />
<Compile Include="PartPreviewWindow\StartPage\FeedItemData.cs" />
<Compile Include="PartPreviewWindow\StartPage\FeedSectionData.cs" />
<Compile Include="PartPreviewWindow\StartPage\StartTabPage.cs" />
<Compile Include="PartPreviewWindow\View3D\Actions\CombineObject3D.cs" />
<Compile Include="PartPreviewWindow\View3D\Actions\IntersectionObject3D.cs" />
<Compile Include="PartPreviewWindow\View3D\Actions\ModifiedMeshObject3D.cs" />
<Compile Include="PartPreviewWindow\View3D\Actions\SubtractAndReplaceObject3D.cs" />
<Compile Include="PartPreviewWindow\View3D\Actions\SubtractObject3D.cs" />
<Compile Include="PrinterCommunication\Drivers\Emulator\Emulator.cs" />
<Compile Include="PrinterCommunication\Drivers\Emulator\EmulatorPortFactory.cs" />
<Compile Include="PrinterCommunication\Drivers\Emulator\Heater.cs" />
<Compile Include="PrinterCommunication\Drivers\TCPIP\TcpipSerialPort.cs" />
<Compile Include="PrinterCommunication\Drivers\TCPIP\TcpipSerialPortFactory.cs" />
<Compile Include="PrinterCommunication\Drivers\X3G\X3GCrc.cs" />
<Compile Include="PrinterCommunication\Drivers\X3G\X3GExport.cs" />
<Compile Include="PrinterCommunication\Drivers\X3G\X3GPrinterDetails.cs" />
<Compile Include="PrinterCommunication\Drivers\X3G\X3GReader.cs" />
<Compile Include="PrinterCommunication\Drivers\X3G\X3GSerialPortFactory.cs" />
<Compile Include="PrinterCommunication\Drivers\X3G\X3GSerialPortWrapper.cs" />
<Compile Include="PrinterCommunication\Drivers\X3G\X3GWriter.cs" />
<Compile Include="PrinterControls\ControlWidgets\CalibrationControls.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\LevelingFunctions.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\ProbeCalibrationWizard.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\WizardPages\AutoProbeFeedback.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\WizardPages\CalibrateProbeLastPagelInstructions.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\WizardPages\FindBedHeight.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\WizardPages\GetCoarseBedHeight.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\WizardPages\GetFineBedHeight.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\WizardPages\GettingThirdPointFor2PointCalibration.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\WizardPages\GetUltraFineBedHeight.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\WizardPages\HomePrinterPage.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\WizardPages\SelectMaterialPage.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\WizardPages\WaitForTempPage.cs" />
<Compile Include="CustomWidgets\ConfigurePrinterWidget.cs" />
<Compile Include="AboutPage\UpdateControlData.cs" />
<Compile Include="AboutPage\UpdateControlView.cs" />
<Compile Include="ActionBar\PrinterSelector.cs" />
<Compile Include="ActionBar\TemperatureWidgetBed.cs" />
<Compile Include="ApplicationView\OemProfileDictionary.cs" />
<Compile Include="ApplicationView\WindowsPlatformsFeatures.cs" />
<Compile Include="DataStorage\ApplicationDataStorage.cs" />
<Compile Include="DesignTools\Attributes\IconsAttribute.cs" />
<Compile Include="DesignTools\Attributes\WebPageLinkAttribute.cs" />
<Compile Include="DesignTools\Interfaces\IEditorDraw.cs" />
<Compile Include="DesignTools\Interfaces\IPropertyGridModifier.cs" />
<Compile Include="DesignTools\Lithophane.cs" />
<Compile Include="DesignTools\Operations\CurveObject3D.cs" />
<Compile Include="DesignTools\Operations\Object3DExtensions.cs" />
<Compile Include="DesignTools\Primitives\BaseObject3D.cs" />
<Compile Include="DesignTools\Primitives\ImageObject3D.cs" />
<Compile Include="DesignTools\Primitives\RingObject3D.cs" />
<Compile Include="DesignTools\Primitives\WedgeObject3D.cs" />
<Compile Include="DesignTools\Primitives\PyramidObject3D.cs" />
<Compile Include="DesignTools\Primitives\CylinderObject3D.cs" />
<Compile Include="DesignTools\Primitives\HalfSphereObject3D.cs" />
<Compile Include="DesignTools\Primitives\SphereObject3D.cs" />
<Compile Include="DesignTools\Primitives\TextObject3D.cs" />
<Compile Include="DesignTools\Primitives\TorusObject3D.cs" />
<Compile Include="DesignTools\PublicPropertyEditor.cs" />
<Compile Include="DesignTools\Primitives\ConeObject3D.cs" />
<Compile Include="DesignTools\Attributes\SortableAttribute.cs" />
<Compile Include="DesignTools\Attributes\UnlockLinkAttribute.cs" />
<Compile Include="Library\Providers\FileSystem\McxContainer.cs" />
<Compile Include="Library\Providers\GraphConfig.cs" />
<Compile Include="Library\DynamicContentStore.cs" />
<Compile Include="Library\InMemoryLibraryItem.cs" />
<Compile Include="DesignTools\LithophaneObject3D.cs" />
<Compile Include="PartPreviewWindow\LibraryBrowserPage.cs" />
<Compile Include="PartPreviewWindow\MaterialControls.cs" />
<Compile Include="PartPreviewWindow\ModelOptionsPanel.cs" />
<Compile Include="PartPreviewWindow\MoveItemPage.cs" />
<Compile Include="PartPreviewWindow\StartPage\ExplorerBar.cs" />
<Compile Include="PartPreviewWindow\RoundedToggleSwitch.cs" />
<Compile Include="PartPreviewWindow\SystemWindowExtension.cs" />
<Compile Include="PartPreviewWindow\View3D\Actions\ImageEditor.cs" />
<Compile Include="PartPreviewWindow\View3D\Actions\MeshWrapperObject3D.cs" />
<Compile Include="PartPreviewWindow\View3D\PrinterBar\OverflowBar.cs" />
<Compile Include="PartPreviewWindow\View3D\PrinterBar\PrintPopupMenu.cs" />
<Compile Include="PartPreviewWindow\View3D\PrinterBar\SliceButton.cs" />
<Compile Include="PartPreviewWindow\View3D\PrinterBar\PrinterConnectButton.cs" />
<Compile Include="ActionBar\TemperatureWidgetBase.cs" />
<Compile Include="ActionBar\TemperatureWidgetExtruder.cs" />
<Compile Include="ApplicationView\ApplicationController.cs" />
<Compile Include="ApplicationView\PrinterModels.cs" />
<Compile Include="ApplicationView\ThemeConfig.cs" />
<Compile Include="ConfigurationPage\ApplicationSettings\SettingsItem.cs" />
<Compile Include="ConfigurationPage\ApplicationSettings\ThemePreviewButton.cs" />
<Compile Include="ControlElements\MHNumberEdit.cs" />
<Compile Include="ControlElements\MHPasswordTextEditWidget.cs" />
<Compile Include="CustomWidgets\DockingTabControl.cs" />
<Compile Include="CustomWidgets\InlineEditControl.cs" />
<Compile Include="CustomWidgets\PrintingWindow\BedStatusWidget.cs" />
<Compile Include="CustomWidgets\PrintingWindow\ExtruderStatusWidget.cs" />
<Compile Include="CustomWidgets\PrintingWindow\ProgressDial.cs" />
<Compile Include="CustomWidgets\PrintingWindow\TemperatureStatusWidget.cs" />
<Compile Include="CustomWidgets\SimpleButton.cs" />
<Compile Include="CustomWidgets\NamedAction.cs" />
<Compile Include="CustomWidgets\RadioImageWidget.cs" />
<Compile Include="CustomWidgets\RadioPanelWidget.cs" />
<Compile Include="CustomWidgets\SvgWidget.cs" />
<Compile Include="Library\Interfaces\LibraryExtensionMethods.cs" />
<Compile Include="Library\Providers\CreateFolderItem.cs" />
<Compile Include="Library\Providers\FileSystem\SceneReplacementFileItem.cs" />
<Compile Include="Library\Providers\MatterControl\PlatingHistoryContainer.cs" />
<Compile Include="Library\Providers\MatterControl\PrintHistoryContainer.cs" />
<Compile Include="Library\Providers\MatterControl\PrintHistoryItem.cs" />
<Compile Include="Library\Providers\WritableContainer.cs" />
<Compile Include="Library\Widgets\ExpandCheckboxButton.cs" />
<Compile Include="PartPreviewWindow\NewTabButton.cs" />
<Compile Include="PartPreviewWindow\PartTabPage.cs" />
<Compile Include="PartPreviewWindow\StartPage\ExploreItem.cs" />
<Compile Include="PartPreviewWindow\StartPage\ExplorePanel.cs" />
<Compile Include="PartPreviewWindow\StartPage\ExploreSection.cs" />
<Compile Include="PartPreviewWindow\PopupMenu.cs" />
<Compile Include="PartPreviewWindow\PopupMenuButton.cs" />
<Compile Include="PartPreviewWindow\PopupButton.cs" />
<Compile Include="PartPreviewWindow\RunningTaskRow.cs" />
<Compile Include="PartPreviewWindow\RunningTasksWidget.cs" />
<Compile Include="PartPreviewWindow\SectionWidget.cs" />
<Compile Include="PartPreviewWindow\SliceLayerSelector.cs" />
<Compile Include="PartPreviewWindow\Toolbar.cs" />
<Compile Include="PartPreviewWindow\View3D\PrinterBar\PauseResumeButton.cs" />
<Compile Include="Library\ReadOnlyStreamItem.cs" />
<Compile Include="PartPreviewWindow\View3D\SliceProgressReporter.cs" />
<Compile Include="PartPreviewWindow\View3D\UndoCommands\ChangeColor.cs" />
<Compile Include="PartPreviewWindow\View3D\UndoCommands\MakeSupport.cs" />
<Compile Include="PartPreviewWindow\View3D\TumbleCubeControl.cs" />
<Compile Include="PartPreviewWindow\View3D\UndoCommands\DeleteCommand.cs" />
<Compile Include="PartPreviewWindow\View3D\UndoCommands\TransformCommand.cs" />
<Compile Include="PrinterControls\EditLevelingSettingsPage.cs" />
<Compile Include="PrinterControls\JogControls.cs" />
<Compile Include="PrinterControls\MacroDetailPage.cs" />
<Compile Include="PrinterControls\MacroListPage.cs" />
<Compile Include="PrinterControls\MovementSpeedsPage.cs" />
<Compile Include="CustomWidgets\BoundDropList.cs" />
<Compile Include="PrinterControls\PrinterConnections\PrinterSetup.cs" />
<Compile Include="RootSystemWindow.cs" />
<Compile Include="SetupWizard\DialogWindow.cs" />
<Compile Include="SetupWizard\HelpPage.cs" />
<Compile Include="SlicerConfiguration\SettingsOrganizer.cs" />
<Compile Include="SlicerConfiguration\SettingsRow.cs" />
<Compile Include="SlicerConfiguration\UIFields\CharField.cs" />
<Compile Include="SlicerConfiguration\UIFields\DirectionVectorField.cs" />
<Compile Include="SlicerConfiguration\UIFields\ChildrenSelectorListField.cs" />
<Compile Include="SlicerConfiguration\UIFields\EnumField.cs" />
<Compile Include="SlicerConfiguration\UIFields\ListStringField.cs" />
<Compile Include="SlicerConfiguration\UIFields\IconEnumField.cs" />
<Compile Include="SlicerConfiguration\UIFields\IpAddessField.cs" />
<Compile Include="SlicerConfiguration\UIFields\MarkdownEditField.cs" />
<Compile Include="SlicerConfiguration\UIFields\SurfacedEditorPage.cs" />
<Compile Include="SlicerConfiguration\UIFields\SurfacedEditorsField.cs" />
<Compile Include="SlicerConfiguration\UIFields\Vector3Field.cs" />
<Compile Include="Utilities\MarkdigAgg\AggCodeBlockRenderer.cs" />
<Compile Include="Utilities\MarkdigAgg\AggHeadingRenderer.cs" />
<Compile Include="Utilities\MarkdigAgg\AggListRenderer.cs" />
<Compile Include="Utilities\MarkdigAgg\AggMarkdownDocument.cs" />
<Compile Include="Utilities\MarkdigAgg\AggObjectRenderer.cs" />
<Compile Include="Utilities\MarkdigAgg\AggQuoteBlockRenderer.cs" />
<Compile Include="Utilities\MarkdigAgg\AggRenderer.cs" />
<Compile Include="Utilities\MarkdigAgg\AggThematicBreakRenderer.cs" />
<Compile Include="Utilities\MarkdigAgg\Inlines\AggAutolinkInlineRenderer.cs" />
<Compile Include="Utilities\MarkdigAgg\Inlines\AggCodeInlineRenderer.cs" />
<Compile Include="Utilities\MarkdigAgg\Inlines\AggDelimiterInlineRenderer.cs" />
<Compile Include="Utilities\MarkdigAgg\Inlines\AggEmphasisInlineRenderer.cs" />
<Compile Include="Utilities\MarkdigAgg\Inlines\AggLineBreakInlineRenderer.cs" />
<Compile Include="Utilities\MarkdigAgg\Inlines\AggLinkInlineRenderer.cs" />
<Compile Include="Utilities\MarkdigAgg\Inlines\AggLiteralInlineRenderer.cs" />
<Compile Include="Utilities\MarkdigAgg\AggParagraphRenderer.cs" />
<Compile Include="Utilities\IGCodePostProcessor.cs" />
<Compile Include="Utilities\InspectForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Utilities\InspectForm.Designer.cs">
<DependentUpon>InspectForm.cs</DependentUpon>
</Compile>
<Compile Include="Library\ContentProviders\GCodeContentProvider.cs" />
<Compile Include="Library\ContentProviders\IContentProvider.cs" />
<Compile Include="ConfigurationPage\ApplicationSettings\ApplicationSettingsView.cs" />
<Compile Include="ConfigurationPage\LanguageSelector.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\LevelingStrings.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\LevelWizard7PointRadial.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\LevelWizard13PointRadial.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\LevelWizard3Point.cs" />
<Compile Include="ConfigurationPage\PrintLeveling\PrintLevelingData.cs" />
<Compile Include="ControlElements\AttentionGetter.cs" />
<Compile Include="CustomWidgets\DoubleSolidSlider.cs" />
<Compile Include="CustomWidgets\FlowSpacers.cs" />
<Compile Include="CustomWidgets\LibrarySelector\FolderBreadCrumbWidget.cs" />
<Compile Include="CustomWidgets\SlideWidget.cs" />
<Compile Include="CustomWidgets\SolidSlider.cs" />
<Compile Include="DataStorage\Models.cs" />
<Compile Include="Library\ContentProviders\MeshContentProvider.cs" />
<Compile Include="Library\Export\FolderExport.cs" />
<Compile Include="Library\Export\ZipExport.cs" />
<Compile Include="Library\Export\GCodeExport.cs" />
<Compile Include="Library\Export\StlExport.cs" />
<Compile Include="Library\Export\MeshExport.cs" />
<Compile Include="Library\ExtensionMethods.cs" />
<Compile Include="Library\Interfaces\ILibraryContainer.cs" />
<Compile Include="Library\Interfaces\ILibraryContainerLink.cs" />
<Compile Include="Library\Interfaces\IThumbnail.cs" />
<Compile Include="Library\Interfaces\ILibraryItem.cs" />
<Compile Include="Library\Interfaces\KnownLengthStream.cs" />
<Compile Include="Library\Providers\LibraryConfig.cs" />
<Compile Include="Library\Providers\MatterControl\CalibrationPartsContainer.cs" />
<Compile Include="Library\Widgets\ListView\IconListView.cs" />
<Compile Include="Library\Widgets\ListView\IListContentView.cs" />
<Compile Include="Library\Widgets\ListView\ListViewItemBase.cs" />
<Compile Include="Library\Providers\MessageItem.cs" />
<Compile Include="Library\Providers\GeneratorItem.cs" />
<Compile Include="Library\Widgets\ListView\RowListView.cs" />
<Compile Include="Library\Providers\MatterControl\SqliteLibraryContainer.cs" />
<Compile Include="Library\Providers\MatterControl\PrintQueueContainer.cs" />
<Compile Include="Library\Providers\SDCard\SDCardContainer.cs" />
<Compile Include="Library\Providers\SDCard\SDCardFileItem.cs" />
<Compile Include="Library\Providers\LibraryContainer.cs" />
<Compile Include="Library\Providers\LibraryProviderHelpers.cs" />
<Compile Include="Library\Widgets\ListView\PrintItemAction.cs" />
<Compile Include="Library\Providers\DynamicContainerLink.cs" />
<Compile Include="Library\Providers\FileSystem\FileSystemContainer.cs" />
<Compile Include="Library\Providers\FileSystem\FileSystemItem.cs" />
<Compile Include="Library\Providers\FileSystem\FileSystemFileItem.cs" />
<Compile Include="Library\Providers\RootLibraryContainer.cs" />
<Compile Include="Library\Providers\Zip\LocalZipContainerLink.cs" />
<Compile Include="Library\Providers\Zip\ZipMemoryItem.cs" />
<Compile Include="Library\Providers\Zip\ZipMemoryContainer.cs" />
<Compile Include="PartPreviewWindow\GCodeDetails\GCodeDetails.cs" />
<Compile Include="PartPreviewWindow\GCodeDetails\GCodeDetailsView.cs" />
<Compile Include="PartPreviewWindow\Tabs.cs" />
<Compile Include="PartPreviewWindow\PrinterTabPage.cs" />
<Compile Include="PartPreviewWindow\View3D\BedMeshGenerator.cs" />
<Compile Include="PartPreviewWindow\View3D\ColorSwatchSelector.cs" />
<Compile Include="PartPreviewWindow\View3D\DragDropLoadProgress.cs" />
<Compile Include="PartPreviewWindow\View3D\GridOptionsPanel.cs" />
<Compile Include="PartPreviewWindow\View3D\InteractionLayer.cs" />
<Compile Include="PartPreviewWindow\View3D\InteractionVolume.cs" />
<Compile Include="PartPreviewWindow\View3D\MeshViewerWidget.cs" />
<Compile Include="PartPreviewWindow\View3D\MouseEvent3DArgs.cs" />
<Compile Include="PartPreviewWindow\View3D\PrinterBar\PrinterActionsBar.cs" />
<Compile Include="PrinterCommunication\Io\NotPrintingStream.cs" />
<Compile Include="Library\Widgets\ListView\ListView.cs" />
<Compile Include="Library\Widgets\ListView\ListViewItem.cs" />
<Compile Include="PrinterCommunication\Io\MacroProcessingStream.cs" />
<Compile Include="PrinterCommunication\Io\RequestTemperaturesStream.cs" />
<Compile Include="Program.cs" />
<Compile Include="SetupWizard\CopyGuestProfilesToUser.cs" />
<Compile Include="SetupWizard\InputBoxPage.cs" />
<Compile Include="PartPreviewWindow\BedSettings.cs" />
<Compile Include="PartPreviewWindow\SpeedsLegend.cs" />
<Compile Include="PartPreviewWindow\PartPreviewContent.cs" />
<Compile Include="PartPreviewWindow\View3D\DebugBvh.cs" />
<Compile Include="PartPreviewWindow\View3D\UndoCommands\UngroupCommand.cs" />
<Compile Include="PartPreviewWindow\View3D\UndoCommands\InsertCommand.cs" />
<Compile Include="PartPreviewWindow\View3D\Gui3D\SnapingIndicator.cs" />
<Compile Include="PartPreviewWindow\View3D\Gui3D\SelectionShadow.cs" />
<Compile Include="PartPreviewWindow\View3D\Gui3D\MoveInZControl.cs" />
<Compile Include="PartPreviewWindow\View3D\SceneActions.cs" />
<Compile Include="PartPreviewWindow\View3D\IObject3DEditor.cs" />
<Compile Include="PartPreviewWindow\View3D\View3DWidget.cs" />
<Compile Include="PartPreviewWindow\SelectedObjectPanel.cs" />
<Compile Include="PartPreviewWindow\ViewControls3D.cs" />
<Compile Include="PartPreviewWindow\GCode2DWidget.cs" />
<Compile Include="CustomWidgets\ExportPrintItemPage.cs" />
<Compile Include="PrinterCommunication\Io\FeedRateMultiplyerStream.cs" />
<Compile Include="PrinterCommunication\Io\ExtrusionMultiplyerStream.cs" />
<Compile Include="PrinterCommunication\Io\PauseHandlingStream.cs" />
<Compile Include="PrinterCommunication\Io\GCodeStreamProxy.cs" />
<Compile Include="PrinterCommunication\Io\RelativeToAbsoluteStream.cs" />
<Compile Include="PrinterCommunication\Io\WaitForTempStream.cs" />
<Compile Include="PrinterCommunication\Io\OffsetStream.cs" />
<Compile Include="PrinterCommunication\Io\MaxLengthStream.cs" />
<Compile Include="PrinterCommunication\Io\GCodeFileStream.cs" />
<Compile Include="PrinterCommunication\Io\GCodeStream.cs" />
<Compile Include="PrinterCommunication\Io\PrinterMove.cs" />
<Compile Include="PrinterCommunication\Io\ProcessWriteRegExStream.cs" />
<Compile Include="PrinterCommunication\Io\QueuedCommandsStream.cs" />
<Compile Include="PrinterCommunication\Io\PrintLevelingStream.cs" />
<Compile Include="PrinterCommunication\Io\BabyStepsStream.cs" />
<Compile Include="PrinterCommunication\Io\PrintRecoveryStream.cs" />
<Compile Include="PrinterControls\ControlWidgets\AdjustmentControls.cs" />
<Compile Include="PrinterControls\ControlWidgets\FanControls.cs" />
<Compile Include="PrinterControls\ControlWidgets\MovementControls.cs" />
<Compile Include="PrinterControls\ControlWidgets\PowerControls.cs" />
<Compile Include="PrinterControls\PrinterConnections\ShowAuthPanel.cs" />
<Compile Include="PrinterControls\TerminalWindow\TerminalLog.cs" />
<Compile Include="PrinterControls\TerminalWindow\TextScrolBar.cs" />
<Compile Include="PrinterControls\TerminalWindow\TextScrollWidget.cs" />
<Compile Include="PrinterControls\TerminalWindow\TerminalWidget.cs" />
<Compile Include="History\PrintHistoryData.cs" />
<Compile Include="Library\Export\IExportPlugin.cs" />
<Compile Include="SetupWizard\AndroidConnectDevicePage.cs" />
<Compile Include="SetupWizard\ImportSettingsPage.cs" />
<Compile Include="SetupWizard\LicenseAgreementPage.cs" />
<Compile Include="SetupWizard\PrinterProfileHistoryPage.cs" />
<Compile Include="ConfigurationPage\RunningMacroPage.cs" />
<Compile Include="SetupWizard\SyncingPrintersPage.cs" />
<Compile Include="SetupWizard\DialogPage.cs" />
<Compile Include="SetupWizard\SetupWizardTroubleshooting.cs" />
<Compile Include="SetupWizard\SetupWizardWifi.cs" />
<Compile Include="SlicerConfiguration\SliceSettingsRow.cs" />
<Compile Include="SlicerConfiguration\UIFields\BoundDoubleField.cs" />
<Compile Include="SlicerConfiguration\UIFields\UIField.cs" />
<Compile Include="SlicerConfiguration\UIFields\DoubleField.cs" />
<Compile Include="SlicerConfiguration\UIFields\DoubleOrPercentField.cs" />
<Compile Include="SlicerConfiguration\UIFields\DropMenuWrappedField.cs" />
<Compile Include="SlicerConfiguration\UIFields\FieldChangedEventArgs.cs" />
<Compile Include="SlicerConfiguration\UIFields\IntField.cs" />
<Compile Include="SlicerConfiguration\UIFields\IntOrMmField.cs" />
<Compile Include="SlicerConfiguration\UIFields\CheckboxField.cs" />
<Compile Include="SlicerConfiguration\UIFields\MultilineStringField.cs" />
<Compile Include="SlicerConfiguration\UIFields\ComPortField.cs" />
<Compile Include="SlicerConfiguration\UIFields\ListField.cs" />
<Compile Include="SlicerConfiguration\UIFields\ExtruderOffsetField.cs" />
<Compile Include="SlicerConfiguration\UIFields\NumberField.cs" />
<Compile Include="SlicerConfiguration\UIFields\TextField.cs" />
<Compile Include="SlicerConfiguration\UIFields\ValueOrUnitsField.cs" />
<Compile Include="SlicerConfiguration\UIFields\Vector2Field.cs" />
<Compile Include="SlicerConfiguration\UIFields\PositiveDoubleField.cs" />
<Compile Include="SlicerConfiguration\SettingsContext.cs" />
<Compile Include="SlicerConfiguration\Settings\GCodeMacro.cs" />
<Compile Include="SlicerConfiguration\Settings\ProfileMigrations.cs" />
<Compile Include="SlicerConfiguration\Settings\ProfileManager.cs" />
<Compile Include="SlicerConfiguration\Settings\PrinterSettingsLayer.cs" />
<Compile Include="SlicerConfiguration\Settings\SettingsHelpers.cs" />
<Compile Include="SlicerConfiguration\Settings\ActiveSliceSettings.cs" />
<Compile Include="SlicerConfiguration\Settings\PrinterSettings.cs" />
<Compile Include="DataStorage\Classic\ClassicSqlitePrinterProfiles.cs" />
<Compile Include="Utilities\AuthenticationData.cs" />
<Compile Include="Utilities\JsonPath.cs" />
<Compile Include="Utilities\LimitCallFrequency.cs" />
<Compile Include="Utilities\MarkdigAgg\MarkdownExtensions.cs" />
<Compile Include="Utilities\MarkdigAgg\MarkdownPage.cs" />
<Compile Include="Utilities\MarkdigAgg\MarkdownWidget.cs" />
<Compile Include="Utilities\SelectedListItems.cs" />
<Compile Include="EeProm\EePromMarlinSettings.cs" />
<Compile Include="History\PrintHistoryListItem.cs" />
<Compile Include="Queue\QueueData.cs" />
<Compile Include="SettingsManagement\OemSettings.cs" />
<Compile Include="SettingsManagement\UserSettingsFields.cs" />
<Compile Include="SlicerConfiguration\MatterSliceInfo.cs" />
<Compile Include="SlicerConfiguration\PresetSelectorWidget.cs" />
<Compile Include="SlicerConfiguration\SlicePresetsWindow\SlicePresetsWindow.cs" />
<Compile Include="SlicerConfiguration\SlicerMapping\EngineMappingMatterSlice.cs" />
<Compile Include="SlicerConfiguration\Slicing\SliceLayers.cs" />
<Compile Include="Utilities\FieldValidation.cs" />
<Compile Include="PartPreviewWindow\CreateDiscreteMeshes.cs" />
<Compile Include="CustomWidgets\EditableNumberDisplay.cs" />
<Compile Include="PartPreviewWindow\PlatingHelper.cs" />
<Compile Include="PrinterControls\ControlWidgets\MacroControls.cs" />
<Compile Include="SlicerConfiguration\SlicerMapping\MappingClasses.cs" />
<Compile Include="ApplicationView\WidescreenPanel.cs" />
<Compile Include="CustomWidgets\SavePartsSheetFeedbackWindow.cs" />
<Compile Include="CustomWidgets\SlidePanelWidget.cs" />
<Compile Include="ControlElements\StyledMessageBoxWindow.cs" />
<Compile Include="DataStorage\SQLiteCommon.cs" />
<Compile Include="DataStorage\SQLiteWin32.cs" />
<Compile Include="DataStorage\Datastore.cs" />
<Compile Include="DataStorage\SQLiteUnix.cs" />
<Compile Include="DataStorage\SQLiteAsync.cs" />
<Compile Include="Utilities\ManifestFileHandler.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ControlElements\MHTextEditWidget.cs" />
<Compile Include="PartPreviewWindow\GCode3DWidget.cs" />
<Compile Include="Queue\OptionsMenu\PartsSheetCreator.cs" />
<Compile Include="Utilities\WebUtilities\JsonResponseDictionary.cs" />
<Compile Include="PrinterCommunication\PrinterConnection.cs" />
<Compile Include="PrinterControls\PrintLevelingPlane.cs" />
<Compile Include="PrinterControls\PrinterConnections\SetupStepComPortManual.cs" />
<Compile Include="PrinterControls\PrinterConnections\SetupStepComPortTwo.cs" />
<Compile Include="PrinterControls\PrinterConnections\SetupStepComPortOne.cs" />
<Compile Include="PrinterControls\PrinterConnections\SetupStepMakeModelName.cs" />
<Compile Include="PrinterControls\PrinterConnections\SetupStepBaudRate.cs" />
<Compile Include="PrinterControls\ManualPrinterControls.cs" />
<Compile Include="Library\Widgets\PrintLibraryWidget.cs" />
<Compile Include="Queue\PrintItemWrapper.cs" />
<Compile Include="MatterControlApplication.cs" />
<Compile Include="Utilities\ProjectFileHandler.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Utilities\WebUtilities\RequestManager.cs" />
<Compile Include="SettingsManagement\ApplicationSettings.cs" />
<Compile Include="SettingsManagement\UserSettings.cs" />
<Compile Include="SlicerConfiguration\PresetsToolbar.cs" />
<Compile Include="SlicerConfiguration\SliceSettingsWidget.cs" />
<Compile Include="SlicerConfiguration\Slicer.cs" />
<Compile Include="VersionManagement\ContactFormRequest.cs" />
<Compile Include="VersionManagement\LatestVersionRequest.cs" />
<Compile Include="VersionManagement\ClientTokenRequest.cs" />
<Compile Include="VersionManagement\WebRequestHandler.cs" />
<Compile Include="VersionManagement\VersionFileHandler.cs" />
<Compile Include="CustomWidgets\ThemeColorSelectorWidget.cs" />
<Compile Include="EeProm\EePromMarlinWindow.cs" />
<Compile Include="EeProm\EePromRepetierParameter.cs" />
<Compile Include="EeProm\EePromRepetierWindow.cs" />
<Compile Include="EeProm\EePromRepetierStorage.cs" />
<Compile Include="PartPreviewWindow\SaveAsPage.cs" />
<Compile Include="DataStorage\SQLiteAndroid.cs" />
<Compile Include="CustomWidgets\DataViewGraph.cs" />
<Compile Include="CustomWidgets\TwoSidedStack.cs" />
<Compile Include="PrinterCommunication\Io\SendProgressStream.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="PdfSharp">
<HintPath>PdfSharp.dll</HintPath>
</Reference>
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Management" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="OpenTK">
<HintPath>Submodules\agg-sharp\PlatformWin32\OpenTK.dll</HintPath>
</Reference>
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Xml.Linq" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="application.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="StaticData\OEMSettings\AboutPage.html" />
<Content Include="StaticData\SliceSettings\Layouts.txt" />
<Content Include="StaticData\SliceSettings\load_filament.txt" />
<Content Include="StaticData\SliceSettings\unload_filament.txt" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="config.json">
<LogicalName>config.json</LogicalName>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="Utilities\InspectForm.resx">
<DependentUpon>InspectForm.cs</DependentUpon>
</EmbeddedResource>
<None Include="App.config" />
<None Include="Library\LibraryProviders.cd" />
<None Include="Library\Widgets\ListView\ListView.cd" />
<None Include="SlicerConfiguration\Settings\SettingsDiagram.cd" />
<None Include="StaticData\OEMSettings\Settings.json" />
<None Include="StaticData\SliceSettings\Properties.json" />
</ItemGroup>
<ItemGroup>
<Folder Include="SlicerConfiguration\SettingsEditors\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="MatterControl.OpenGL\MatterControl.OpenGL.csproj">
<Project>{cbdeec31-d688-417b-9bf2-f0db2e4fb268}</Project>
<Name>MatterControl.OpenGL</Name>
</ProjectReference>
<ProjectReference Include="MatterControl.Printing\MatterControl.Printing.csproj">
<Project>{97d5ade3-c1b4-4b46-8a3e-718a4f7f079f}</Project>
<Name>MatterControl.Printing</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\clipper_library\clipper_library.csproj">
<Project>{9b062971-a88e-4a3d-b3c9-12b78d15fa66}</Project>
<Name>clipper_library</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\DataConverters2D\DataConverters2D.csproj">
<Project>{94838988-523c-4b11-ad82-8b9b76f23a31}</Project>
<Name>DataConverters2D</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\DataConverters3D\DataConverters3D.csproj">
<Project>{04667764-dc7b-4b95-aef6-b4e6c87a54e9}</Project>
<Name>DataConverters3D</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\GuiAutomation\GuiAutomation.csproj">
<Project>{e9102310-0029-4d8f-b1e9-88fba6147d45}</Project>
<Name>GuiAutomation</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\Gui\Gui.csproj">
<Project>{74f6bb6c-9d02-4512-a59a-21940e35c532}</Project>
<Name>Gui</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\ImageProcessing\ImageProcessing.csproj">
<Project>{036bccba-52d8-457c-84ae-8821f209fe4a}</Project>
<Name>ImageProcessing</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\MarchingSquares\MarchingSquares.csproj">
<Project>{df6845cd-64c6-4263-8357-da8066855739}</Project>
<Name>MarchingSquares</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\MeshThumbnails\MeshThumbnails\MeshThumbnails.csproj">
<Project>{1a901129-c885-425f-8d4b-86698f98a2b4}</Project>
<Name>MeshThumbnails</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\RayTracer\RayTracer.csproj">
<Project>{1e01abe0-b494-4fe4-b0d6-540133286887}</Project>
<Name>RayTracer</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\VectorMath\VectorMath.csproj">
<Project>{d3e41b4e-bfbb-44ca-94c8-95c00f754fdd}</Project>
<Name>VectorMath</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\Veldrid\MatterHackers.VeldridProvider.csproj">
<Project>{5754893a-e806-4d67-96b4-d64d3f85d1e4}</Project>
<Name>MatterHackers.VeldridProvider</Name>
</ProjectReference>
<ProjectReference Include="Submodules\MatterSlice\MatterSlice.csproj">
<Project>{c46ca728-dd2f-4dd1-971a-aaa89d9dff95}</Project>
<Name>MatterSlice</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\Tesselate\Tesselate.csproj">
<Project>{ae37de1f-22f7-49ee-8732-fc6bc8dc58d9}</Project>
<Name>Tesselate</Name>
</ProjectReference>
<ProjectReference Include="Community.CsharpSqlite\Community.CsharpSqlite.csproj">
<Project>{f1653f20-d47d-4f29-8c55-3c835542af5f}</Project>
<Name>Community.CsharpSqlite</Name>
</ProjectReference>
<ProjectReference Include="Launcher\Launcher.csproj">
<Project>{3df4cb3d-9a03-4256-9a81-70523aad828b}</Project>
<Name>Launcher</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\RenderOpenGl\RenderOpenGl.csproj">
<Project>{545b6912-77ff-4b34-ba76-6c3d6a32be6a}</Project>
<Name>RenderOpenGl</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\PolygonMesh\PolygonMesh.csproj">
<Project>{86f6aaf2-9b50-40b8-a427-1897d76471c5}</Project>
<Name>PolygonMesh</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\PlatformWin32\PlatformWin32.csproj">
<Project>{670bddff-927b-425d-9dd1-22acb14356eb}</Project>
<Name>PlatformWin32</Name>
</ProjectReference>
<ProjectReference Include="PluginSystem\MatterControlPluginSystem.csproj">
<Project>{865172a0-a1a9-49c2-9386-f2fdb4e141b7}</Project>
<Name>MatterControlPluginSystem</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\Localizations\Localizations.csproj">
<Project>{ca96058c-1a37-465d-a357-d6d695b13d25}</Project>
<Name>Localizations</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\agg\Agg.csproj">
<Project>{657dbc6d-c3ea-4398-a3fa-ddb73c14f71b}</Project>
<Name>Agg</Name>
</ProjectReference>
<ProjectReference Include="PrinterDriverInstaller\InfInstaller.csproj">
<Project>{990a9ad3-b6a4-407b-9dfc-9c722af7c9b9}</Project>
<Name>InfInstaller</Name>
</ProjectReference>
<ProjectReference Include="Submodules\MatterSlice\MSClipperLib\MSClipperLib.csproj">
<Project>{2c564be1-352d-4ddb-8226-f0981f983c60}</Project>
<Name>MSClipperLib</Name>
</ProjectReference>
<ProjectReference Include="Submodules\MatterSlice\Pathfinding\Pathfinding.csproj">
<Project>{8cb3464f-6130-4edb-8dc6-ccd2697fafbb}</Project>
<Name>Pathfinding</Name>
</ProjectReference>
<ProjectReference Include="Submodules\MatterSlice\QuadTree\QuadTree.csproj">
<Project>{23ec3364-7c93-4169-9ab2-7181c66004c0}</Project>
<Name>QuadTree</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Markdig" Version="0.15.0" />
<PackageReference Include="MIConvexHull" Version="1.1.17.1019" />
<PackageReference Include="Mindscape.Raygun4Net" Version="5.5.2" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="System.Reactive" Version="3.1.1" />
<PackageReference Include="System.Reactive.Core" Version="3.1.1" />
<PackageReference Include="System.Reactive.Interfaces" Version="3.1.1" />
<PackageReference Include="System.Reactive.Linq" Version="3.1.1" />
<PackageReference Include="System.Reactive.PlatformServices" Version="3.1.1" />
<PackageReference Include="System.Reactive.Windows.Threading" Version="3.1.1" />
<PackageReference Include="Zeroconf" Version="2.9.0" />
</ItemGroup>
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>