2014-01-29 19:09:30 -08:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion= "4.0" >
<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>
2014-11-25 12:19:37 -08:00
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
<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>
<RestorePackages > true</RestorePackages>
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 >
2014-04-28 17:34:54 -07:00
<Compile Include= "AboutPage\UpdateControlData.cs" />
<Compile Include= "AboutPage\UpdateControlView.cs" />
2014-04-23 13:32:05 -07:00
<Compile Include= "AboutPage\HtmlParser.cs" />
2014-01-29 19:09:30 -08:00
<Compile Include= "ActionBar\ActionBarBaseControls.cs" />
<Compile Include= "ActionBar\ActionBarPlus.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\HelpTextWidget.cs" />
<Compile Include= "ActionBar\PrintActionRow.cs" />
<Compile Include= "ActionBar\PrinterActionRow.cs" />
<Compile Include= "ActionBar\PrintStatusRow.cs" />
2014-04-16 15:11:01 -07:00
<Compile Include= "ActionBar\TemperatureWidgetBase.cs" />
<Compile Include= "ActionBar\TemperatureWidgetExtruder.cs" />
2014-12-09 15:16:08 -08:00
<Compile Include= "ApplicationView\MenuRow\MenuOptionFile.cs" />
<Compile Include= "ApplicationView\MenuRow\MenuOptionHelp.cs" />
<Compile Include= "ApplicationView\MenuRow\ApplicationMenuRow.cs" />
2014-03-17 14:41:36 -07:00
<Compile Include= "ApplicationView\CompactSlidePanel.cs" />
2014-09-19 19:17:12 -07:00
<Compile Include= "ApplicationView\CompactTabView.cs" />
2014-07-03 11:50:25 -07:00
<Compile Include= "ApplicationView\ThirdPanelTabView.cs" />
2014-07-03 10:19:45 -07:00
<Compile Include= "ApplicationView\FirstPanelTabView.cs" />
2014-09-19 19:17:12 -07:00
<Compile Include= "ConfigurationPage\ApplicationSettings\ApplicationSettingsView.cs" />
<Compile Include= "ConfigurationPage\CloudSettings\CloudSettingsView.cs" />
2014-03-20 15:53:45 -07:00
<Compile Include= "ConfigurationPage\LanguageSelector.cs" />
2014-09-19 19:17:12 -07:00
<Compile Include= "ConfigurationPage\PrinterSettings\PrinterSettingsView.cs" />
2014-06-05 11:45:40 -07:00
<Compile Include= "ConfigurationPage\PrintLeveling\LevelWizard2Point.cs" />
<Compile Include= "ConfigurationPage\PrintLeveling\InstructionsPage.cs" />
<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" />
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" />
2014-12-19 15:47:54 -08:00
<Compile Include= "CustomWidgets\PopOutTextTab.cs" />
2014-10-05 16:07:06 -07:00
<Compile Include= "CustomWidgets\SlideWidget.cs" />
2014-12-07 20:10:24 -08:00
<Compile Include= "CustomWidgets\SolidProgressControl.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" />
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" />
2014-10-30 14:42:00 -07:00
<Compile Include= "PartPreviewWindow\PartPreviewContent.cs" />
2014-12-12 21:57:05 -08:00
<Compile Include= "PartPreviewWindow\View3D\Gui3D\HeightValueDisplay.cs" />
2014-12-07 08:05:31 -08:00
<Compile Include= "PartPreviewWindow\View3D\Gui3D\UpArrow3D.cs" />
2014-10-16 17:52:21 -07:00
<Compile Include= "PartPreviewWindow\View3D\View3DCreateSelecitonData.cs" />
2014-10-15 14:11:14 -07:00
<Compile Include= "PartPreviewWindow\View3D\View3DAlign.cs" />
<Compile Include= "PartPreviewWindow\View3D\View3DAutoArange.cs" />
<Compile Include= "PartPreviewWindow\View3D\View3DCopyGroup.cs" />
2014-10-16 17:52:21 -07:00
<Compile Include= "PartPreviewWindow\View3D\View3DGroup.cs" />
2014-10-15 14:11:14 -07:00
<Compile Include= "PartPreviewWindow\View3D\View3DUngroup.cs" />
2014-10-16 17:52:21 -07:00
<Compile Include= "PartPreviewWindow\View3D\View3DWidget.cs" />
2014-05-25 11:11:11 -07:00
<Compile Include= "PartPreviewWindow\ViewControls3D.cs" />
<Compile Include= "PartPreviewWindow\ViewControls2D.cs" />
2014-04-04 18:52:51 -07:00
<Compile Include= "PartPreviewWindow\BaseClasses\PartPreview3DWidget.cs" />
2014-07-01 18:36:57 -07:00
<Compile Include= "PartPreviewWindow\ViewGcodeWidget.cs" />
2014-03-01 13:18:37 -08:00
<Compile Include= "PrinterCommunication\ActivePrinterProfile.cs" />
2014-06-06 16:05:18 -07:00
<Compile Include= "ConfigurationPage\PrinterConfigurationPage.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" />
2014-12-27 08:19:48 -08:00
<Compile Include= "PrinterCommunication\Io\PrinterIoAdapter.cs" />
2014-06-11 14:52:58 -07:00
<Compile Include= "PrinterCommunication\Io\PrinterIoBase.cs" />
<Compile Include= "PrinterCommunication\Io\PrinterIoGCodeFile.cs" />
<Compile Include= "PrinterCommunication\Io\PrinterIoInjectionFifo.cs" />
2014-10-15 16:57:26 -07:00
<Compile Include= "PrinterControls\ControlWidgets\AdjustmentControls.cs" />
<Compile Include= "PrinterControls\ControlWidgets\ControlWidgetBase.cs" />
<Compile Include= "PrinterControls\ControlWidgets\FanControls.cs" />
<Compile Include= "PrinterControls\ControlWidgets\MovementControls.cs" />
<Compile Include= "PrinterControls\ControlWidgets\TemperatureControls.cs" >
<SubType > Code</SubType>
</Compile>
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" />
2014-07-02 11:43:06 -07:00
<Compile Include= "PrintHistory\PrintHistoryData.cs" />
2014-04-19 14:02:51 -07:00
<Compile Include= "PrintLibrary\LibraryData.cs" />
2014-10-27 10:25:54 -07:00
<Compile Include= "PrintLibrary\SelectedListItems.cs" />
2014-04-27 20:24:58 -07:00
<Compile Include= "PrintQueue\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" />
2014-07-02 11:43:06 -07:00
<Compile Include= "PrintHistory\PrintHistoryDataView.cs" />
2014-03-24 18:57:12 -07:00
<Compile Include= "PrintHistory\PrintHistoryListItem.cs" />
<Compile Include= "PrintHistory\PrintHistoryWidget.cs" />
2014-04-15 18:13:27 -07:00
<Compile Include= "PrintQueue\QueueData.cs" />
2014-04-23 17:44:49 -07:00
<Compile Include= "SettingsManagement\OemSettings.cs" />
2014-06-30 21:45:22 -07:00
<Compile Include= "SettingsManagement\PrinterSettings.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\CuraEngineInfo.cs" />
<Compile Include= "SlicerConfiguration\MatterSliceInfo.cs" />
<Compile Include= "SlicerConfiguration\Slic3rInfo.cs" />
<Compile Include= "SlicerConfiguration\SliceEngineInfo.cs" />
2014-07-26 13:43:55 -07:00
<Compile Include= "SlicerConfiguration\SliceSettingsWidgetUiState.cs" />
2014-03-30 17:54:05 -07:00
<Compile Include= "SlicerConfiguration\SettingsControlSelectors.cs" />
2014-04-06 19:26:41 -07:00
<Compile Include= "SlicerConfiguration\SlicePresetsWindow\SlicePresetDetailWidget.cs" />
<Compile Include= "SlicerConfiguration\SlicePresetsWindow\SlicePresetListWidget.cs" />
2014-03-30 17:54:05 -07:00
<Compile Include= "SlicerConfiguration\SlicePresetsWindow\SlicePresetsWindow.cs" />
2014-03-20 12:16:04 -07:00
<Compile Include= "SlicerConfiguration\SlicerMapping\EngineMappingMatterSlice.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" />
2014-04-04 18:52:51 -07:00
<Compile Include= "PartPreviewWindow\BaseClasses\PartPreviewWidget.cs" />
2014-01-29 19:09:30 -08:00
<Compile Include= "PartPreviewWindow\PlatingHelper.cs" />
<Compile Include= "PrinterControls\EditTemperaturePresetsWindow.cs" >
<SubType > Code</SubType>
</Compile>
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= "CustomWidgets\PluginChooserWindow.cs" />
<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-02-26 11:05:58 -08:00
<Compile Include= "Testing\ReleaseTests.cs" />
<Compile Include= "Testing\TestingDispatch.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" />
2014-04-27 20:24:58 -07:00
<Compile Include= "PrintQueue\OptionsMenu\ExportToSdCardFeedbackWindow.cs" />
2014-01-29 19:09:30 -08:00
<Compile Include= "CustomWidgets\SlidePanelWidget.cs" />
<Compile Include= "CustomWidgets\StyledDropDownList.cs" />
<Compile Include= "ControlElements\StyledMessageBoxWindow.cs" />
<Compile Include= "ControlElements\ThemeFactory.cs" />
<Compile Include= "CustomWidgets\WizardControl.cs" />
<Compile Include= "DataStorage\GenerateSampleData.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" />
2014-04-27 20:24:58 -07:00
<Compile Include= "PrintQueue\OptionsMenu\PartsSheetCreator.cs" />
2014-03-01 13:18:37 -08:00
<Compile Include= "Utilities\WebUtilities\JsonResponseDictionary.cs" />
2014-06-11 14:52:58 -07:00
<Compile Include= "PrinterCommunication\PrinterConnectionAndCommunication.cs" />
<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\ChooseConnectionWidget.cs" />
<Compile Include= "PrinterControls\PrinterConnections\SetupStepComPortManual.cs" />
<Compile Include= "PrinterControls\PrinterConnections\SetupStepConfigureConnection.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\PrinterConnections\ConnectionWindow.cs" />
<Compile Include= "PrinterControls\ManualPrinterControls.cs" />
2014-11-03 11:46:31 -08:00
<Compile Include= "PrinterControls\PrinterConnections\EditConnectionWidget.cs" />
2014-01-29 19:09:30 -08:00
<Compile Include= "PrinterControls\PrinterConnections\BaseConnectionWidget.cs" />
<Compile Include= "PrinterControls\PrinterConnections\PrinterChooser.cs" />
<Compile Include= "PrinterControls\PrinterConnections\PrinterListItems.cs" />
<Compile Include= "PrinterControls\PrinterConnections\SetupConnectionWidgetBase.cs" />
<Compile Include= "PrinterControls\TemperatureIndicator.cs" />
<Compile Include= "PrinterControls\XYZJogControls.cs" />
2014-04-19 14:02:51 -07:00
<Compile Include= "PrintLibrary\LibraryDataView.cs" />
2014-04-19 11:51:02 -07:00
<Compile Include= "PrintLibrary\LibraryRowItem.cs" />
2014-01-29 19:09:30 -08:00
<Compile Include= "PrintLibrary\PrintLibraryWidget.cs" />
2014-04-27 20:24:58 -07:00
<Compile Include= "PrintQueue\OptionsMenu\ExportToFolderProcess.cs" />
2014-01-29 19:09:30 -08:00
<Compile Include= "CustomWidgets\PartThumbnailWidget.cs" />
<Compile Include= "PrintQueue\PrintItemWrapper.cs" />
2014-04-19 11:51:02 -07:00
<Compile Include= "PrintQueue\QueueRowItem.cs" />
2014-01-29 19:09:30 -08:00
<Compile Include= "MatterControlApplication.cs" />
2014-04-15 18:13:27 -07:00
<Compile Include= "PrintQueue\QueueDataView.cs" />
2014-04-27 20:24:58 -07:00
<Compile Include= "PrintQueue\OptionsMenu\QueueOptionsMenu.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-10-27 10:25:54 -07:00
<Compile Include= "PrintQueue\QueueDataWidget.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\ActiveSliceSettings.cs" />
<Compile Include= "SlicerConfiguration\SettingsControlBar.cs" />
<Compile Include= "SlicerConfiguration\SliceSettingsLayerSelector.cs" />
<Compile Include= "SlicerConfiguration\SliceSettingsWidget.cs" />
<Compile Include= "SlicerConfiguration\SliceSettingsOrganizer.cs" />
<Compile Include= "SlicerConfiguration\SlicingQueue.cs" />
2014-03-01 13:18:37 -08:00
<Compile Include= "Utilities\TupleList.cs" />
2014-01-29 19:09:30 -08:00
<Compile Include= "VersionManagement\WebRequestHandler.cs" />
<Compile Include= "VersionManagement\VersionFileHandler.cs" />
2014-03-01 13:18:37 -08:00
<Compile Include= "AboutPage\AboutPage.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-10-27 18:06:04 -07:00
<Compile Include= "ControlElements\ToggleSwitchFactory.cs" />
2014-11-17 15:50:39 -08:00
<Compile Include= "CustomWidgets\SplitButton.cs" />
<Compile Include= "CustomWidgets\DynamicDropDownMenu.cs" />
<Compile Include= "ControlElements\DropDownMenuFactory.cs" />
<Compile Include= "ControlElements\SplitButtonFactory.cs" />
2014-12-24 08:18:03 -08:00
<Compile Include= "PrinterControls\PrinterConnections\PrinterSetupStatus.cs" />
2014-01-29 19:09:30 -08:00
</ItemGroup>
<ItemGroup >
2014-12-19 15:50:44 -08:00
<Reference Include= "Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
2014-01-29 19:09:30 -08:00
</Reference>
2014-12-29 10:33:45 -08:00
<Reference Include= "OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > packages\OpenTK.1.1.1589.5942\lib\NET40\OpenTK.dll</HintPath>
</Reference>
2014-01-29 19:09:30 -08:00
<Reference Include= "PdfSharp" >
<HintPath > PdfSharp.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Data" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Management" />
<Reference Include= "System.Windows.Forms" />
<Reference Include= "System.Xml" />
<Reference Include= "System.Core" />
<Reference Include= "Mono.Posix" />
<Reference Include= "nunit.framework" >
<HintPath > ..\agg-sharp\AggTests\nunit.framework.dll</HintPath>
</Reference>
2014-12-03 15:29:11 -08:00
<Reference Include= "System.IO.Compression" />
<Reference Include= "System.IO.Compression.FileSystem" />
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>
</ItemGroup>
<ItemGroup >
<None Include= "App.config" />
2014-12-19 15:50:44 -08:00
<None Include= "packages.config" />
2014-01-29 19:09:30 -08:00
</ItemGroup>
<ItemGroup />
<ItemGroup >
2014-03-27 19:22:39 -07:00
<ProjectReference Include= "..\agg-sharp\clipper_library\clipper_library.csproj" >
<Project > {9B062971-A88E-4A3D-B3C9-12B78D15FA66}</Project>
<Name > clipper_library</Name>
</ProjectReference>
2014-01-29 19:09:30 -08:00
<ProjectReference Include= "..\agg-sharp\Csg\Csg.csproj" >
<Project > {7E61A5BD-E78F-4B80-88C9-3821B4FA062E}</Project>
<Name > Csg</Name>
</ProjectReference>
<ProjectReference Include= "..\agg-sharp\Gui\Gui.csproj" >
<Project > {74F6BB6C-9D02-4512-A59A-21940E35C532}</Project>
<Name > Gui</Name>
</ProjectReference>
<ProjectReference Include= "..\agg-sharp\ImageProcessing\ImageProcessing.csproj" >
<Project > {036BCCBA-52D8-457C-84AE-8821F209FE4A}</Project>
<Name > ImageProcessing</Name>
</ProjectReference>
<ProjectReference Include= "..\agg-sharp\MarchingSquares\MarchingSquares.csproj" >
<Project > {DF6845CD-64C6-4263-8357-DA8066855739}</Project>
<Name > MarchingSquares</Name>
</ProjectReference>
2014-06-19 15:55:20 -07:00
<ProjectReference Include= "..\agg-sharp\PlatformAbstract\PlatformAbstract.csproj" >
<Project > {3E4AABA8-D85F-4922-88C6-5C1B2D2308FB}</Project>
<Name > PlatformAbstract</Name>
</ProjectReference>
2014-01-29 19:09:30 -08:00
<ProjectReference Include= "..\agg-sharp\RayTracer\RayTracer.csproj" >
<Project > {1E01ABE0-B494-4FE4-B0D6-540133286887}</Project>
<Name > RayTracer</Name>
</ProjectReference>
<ProjectReference Include= "..\agg-sharp\VectorMath\VectorMath.csproj" >
<Project > {D3E41B4E-BFBB-44CA-94C8-95C00F754FDD}</Project>
<Name > VectorMath</Name>
</ProjectReference>
<ProjectReference Include= "..\agg-sharp\examples\GCodeVisualizer\GCodeVisualizer.csproj" >
<Project > {F67AE800-B0C7-42A8-836F-597B4E74591C}</Project>
<Name > GCodeVisualizer</Name>
</ProjectReference>
<ProjectReference Include= "..\agg-sharp\SerialPortCommunication\SerialPortCommunication.csproj" >
<Project > {D3ABF72C-64C2-4E51-A119-E077210FA990}</Project>
<Name > SerialPortCommunication</Name>
</ProjectReference>
2014-10-09 15:22:04 -07:00
<ProjectReference Include= "..\agg-sharp\WindowsFileDialogs\WindowsFileDialogs.csproj" >
<Project > {A526DC5D-65F3-461B-805F-D3AC9665F5C9}</Project>
<Name > WindowsFileDialogs</Name>
</ProjectReference>
2014-03-18 10:55:21 -07:00
<ProjectReference Include= "..\MatterSlice\MatterSlice.csproj" >
<Project > {C46CA728-DD2F-4DD1-971A-AAA89D9DFF95}</Project>
<Name > MatterSlice</Name>
</ProjectReference>
2014-01-29 19:09:30 -08:00
<ProjectReference Include= "..\agg-sharp\examples\MeshViewer\MeshViewer.csproj" >
<Project > {A737BC76-165B-46C6-82B7-8871C7C92942}</Project>
<Name > MeshViewer</Name>
</ProjectReference>
<ProjectReference Include= "..\agg-sharp\Tesselate\Tesselate.csproj" >
<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>
2014-01-29 19:09:30 -08:00
<ProjectReference Include= "..\agg-sharp\OpenGlGui\OpenGlGui.csproj" >
<Project > {C958F745-156E-4BDC-A24A-3721C7BE7B8A}</Project>
<Name > OpenGlGui</Name>
</ProjectReference>
<ProjectReference Include= "..\agg-sharp\RenderOpenGl\RenderOpenGl.csproj" >
<Project > {545B6912-77FF-4B34-BA76-6C3D6A32BE6A}</Project>
<Name > RenderOpenGl</Name>
</ProjectReference>
<ProjectReference Include= "..\agg-sharp\PolygonMesh\PolygonMesh.csproj" >
<Project > {86F6AAF2-9B50-40B8-A427-1897D76471C5}</Project>
<Name > PolygonMesh</Name>
</ProjectReference>
<ProjectReference Include= "..\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>
2014-10-09 12:23:31 -07:00
<ProjectReference Include= "..\agg-sharp\Localizations\Localizations.csproj" >
<Project > {CA96058C-1A37-465D-A357-D6D695B13D25}</Project>
<Name > Localizations</Name>
</ProjectReference>
2014-10-27 18:06:04 -07:00
<ProjectReference Include= "..\agg-sharp\Agg\Agg.csproj" >
<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>
2014-01-29 19:09:30 -08:00
</ItemGroup>
2014-12-22 10:39:24 -08:00
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
2014-01-29 19:09:30 -08:00
</Project>