aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Tango.MachineStudio.DB.csproj
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-06-18 14:49:53 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-06-18 14:49:53 +0300
commitf25823d812134a71b901562b72adfdb9185812a9 (patch)
tree36e4066677bca569cffb336896b8071a5212be46 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Tango.MachineStudio.DB.csproj
parent647548244947e71aedb0770be0b12bd74bcf4c93 (diff)
downloadTango-f25823d812134a71b901562b72adfdb9185812a9.tar.gz
Tango-f25823d812134a71b901562b72adfdb9185812a9.zip
Fixed issue with RML in Machine Studio DB Module.
Implemented TouchTextBox. Made some modifications to ViewModel validation.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Tango.MachineStudio.DB.csproj')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Tango.MachineStudio.DB.csproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Tango.MachineStudio.DB.csproj b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Tango.MachineStudio.DB.csproj
index baa6042f0..e7d4a4022 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Tango.MachineStudio.DB.csproj
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Tango.MachineStudio.DB.csproj
@@ -79,6 +79,7 @@
<Compile Include="Converters\EntityFieldNameToFriendlyStringConverter.cs" />
<Compile Include="Converters\EventTypeActionsToStringConverter.cs" />
<Compile Include="Converters\LiquidTypeRmlsToStringConverter.cs" />
+ <Compile Include="Converters\MediaColorToColorConverter.cs" />
<Compile Include="Converters\RolesPermissionsToStringConverter.cs" />
<Compile Include="DBModule.cs" />
<Compile Include="Messages\CloseEntityEditViewMessage.cs" />
@@ -126,6 +127,7 @@
<Compile Include="ViewModels\ProcessParametersTablesGroupsViewVM.cs" />
<Compile Include="ViewModels\RmlsViewVM.cs" />
<Compile Include="ViewModels\RolesViewVM.cs" />
+ <Compile Include="ViewModels\SpoolTypesViewVM.cs" />
<Compile Include="ViewModels\UsersViewVM.cs" />
<Compile Include="ViewModels\EntityViewModel.cs" />
<Compile Include="ViewModels\MainViewVM.cs" />
@@ -136,6 +138,12 @@
<Compile Include="Views\DBViews\ActionTypeView.xaml.cs">
<DependentUpon>ActionTypeView.xaml</DependentUpon>
</Compile>
+ <Compile Include="Views\DBViews\SpoolTypesView.xaml.cs">
+ <DependentUpon>SpoolTypesView.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="Views\DBViews\SpoolTypeView.xaml.cs">
+ <DependentUpon>SpoolTypeView.xaml</DependentUpon>
+ </Compile>
<Compile Include="Views\DBViews\EventTypesGroupsView.xaml.cs">
<DependentUpon>EventTypesGroupsView.xaml</DependentUpon>
</Compile>
@@ -402,6 +410,14 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
+ <Page Include="Views\DBViews\SpoolTypesView.xaml">
+ <Generator>MSBuild:Compile</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="Views\DBViews\SpoolTypeView.xaml">
+ <Generator>MSBuild:Compile</Generator>
+ <SubType>Designer</SubType>
+ </Page>
<Page Include="Views\DBViews\EventTypesGroupsView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>