2015-03-09 16:23:38 -07:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-03-15 09:46:54 -07:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<PropertyGroup>
|
2014-07-01 16:42:10 -07:00
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<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>
|
|
|
|
|
|
<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>
|
2014-07-01 16:42:10 -07:00
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
2017-03-15 09:46:54 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
2014-11-25 12:19:37 -08:00
|
|
|
|
<TargetFrameworkProfile />
|
2014-12-03 15:29:11 -08:00
|
|
|
|
<ReleaseVersion>1.2.0</ReleaseVersion>
|
2014-12-22 10:39:24 -08:00
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>True</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>False</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2014-07-28 13:48:28 -07:00
|
|
|
|
<DefineConstants>TRACE;DEBUG;USE_OPENGL;IS_WINDOWS;IS_WINDOWS_FORMS</DefineConstants>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2014-08-17 20:53:00 -07:00
|
|
|
|
<Commandlineparameters>SHOW_MEMORY</Commandlineparameters>
|
2014-11-25 12:19:37 -08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
|
<Optimize>True</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
2014-08-01 17:46:39 -07:00
|
|
|
|
<DefineConstants>TRACE;USE_OPENGL;IS_WINDOWS;IS_WINDOWS_FORMS</DefineConstants>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2014-04-17 11:02:38 -07:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2014-11-25 12:19:37 -08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ApplicationIcon>application.ico</ApplicationIcon>
|
|
|
|
|
|
</PropertyGroup>
|
2014-04-21 08:35:38 -07:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release64|AnyCPU'">
|
|
|
|
|
|
<OutputPath>bin\Release64\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
<CodeAnalysisLogFile>bin\Release\MatterControl.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
|
|
|
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
|
|
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
|
|
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
2014-06-25 17:31:08 -07:00
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2014-11-25 12:19:37 -08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-04-21 08:35:38 -07:00
|
|
|
|
</PropertyGroup>
|
2015-01-05 08:15:40 -08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE;DEBUG;USE_OPENGL;IS_WINDOWS;IS_WINDOWS_FORMS</DefineConstants>
|
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE;USE_OPENGL;IS_WINDOWS;IS_WINDOWS_FORMS</DefineConstants>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release64|x64'">
|
|
|
|
|
|
<OutputPath>bin\x64\Release64\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
|
|
|
|
</PropertyGroup>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
<ItemGroup>
|
2015-04-11 14:29:35 -07:00
|
|
|
|
<Compile Include="AboutPage\AboutWindow.cs" />
|
2015-07-15 18:11:11 -07:00
|
|
|
|
<Compile Include="AboutPage\CheckForUpdateWindow.cs" />
|
2015-04-11 14:29:35 -07:00
|
|
|
|
<Compile Include="AboutPage\HTMLParser\HtmlWidget.cs" />
|
2015-04-10 18:48:57 -07:00
|
|
|
|
<Compile Include="AboutPage\HTMLParser\ElementState.cs" />
|
2014-04-28 17:34:54 -07:00
|
|
|
|
<Compile Include="AboutPage\UpdateControlData.cs" />
|
|
|
|
|
|
<Compile Include="AboutPage\UpdateControlView.cs" />
|
2015-04-10 18:48:57 -07:00
|
|
|
|
<Compile Include="AboutPage\HTMLParser\HtmlParser.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="ActionBar\ActionBarPlus.cs" />
|
2016-04-18 11:31:31 -07:00
|
|
|
|
<Compile Include="ActionBar\PrinterSelector.cs" />
|
2017-02-09 11:23:10 -08:00
|
|
|
|
<Compile Include="ActionBar\TouchScreenPrintStatusRow.cs" />
|
2014-04-16 15:11:01 -07:00
|
|
|
|
<Compile Include="ActionBar\TemperatureWidgetBed.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="ActionBar\PrintActionRow.cs" />
|
2016-09-28 15:31:40 -07:00
|
|
|
|
<Compile Include="ActionBar\PrinterConnectAndSelectControl.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="ActionBar\PrintStatusRow.cs" />
|
2014-04-16 15:11:01 -07:00
|
|
|
|
<Compile Include="ActionBar\TemperatureWidgetBase.cs" />
|
|
|
|
|
|
<Compile Include="ActionBar\TemperatureWidgetExtruder.cs" />
|
Move to new library model and view
- Add new listview control for library content
- Migrate library providers to containers
- Cloud, Sqlite, Directories, Queue, History
- Migrate SideBar components to containers
- Primatives, Text, Braille, ImageConverter
- Create new library container types
- Zip files, Calibration parts, Printer SDCards
- Reduce leftnav to Library, Settings, Controls, Options
- Add DragDrop support for image content
2017-05-19 22:33:55 -07:00
|
|
|
|
<Compile Include="ApplicationView\ApplicationController.cs" />
|
2017-06-19 09:17:57 -07:00
|
|
|
|
<Compile Include="ApplicationView\ThemeConfig.cs" />
|
2017-06-16 18:06:07 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\ApplicationSettings\SettingsItem.cs" />
|
2017-06-19 18:46:57 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\ApplicationSettings\ThemePreviewButton.cs" />
|
2017-06-10 18:40:57 -07:00
|
|
|
|
<Compile Include="CustomWidgets\DockingTabControl.cs" />
|
2017-05-26 11:23:41 -07:00
|
|
|
|
<Compile Include="CustomWidgets\NamedAction.cs" />
|
2017-07-07 12:10:24 -07:00
|
|
|
|
<Compile Include="CustomWidgets\ValueDisplayInfo.cs" />
|
2017-06-21 07:41:12 -07:00
|
|
|
|
<Compile Include="Library\ContentProviders\GCodeContentProvider.cs" />
|
Move to new library model and view
- Add new listview control for library content
- Migrate library providers to containers
- Cloud, Sqlite, Directories, Queue, History
- Migrate SideBar components to containers
- Primatives, Text, Braille, ImageConverter
- Create new library container types
- Zip files, Calibration parts, Printer SDCards
- Reduce leftnav to Library, Settings, Controls, Options
- Add DragDrop support for image content
2017-05-19 22:33:55 -07:00
|
|
|
|
<Compile Include="Library\ContentProviders\IContentProvider.cs" />
|
2016-12-08 15:39:23 -08:00
|
|
|
|
<Compile Include="ApplicationView\MenuRow\MenuOptionAction.cs" />
|
2015-05-20 17:34:55 -07:00
|
|
|
|
<Compile Include="ApplicationView\MenuRow\MenuOptionHelp.cs" />
|
2015-05-19 14:43:24 -07:00
|
|
|
|
<Compile Include="ApplicationView\MenuRow\MenuOptionSettings.cs" />
|
2014-12-09 15:16:08 -08:00
|
|
|
|
<Compile Include="ApplicationView\MenuRow\MenuOptionFile.cs" />
|
2015-05-20 17:34:55 -07:00
|
|
|
|
<Compile Include="ApplicationView\MenuRow\MenuBase.cs" />
|
2014-12-09 15:16:08 -08:00
|
|
|
|
<Compile Include="ApplicationView\MenuRow\ApplicationMenuRow.cs" />
|
2016-05-07 20:49:46 -07:00
|
|
|
|
<Compile Include="ApplicationView\TouchscreenTabView.cs" />
|
2014-09-19 19:17:12 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\ApplicationSettings\ApplicationSettingsView.cs" />
|
2014-03-20 15:53:45 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\LanguageSelector.cs" />
|
2015-10-16 13:39:50 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\CalibrationSettings\CalibrationSettingsView.cs" />
|
2014-06-05 11:45:40 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\PrintLeveling\InstructionsPage.cs" />
|
2017-04-12 12:12:11 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\PrintLeveling\LevelingStrings.cs" />
|
2017-05-19 14:39:57 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\PrintLeveling\LevelWizardMesh.cs" />
|
2015-08-01 14:44:53 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\PrintLeveling\LevelWizard7PointRadial.cs" />
|
2015-08-05 11:12:01 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\PrintLeveling\LevelWizard13PointRadial.cs" />
|
2014-06-05 11:45:40 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\PrintLeveling\LevelWizard3Point.cs" />
|
|
|
|
|
|
<Compile Include="ConfigurationPage\PrintLeveling\LevelWizardBase.cs" />
|
2014-06-06 16:05:18 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\PrintLeveling\PrintLevelingData.cs" />
|
2014-09-19 19:17:12 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\SettingsViewBase.cs" />
|
2014-10-29 09:40:50 -07:00
|
|
|
|
<Compile Include="ControlElements\ConditionalClickWidget.cs" />
|
2016-05-17 15:30:39 -07:00
|
|
|
|
<Compile Include="ControlElements\AttentionGetter.cs" />
|
2014-12-23 12:41:56 -08:00
|
|
|
|
<Compile Include="ControlElements\PopOutManager.cs" />
|
2014-09-18 17:06:45 -07:00
|
|
|
|
<Compile Include="CustomWidgets\AltGroupBox.cs" />
|
2014-09-17 19:18:46 -07:00
|
|
|
|
<Compile Include="CustomWidgets\DoubleSolidSlider.cs" />
|
2014-11-10 12:39:06 -08:00
|
|
|
|
<Compile Include="CustomWidgets\FatFlatClickWidget.cs" />
|
2014-03-22 10:04:04 -07:00
|
|
|
|
<Compile Include="CustomWidgets\FlowSpacers.cs" />
|
2015-07-30 17:42:58 -07:00
|
|
|
|
<Compile Include="CustomWidgets\LibrarySelector\FolderBreadCrumbWidget.cs" />
|
2014-12-19 15:47:54 -08:00
|
|
|
|
<Compile Include="CustomWidgets\PopOutTextTab.cs" />
|
2017-01-18 17:02:58 -08:00
|
|
|
|
<Compile Include="CustomWidgets\PrintingWindow.cs" />
|
2014-10-05 16:07:06 -07:00
|
|
|
|
<Compile Include="CustomWidgets\SlideWidget.cs" />
|
2014-09-17 19:18:46 -07:00
|
|
|
|
<Compile Include="CustomWidgets\SolidSlider.cs" />
|
2014-03-30 17:54:05 -07:00
|
|
|
|
<Compile Include="DataStorage\Models.cs" />
|
Move to new library model and view
- Add new listview control for library content
- Migrate library providers to containers
- Cloud, Sqlite, Directories, Queue, History
- Migrate SideBar components to containers
- Primatives, Text, Braille, ImageConverter
- Create new library container types
- Zip files, Calibration parts, Printer SDCards
- Reduce leftnav to Library, Settings, Controls, Options
- Add DragDrop support for image content
2017-05-19 22:33:55 -07:00
|
|
|
|
<Compile Include="Library\ContentProviders\MeshContentProvider.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\CreatorsContainer.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\HistoryContainer.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" />
|
2017-06-28 18:16:26 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\GCodeDetails.cs" />
|
2017-06-28 18:39:46 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\GCodeDetailsView.cs" />
|
2017-06-24 08:54:29 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\LayerNavigationWidget.cs" />
|
2017-05-23 10:51:12 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\OverflowDropdown.cs" />
|
2017-07-06 12:22:56 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\PrinterTabPage.cs" />
|
2017-06-24 09:00:13 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\SetLayerWidget.cs" />
|
2017-05-27 17:48:32 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\GridOptionsPanel.cs" />
|
2017-06-21 23:26:20 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\InteractionVolume.cs" />
|
|
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\MeshViewerWidget.cs" />
|
|
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\MouseEvent3DArgs.cs" />
|
2017-05-23 19:03:30 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\PrinterActionsBar.cs" />
|
2016-11-03 17:34:36 -07:00
|
|
|
|
<Compile Include="PrinterCommunication\Io\NotPrintingStream.cs" />
|
Move to new library model and view
- Add new listview control for library content
- Migrate library providers to containers
- Cloud, Sqlite, Directories, Queue, History
- Migrate SideBar components to containers
- Primatives, Text, Braille, ImageConverter
- Create new library container types
- Zip files, Calibration parts, Printer SDCards
- Reduce leftnav to Library, Settings, Controls, Options
- Add DragDrop support for image content
2017-05-19 22:33:55 -07:00
|
|
|
|
<Compile Include="Library\Widgets\ListView\ListView.cs" />
|
|
|
|
|
|
<Compile Include="Library\Widgets\ListView\ListViewItem.cs" />
|
2017-06-29 13:02:36 -07:00
|
|
|
|
<Compile Include="PrinterCommunication\Io\RequestTemperaturesStream.cs" />
|
2016-07-12 13:36:47 -07:00
|
|
|
|
<Compile Include="SetupWizard\CopyGuestProfilesToUser.cs" />
|
Move to new library model and view
- Add new listview control for library content
- Migrate library providers to containers
- Cloud, Sqlite, Directories, Queue, History
- Migrate SideBar components to containers
- Primatives, Text, Braille, ImageConverter
- Create new library container types
- Zip files, Calibration parts, Printer SDCards
- Reduce leftnav to Library, Settings, Controls, Options
- Add DragDrop support for image content
2017-05-19 22:33:55 -07:00
|
|
|
|
<Compile Include="Library\Widgets\SystemWindows\RenameItemWindow.cs" />
|
2014-03-11 15:10:11 -07:00
|
|
|
|
<Compile Include="LocalizedString.cs" />
|
2014-07-24 16:45:50 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\BedSettings.cs" />
|
2015-04-11 15:20:18 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\ColorGradientWidget.cs" />
|
2014-10-30 14:42:00 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\PartPreviewContent.cs" />
|
2016-03-25 17:32:05 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\DebugBvh.cs" />
|
2017-03-15 16:17:06 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\UndoCommands\UngroupCommand.cs" />
|
|
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\UndoCommands\InsertCommand.cs" />
|
2016-02-27 15:20:12 -08:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\UndoCommands\DeleteUndoCommand.cs" />
|
2017-03-15 16:17:06 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\UndoCommands\GroupCommand.cs" />
|
2014-12-12 21:57:05 -08:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\Gui3D\HeightValueDisplay.cs" />
|
2016-02-20 15:39:54 -08:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\Gui3D\SnapingIndicator.cs" />
|
2016-02-16 08:30:13 -08:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\Gui3D\SelectionShadow.cs" />
|
2014-12-07 08:05:31 -08:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\Gui3D\UpArrow3D.cs" />
|
2016-02-27 15:20:12 -08:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\UndoCommands\TransformUndoCommand.cs" />
|
2017-06-09 07:49:45 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\SceneActions.cs" />
|
2016-02-28 08:21:00 -08:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\SideBar\MirrorControls.cs" />
|
2017-03-15 16:17:06 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\IObject3DEditor.cs" />
|
2014-10-16 17:52:21 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\View3D\View3DWidget.cs" />
|
2017-03-15 16:17:06 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\SelectedObjectPanel.cs" />
|
2014-05-25 11:11:11 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\ViewControls3D.cs" />
|
2017-05-26 21:28:35 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\ViewControlsToggle.cs" />
|
2017-06-24 12:35:02 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\GCode2DWidget.cs" />
|
2014-03-01 13:10:48 -08:00
|
|
|
|
<Compile Include="CustomWidgets\DisableableWidget.cs" />
|
2014-04-19 11:51:02 -07:00
|
|
|
|
<Compile Include="CustomWidgets\ExportPrintItemWindow.cs" />
|
2015-12-02 18:33:25 -08:00
|
|
|
|
<Compile Include="PrinterCommunication\Io\FeedRateMultiplyerStream.cs" />
|
|
|
|
|
|
<Compile Include="PrinterCommunication\Io\ExtrusionMultiplyerStream.cs" />
|
2016-01-19 15:16:05 -08:00
|
|
|
|
<Compile Include="PrinterCommunication\Io\PauseHandlingStream.cs" />
|
|
|
|
|
|
<Compile Include="PrinterCommunication\Io\GCodeStreamProxy.cs" />
|
2015-12-04 15:31:22 -08:00
|
|
|
|
<Compile Include="PrinterCommunication\Io\RelativeToAbsoluteStream.cs" />
|
2015-11-30 19:42:35 -08:00
|
|
|
|
<Compile Include="PrinterCommunication\Io\WaitForTempStream.cs" />
|
2015-11-29 23:15:47 -08:00
|
|
|
|
<Compile Include="PrinterCommunication\Io\OffsetStream.cs" />
|
2015-11-28 19:59:14 -08:00
|
|
|
|
<Compile Include="PrinterCommunication\Io\MaxLengthStream.cs" />
|
|
|
|
|
|
<Compile Include="PrinterCommunication\Io\GCodeFileStream.cs" />
|
|
|
|
|
|
<Compile Include="PrinterCommunication\Io\GCodeStream.cs" />
|
|
|
|
|
|
<Compile Include="PrinterCommunication\Io\PrinterMove.cs" />
|
2017-06-29 13:02:36 -07:00
|
|
|
|
<Compile Include="PrinterCommunication\Io\ProcessWriteRegExStream.cs" />
|
2015-11-28 19:59:14 -08:00
|
|
|
|
<Compile Include="PrinterCommunication\Io\QueuedCommandsStream.cs" />
|
|
|
|
|
|
<Compile Include="PrinterCommunication\Io\PrintLevelingStream.cs" />
|
2015-11-29 23:15:47 -08:00
|
|
|
|
<Compile Include="PrinterCommunication\Io\BabyStepsStream.cs" />
|
2016-09-06 14:42:14 -07:00
|
|
|
|
<Compile Include="PrinterCommunication\Io\PrintRecoveryStream.cs" />
|
2016-01-13 16:11:13 -08:00
|
|
|
|
<Compile Include="PrinterControls\ControlWidgets\AdjustmentControls.cs" />
|
2014-10-15 16:57:26 -07:00
|
|
|
|
<Compile Include="PrinterControls\ControlWidgets\ControlWidgetBase.cs" />
|
|
|
|
|
|
<Compile Include="PrinterControls\ControlWidgets\FanControls.cs" />
|
|
|
|
|
|
<Compile Include="PrinterControls\ControlWidgets\MovementControls.cs" />
|
2015-04-23 20:19:00 -07:00
|
|
|
|
<Compile Include="PrinterControls\ControlWidgets\PowerControls.cs" />
|
2016-05-31 16:58:06 -07:00
|
|
|
|
<Compile Include="PrinterControls\PrinterConnections\ShowAuthPanel.cs" />
|
2014-11-07 09:20:38 -08:00
|
|
|
|
<Compile Include="PrinterControls\TerminalWindow\PrinterOutputCache.cs" />
|
2014-11-07 10:12:47 -08:00
|
|
|
|
<Compile Include="PrinterControls\TerminalWindow\TextScrolBar.cs" />
|
2014-11-06 15:19:38 -08:00
|
|
|
|
<Compile Include="PrinterControls\TerminalWindow\TextScrollWidget.cs" />
|
|
|
|
|
|
<Compile Include="PrinterControls\TerminalWindow\TerminalWidget.cs" />
|
2015-07-02 11:23:44 -07:00
|
|
|
|
<Compile Include="History\PrintHistoryData.cs" />
|
Move to new library model and view
- Add new listview control for library content
- Migrate library providers to containers
- Cloud, Sqlite, Directories, Queue, History
- Migrate SideBar components to containers
- Primatives, Text, Braille, ImageConverter
- Create new library container types
- Zip files, Calibration parts, Printer SDCards
- Reduce leftnav to Library, Settings, Controls, Options
- Add DragDrop support for image content
2017-05-19 22:33:55 -07:00
|
|
|
|
<Compile Include="Library\Widgets\SystemWindows\CreateFolderWindow.cs" />
|
2015-11-06 17:05:49 -08:00
|
|
|
|
<Compile Include="Queue\OptionsMenu\ExportGcodePlugin.cs" />
|
2016-06-08 09:31:26 -07:00
|
|
|
|
<Compile Include="SetupWizard\AndroidConnectDevicePage.cs" />
|
2016-06-08 17:59:03 -07:00
|
|
|
|
<Compile Include="SetupWizard\EditPrinterSettingsPage.cs" />
|
2016-06-11 16:24:30 -07:00
|
|
|
|
<Compile Include="SetupWizard\ImportSettingsPage.cs" />
|
2016-06-09 14:58:39 -07:00
|
|
|
|
<Compile Include="SetupWizard\ExportSettingsPage.cs" />
|
2016-06-10 13:28:44 -07:00
|
|
|
|
<Compile Include="SetupWizard\LicenseAgreementPage.cs" />
|
2016-07-12 17:23:45 -07:00
|
|
|
|
<Compile Include="SetupWizard\PrinterProfileHistoryPage.cs" />
|
2016-11-04 16:00:54 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\RunningMacroPage.cs" />
|
2016-07-18 14:00:53 -07:00
|
|
|
|
<Compile Include="SetupWizard\SyncingPrintersPage.cs" />
|
2016-06-08 09:31:26 -07:00
|
|
|
|
<Compile Include="SetupWizard\WizardPage.cs" />
|
2016-06-08 09:54:31 -07:00
|
|
|
|
<Compile Include="SetupWizard\AndroidSetupOptionsPage.cs" />
|
2016-06-01 18:17:11 -07:00
|
|
|
|
<Compile Include="SetupWizard\SetupWizardTroubleshooting.cs" />
|
|
|
|
|
|
<Compile Include="SetupWizard\SetupWizardWifi.cs" />
|
|
|
|
|
|
<Compile Include="SetupWizard\WizardWindow.cs" />
|
2016-06-16 16:51:32 -07:00
|
|
|
|
<Compile Include="SlicerConfiguration\Settings\GCodeMacro.cs" />
|
|
|
|
|
|
<Compile Include="SlicerConfiguration\Settings\ProfileMigrations.cs" />
|
2016-06-15 12:58:36 -07:00
|
|
|
|
<Compile Include="SlicerConfiguration\Settings\ProfileManager.cs" />
|
2016-06-27 15:38:45 -07:00
|
|
|
|
<Compile Include="SlicerConfiguration\Settings\PrinterSettingsLayer.cs" />
|
2016-07-19 13:28:10 -07:00
|
|
|
|
<Compile Include="SlicerConfiguration\Settings\SettingsHelpers.cs" />
|
2016-04-04 17:58:33 -07:00
|
|
|
|
<Compile Include="SlicerConfiguration\SliceSettingsDetailControl.cs" />
|
2016-04-18 11:31:31 -07:00
|
|
|
|
<Compile Include="SlicerConfiguration\Settings\ActiveSliceSettings.cs" />
|
2016-07-18 15:20:19 -07:00
|
|
|
|
<Compile Include="SlicerConfiguration\Settings\PrinterSettings.cs" />
|
2016-04-18 11:31:31 -07:00
|
|
|
|
<Compile Include="DataStorage\Classic\ClassicSqlitePrinterProfiles.cs" />
|
2016-09-28 11:20:54 -07:00
|
|
|
|
<Compile Include="Utilities\AuthenticationData.cs" />
|
2015-11-23 13:08:21 -08:00
|
|
|
|
<Compile Include="Utilities\LimitCallFrequency.cs" />
|
2015-06-10 17:53:17 -07:00
|
|
|
|
<Compile Include="Utilities\SelectedListItems.cs" />
|
2015-07-02 11:23:44 -07:00
|
|
|
|
<Compile Include="Queue\OptionsMenu\ExportToFolderFeedbackWindow.cs" />
|
2014-02-22 14:52:53 -08:00
|
|
|
|
<Compile Include="EeProm\EePromMarlinSettings.cs" />
|
2014-04-02 18:14:26 -07:00
|
|
|
|
<Compile Include="PrinterControls\EditLevelingSettingsWindow.cs" />
|
2015-07-02 11:23:44 -07:00
|
|
|
|
<Compile Include="History\PrintHistoryListItem.cs" />
|
|
|
|
|
|
<Compile Include="Queue\QueueData.cs" />
|
2014-04-23 17:44:49 -07:00
|
|
|
|
<Compile Include="SettingsManagement\OemSettings.cs" />
|
2014-12-12 16:07:48 -08:00
|
|
|
|
<Compile Include="SettingsManagement\UserSettingsFields.cs" />
|
2014-08-20 10:52:47 -07:00
|
|
|
|
<Compile Include="SlicerConfiguration\MatterSliceInfo.cs" />
|
2014-03-30 17:54:05 -07:00
|
|
|
|
<Compile Include="SlicerConfiguration\SettingsControlSelectors.cs" />
|
|
|
|
|
|
<Compile Include="SlicerConfiguration\SlicePresetsWindow\SlicePresetsWindow.cs" />
|
2014-03-20 12:16:04 -07:00
|
|
|
|
<Compile Include="SlicerConfiguration\SlicerMapping\EngineMappingMatterSlice.cs" />
|
2015-02-17 07:58:53 -08:00
|
|
|
|
<Compile Include="SlicerConfiguration\Slicing\SliceLayer.cs" />
|
2015-02-16 19:59:46 -08:00
|
|
|
|
<Compile Include="SlicerConfiguration\Slicing\SliceLayers.cs" />
|
2014-03-01 13:18:37 -08:00
|
|
|
|
<Compile Include="Utilities\FieldValidation.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="PartPreviewWindow\CreateDiscreteMeshes.cs" />
|
|
|
|
|
|
<Compile Include="CustomWidgets\EditableNumberDisplay.cs" />
|
|
|
|
|
|
<Compile Include="PartPreviewWindow\PlatingHelper.cs" />
|
2014-10-15 16:57:26 -07:00
|
|
|
|
<Compile Include="PrinterControls\ControlWidgets\MacroControls.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="PrinterControls\EditManualMovementSpeedsWindow.cs" />
|
|
|
|
|
|
<Compile Include="PrinterControls\EditMacrosWindow.cs" />
|
2014-04-19 11:51:02 -07:00
|
|
|
|
<Compile Include="ControlElements\RegisteredCreators.cs" />
|
2014-02-15 18:06:03 -08:00
|
|
|
|
<Compile Include="SlicerConfiguration\SlicerMapping\EngineMappingCura.cs" />
|
|
|
|
|
|
<Compile Include="SlicerConfiguration\SlicerMapping\EngineMappingSlic3r.cs" />
|
|
|
|
|
|
<Compile Include="SlicerConfiguration\SlicerMapping\MappingClasses.cs" />
|
|
|
|
|
|
<Compile Include="SlicerConfiguration\SlicerMapping\EngineMapingBase.cs" />
|
2014-03-17 14:41:36 -07:00
|
|
|
|
<Compile Include="ApplicationView\WidescreenPanel.cs" />
|
2014-06-05 11:45:40 -07:00
|
|
|
|
<Compile Include="ConfigurationPage\PrintLeveling\PrintLevelPages.cs" />
|
2014-03-01 13:18:37 -08:00
|
|
|
|
<Compile Include="AboutPage\ContactForm.cs" />
|
2014-02-18 12:51:11 -08:00
|
|
|
|
<Compile Include="CustomWidgets\ClickWidget.cs">
|
2014-04-19 11:51:02 -07:00
|
|
|
|
<DependentUpon>ExportPrintItemWindow.cs</DependentUpon>
|
2014-02-18 12:51:11 -08:00
|
|
|
|
</Compile>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="CustomWidgets\SavePartsSheetFeedbackWindow.cs" />
|
|
|
|
|
|
<Compile Include="CustomWidgets\DropDownMenuWidget.cs" />
|
|
|
|
|
|
<Compile Include="ControlElements\ImageButtonFactory.cs" />
|
|
|
|
|
|
<Compile Include="ControlElements\LinkButtonFactory.cs" />
|
|
|
|
|
|
<Compile Include="CustomWidgets\PrintProgressBarWidget.cs" />
|
2015-07-02 11:23:44 -07:00
|
|
|
|
<Compile Include="Queue\OptionsMenu\ExportToSdCardFeedbackWindow.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="CustomWidgets\SlidePanelWidget.cs" />
|
|
|
|
|
|
<Compile Include="ControlElements\StyledMessageBoxWindow.cs" />
|
|
|
|
|
|
<Compile Include="CustomWidgets\WizardControl.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" />
|
2014-03-17 14:41:36 -07:00
|
|
|
|
<Compile Include="ApplicationView\MainApplicationWidget.cs" />
|
2014-03-01 13:18:37 -08:00
|
|
|
|
<Compile Include="Utilities\ManifestFileHandler.cs">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="ControlElements\MHTextEditWidget.cs" />
|
2014-05-25 11:11:11 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\ViewGcodeBasic.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="PartPreviewWindow\PartPreviewMainWindow.cs" />
|
2015-07-02 11:23:44 -07:00
|
|
|
|
<Compile Include="Queue\OptionsMenu\PartsSheetCreator.cs" />
|
2014-03-01 13:18:37 -08:00
|
|
|
|
<Compile Include="Utilities\WebUtilities\JsonResponseDictionary.cs" />
|
2017-06-13 17:32:38 -07:00
|
|
|
|
<Compile Include="PrinterCommunication\PrinterConnection.cs" />
|
2014-06-11 14:52:58 -07:00
|
|
|
|
<Compile Include="PrinterControls\PrintLevelingPlane.cs" />
|
2014-11-06 15:19:38 -08:00
|
|
|
|
<Compile Include="PrinterControls\TerminalWindow\TerminalWindow.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<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\PrinterConnections\SetupStepInstallDriver.cs" />
|
|
|
|
|
|
<Compile Include="PrinterControls\ManualPrinterControls.cs" />
|
|
|
|
|
|
<Compile Include="PrinterControls\PrinterConnections\BaseConnectionWidget.cs" />
|
|
|
|
|
|
<Compile Include="PrinterControls\PrinterConnections\PrinterChooser.cs" />
|
2016-06-08 09:31:26 -07:00
|
|
|
|
<Compile Include="PrinterControls\PrinterConnections\ConnectionWizardPage.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="PrinterControls\XYZJogControls.cs" />
|
Move to new library model and view
- Add new listview control for library content
- Migrate library providers to containers
- Cloud, Sqlite, Directories, Queue, History
- Migrate SideBar components to containers
- Primatives, Text, Braille, ImageConverter
- Create new library container types
- Zip files, Calibration parts, Printer SDCards
- Reduce leftnav to Library, Settings, Controls, Options
- Add DragDrop support for image content
2017-05-19 22:33:55 -07:00
|
|
|
|
<Compile Include="Library\Widgets\PrintLibraryWidget.cs" />
|
2015-07-02 11:23:44 -07:00
|
|
|
|
<Compile Include="Queue\OptionsMenu\ExportToFolderProcess.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="CustomWidgets\PartThumbnailWidget.cs" />
|
2015-07-02 11:23:44 -07:00
|
|
|
|
<Compile Include="Queue\PrintItemWrapper.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="MatterControlApplication.cs" />
|
2014-03-01 13:18:37 -08:00
|
|
|
|
<Compile Include="Utilities\ProjectFileHandler.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2014-03-01 13:18:37 -08:00
|
|
|
|
<Compile Include="Utilities\WebUtilities\RequestManager.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="SettingsManagement\ApplicationSettings.cs" />
|
|
|
|
|
|
<Compile Include="SettingsManagement\UserSettings.cs" />
|
2014-02-15 18:06:03 -08:00
|
|
|
|
<Compile Include="SlicerConfiguration\SettingsControlBar.cs" />
|
|
|
|
|
|
<Compile Include="SlicerConfiguration\SliceSettingsWidget.cs" />
|
|
|
|
|
|
<Compile Include="SlicerConfiguration\SliceSettingsOrganizer.cs" />
|
|
|
|
|
|
<Compile Include="SlicerConfiguration\SlicingQueue.cs" />
|
2015-07-24 14:00:27 -07:00
|
|
|
|
<Compile Include="VersionManagement\ContactFormRequest.cs" />
|
|
|
|
|
|
<Compile Include="VersionManagement\LatestVersionRequest.cs" />
|
|
|
|
|
|
<Compile Include="VersionManagement\ClientTokenRequest.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="VersionManagement\WebRequestHandler.cs" />
|
|
|
|
|
|
<Compile Include="VersionManagement\VersionFileHandler.cs" />
|
2015-04-11 14:29:35 -07:00
|
|
|
|
<Compile Include="AboutPage\AboutWidget.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Compile Include="CustomWidgets\ThemeColorSelectorWidget.cs" />
|
|
|
|
|
|
<Compile Include="ControlElements\TextImageButtonFactory.cs" />
|
2014-12-18 08:11:59 -08:00
|
|
|
|
<Compile Include="EeProm\EePromMarlinWindow.cs" />
|
2014-02-23 21:48:17 -08:00
|
|
|
|
<Compile Include="EeProm\EePromRepetierParameter.cs" />
|
2014-12-18 08:11:59 -08:00
|
|
|
|
<Compile Include="EeProm\EePromRepetierWindow.cs" />
|
2014-02-23 21:48:17 -08:00
|
|
|
|
<Compile Include="EeProm\EePromRepetierStorage.cs" />
|
2014-03-17 13:53:29 -07:00
|
|
|
|
<Compile Include="PartPreviewWindow\SaveAsWindow.cs" />
|
2014-06-25 17:31:08 -07:00
|
|
|
|
<Compile Include="DataStorage\SQLiteAndroid.cs" />
|
2014-08-17 20:53:00 -07:00
|
|
|
|
<Compile Include="CustomWidgets\DataViewGraph.cs" />
|
|
|
|
|
|
<Compile Include="CustomWidgets\TwoSidedStack.cs" />
|
2014-11-17 15:50:39 -08:00
|
|
|
|
<Compile Include="CustomWidgets\SplitButton.cs" />
|
|
|
|
|
|
<Compile Include="ControlElements\DropDownMenuFactory.cs" />
|
|
|
|
|
|
<Compile Include="ControlElements\SplitButtonFactory.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2016-03-25 17:32:05 -07:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2017-02-07 09:41:41 -08:00
|
|
|
|
<Reference Include="Mindscape.Raygun4Net, Version=5.4.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>packages\Mindscape.Raygun4Net.5.4.1\lib\net40\Mindscape.Raygun4Net.dll</HintPath>
|
2015-05-20 13:37:08 -07:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</Reference>
|
2017-02-07 09:41:41 -08:00
|
|
|
|
<Reference Include="Mindscape.Raygun4Net4, Version=5.4.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>packages\Mindscape.Raygun4Net.5.4.1\lib\net40\Mindscape.Raygun4Net4.dll</HintPath>
|
2015-05-20 13:37:08 -07:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</Reference>
|
2016-08-16 14:28:15 -07:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
|
<Private>True</Private>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="PdfSharp">
|
|
|
|
|
|
<HintPath>PdfSharp.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2015-02-13 17:35:48 -08:00
|
|
|
|
<Reference Include="PresentationFramework" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
|
<Reference Include="System.Management" />
|
2016-06-22 18:05:52 -07:00
|
|
|
|
<Reference Include="System.Net.Http" />
|
2017-06-30 16:09:31 -07:00
|
|
|
|
<Reference Include="System.ValueTuple, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>packages\System.ValueTuple.4.3.1\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
|
2017-06-29 09:47:34 -07:00
|
|
|
|
</Reference>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
<Reference Include="Mono.Posix" />
|
2015-01-13 08:13:40 -08:00
|
|
|
|
<Reference Include="OpenTK">
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<HintPath>Submodules\agg-sharp\PlatformWin32\OpenTK.dll</HintPath>
|
2015-01-13 08:13:40 -08:00
|
|
|
|
</Reference>
|
2014-12-03 15:29:11 -08:00
|
|
|
|
<Reference Include="System.IO.Compression" />
|
|
|
|
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
2017-03-15 16:17:06 -07:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</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>
|
2016-11-28 15:56:17 -08:00
|
|
|
|
<Content Include="StaticData\OEMSettings\AboutPage.html" />
|
2016-02-19 08:05:03 -08:00
|
|
|
|
<Content Include="StaticData\SliceSettings\Layouts.txt" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="App.config" />
|
Move to new library model and view
- Add new listview control for library content
- Migrate library providers to containers
- Cloud, Sqlite, Directories, Queue, History
- Migrate SideBar components to containers
- Primatives, Text, Braille, ImageConverter
- Create new library container types
- Zip files, Calibration parts, Printer SDCards
- Reduce leftnav to Library, Settings, Controls, Options
- Add DragDrop support for image content
2017-05-19 22:33:55 -07:00
|
|
|
|
<None Include="Library\LibraryProviders.cd" />
|
|
|
|
|
|
<None Include="Library\Widgets\ListView\ListView.cd" />
|
2016-04-18 11:31:31 -07:00
|
|
|
|
<None Include="SlicerConfiguration\Settings\SettingsDiagram.cd" />
|
2014-12-19 15:50:44 -08:00
|
|
|
|
<None Include="packages.config" />
|
2016-11-28 15:56:17 -08:00
|
|
|
|
<None Include="StaticData\OEMSettings\Settings.json" />
|
2016-02-19 08:05:03 -08:00
|
|
|
|
<None Include="StaticData\SliceSettings\Properties.json" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</ItemGroup>
|
2016-05-16 17:11:49 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="SlicerConfiguration\SettingsEditors\" />
|
|
|
|
|
|
</ItemGroup>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<ItemGroup>
|
2017-06-21 23:26:20 -07:00
|
|
|
|
<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>
|
2017-07-01 18:25:53 -07:00
|
|
|
|
<ProjectReference Include="PrinterEmulator\PrinterEmulator.csproj" Condition="'$(Configuration)'=='Debug'">
|
|
|
|
|
|
<Project>{bb58ca42-991b-41b7-bde7-dcd2911df8b9}</Project>
|
|
|
|
|
|
<Name>PrinterEmulator</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\clipper_library\clipper_library.csproj">
|
2014-03-27 19:22:39 -07:00
|
|
|
|
<Project>{9B062971-A88E-4A3D-B3C9-12B78D15FA66}</Project>
|
|
|
|
|
|
<Name>clipper_library</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\Csg\Csg.csproj">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Project>{7E61A5BD-E78F-4B80-88C9-3821B4FA062E}</Project>
|
|
|
|
|
|
<Name>Csg</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-04-29 16:13:29 -07:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\DataConverters3D\DataConverters3D.csproj">
|
2015-12-03 10:40:13 -08:00
|
|
|
|
<Project>{04667764-DC7B-4B95-AEF6-B4E6C87A54E9}</Project>
|
2015-04-19 21:12:12 -07:00
|
|
|
|
<Name>DataConverters3D</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-08-23 12:19:02 -07:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\GuiAutomation\GuiAutomation.csproj">
|
2015-12-03 10:40:13 -08:00
|
|
|
|
<Project>{E9102310-0029-4D8F-B1E9-88FBA6147D45}</Project>
|
2015-08-18 10:31:10 -07:00
|
|
|
|
<Name>GuiAutomation</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\Gui\Gui.csproj">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Project>{74F6BB6C-9D02-4512-A59A-21940E35C532}</Project>
|
|
|
|
|
|
<Name>Gui</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\ImageProcessing\ImageProcessing.csproj">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Project>{036BCCBA-52D8-457C-84AE-8821F209FE4A}</Project>
|
|
|
|
|
|
<Name>ImageProcessing</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\MarchingSquares\MarchingSquares.csproj">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Project>{DF6845CD-64C6-4263-8357-DA8066855739}</Project>
|
|
|
|
|
|
<Name>MarchingSquares</Name>
|
|
|
|
|
|
</ProjectReference>
|
Move to new library model and view
- Add new listview control for library content
- Migrate library providers to containers
- Cloud, Sqlite, Directories, Queue, History
- Migrate SideBar components to containers
- Primatives, Text, Braille, ImageConverter
- Create new library container types
- Zip files, Calibration parts, Printer SDCards
- Reduce leftnav to Library, Settings, Controls, Options
- Add DragDrop support for image content
2017-05-19 22:33:55 -07:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\MeshThumbnails\MeshThumbnails\MeshThumbnails.csproj">
|
|
|
|
|
|
<Project>{1a901129-c885-425f-8d4b-86698f98a2b4}</Project>
|
|
|
|
|
|
<Name>MeshThumbnails</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\PlatformAbstract\PlatformAbstract.csproj">
|
2014-06-19 15:55:20 -07:00
|
|
|
|
<Project>{3E4AABA8-D85F-4922-88C6-5C1B2D2308FB}</Project>
|
|
|
|
|
|
<Name>PlatformAbstract</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\RayTracer\RayTracer.csproj">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Project>{1E01ABE0-B494-4FE4-B0D6-540133286887}</Project>
|
|
|
|
|
|
<Name>RayTracer</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\VectorMath\VectorMath.csproj">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Project>{D3E41B4E-BFBB-44CA-94C8-95C00F754FDD}</Project>
|
|
|
|
|
|
<Name>VectorMath</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\SerialPortCommunication\SerialPortCommunication.csproj">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Project>{D3ABF72C-64C2-4E51-A119-E077210FA990}</Project>
|
|
|
|
|
|
<Name>SerialPortCommunication</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\WindowsFileDialogs\WindowsFileDialogs.csproj">
|
2014-10-09 15:22:04 -07:00
|
|
|
|
<Project>{A526DC5D-65F3-461B-805F-D3AC9665F5C9}</Project>
|
|
|
|
|
|
<Name>WindowsFileDialogs</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\MatterSlice\MatterSlice.csproj">
|
2014-03-18 10:55:21 -07:00
|
|
|
|
<Project>{C46CA728-DD2F-4DD1-971A-AAA89D9DFF95}</Project>
|
|
|
|
|
|
<Name>MatterSlice</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\Tesselate\Tesselate.csproj">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Project>{AE37DE1F-22F7-49EE-8732-FC6BC8DC58D9}</Project>
|
|
|
|
|
|
<Name>Tesselate</Name>
|
|
|
|
|
|
</ProjectReference>
|
2014-07-01 18:34:24 -07:00
|
|
|
|
<ProjectReference Include="Community.CsharpSqlite\Community.CsharpSqlite.csproj">
|
|
|
|
|
|
<Project>{F1653F20-D47D-4F29-8C55-3C835542AF5F}</Project>
|
|
|
|
|
|
<Name>Community.CsharpSqlite</Name>
|
|
|
|
|
|
</ProjectReference>
|
2014-10-29 08:46:56 -07:00
|
|
|
|
<ProjectReference Include="Launcher\Launcher.csproj">
|
|
|
|
|
|
<Project>{3DF4CB3D-9A03-4256-9A81-70523AAD828B}</Project>
|
|
|
|
|
|
<Name>Launcher</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\OpenGlGui\OpenGlGui.csproj">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Project>{C958F745-156E-4BDC-A24A-3721C7BE7B8A}</Project>
|
|
|
|
|
|
<Name>OpenGlGui</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\RenderOpenGl\RenderOpenGl.csproj">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Project>{545B6912-77FF-4B34-BA76-6C3D6A32BE6A}</Project>
|
|
|
|
|
|
<Name>RenderOpenGl</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\PolygonMesh\PolygonMesh.csproj">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<Project>{86F6AAF2-9B50-40B8-A427-1897D76471C5}</Project>
|
|
|
|
|
|
<Name>PolygonMesh</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\PlatformWin32\PlatformWin32.csproj">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<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>
|
2015-02-26 10:17:41 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\Localizations\Localizations.csproj">
|
2014-10-09 12:23:31 -07:00
|
|
|
|
<Project>{CA96058C-1A37-465D-A357-D6D695B13D25}</Project>
|
|
|
|
|
|
<Name>Localizations</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-03-05 11:48:16 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\agg\Agg.csproj">
|
2014-10-27 18:06:04 -07:00
|
|
|
|
<Project>{657DBC6D-C3EA-4398-A3FA-DDB73C14F71B}</Project>
|
|
|
|
|
|
<Name>Agg</Name>
|
|
|
|
|
|
</ProjectReference>
|
2014-11-14 11:03:13 -08:00
|
|
|
|
<ProjectReference Include="PrinterDriverInstaller\InfInstaller.csproj">
|
2014-11-17 15:50:39 -08:00
|
|
|
|
<Project>{990A9AD3-B6A4-407B-9DFC-9C722AF7C9B9}</Project>
|
2014-11-14 11:03:13 -08:00
|
|
|
|
<Name>InfInstaller</Name>
|
|
|
|
|
|
</ProjectReference>
|
2017-01-16 07:48:49 -08:00
|
|
|
|
<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>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</ItemGroup>
|
2015-06-15 18:31:43 -07:00
|
|
|
|
</Project>
|