From f8f1f96b814391df201b1d8e1ef06c531233ef5c Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 20 Jun 2018 11:30:48 +0300 Subject: Split assembly versions to Core, Machine Studio, PPC! --- .../Tango.MachineStudio.Developer.csproj | 6 +++--- .../ViewModels/EmbroideryImportViewVM.cs | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer') diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj index 5a81c358f..52a18a168 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj @@ -90,6 +90,9 @@ + + MachineStudio.cs + @@ -131,9 +134,6 @@ MachineJobSelectionView.xaml - - GlobalVersionInfo.cs - RunningJobView.xaml diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels/EmbroideryImportViewVM.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels/EmbroideryImportViewVM.cs index eaffab9e5..925515014 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels/EmbroideryImportViewVM.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels/EmbroideryImportViewVM.cs @@ -8,6 +8,7 @@ using Tango.Core.Commands; using Tango.EmbroideryUI; using Tango.MachineStudio.Common.Notifications; using Tango.PMR.Embroidery; +using Tango.SharedUI; namespace Tango.MachineStudio.Developer.ViewModels { -- cgit v1.3.1