diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-26 15:29:37 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-26 15:29:37 +0200 |
| commit | 76fd65594e3c7434be615036ea569a1f8907a648 (patch) | |
| tree | dce0fd8c3214af20e15ea34586b39d1a9280c8b1 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Tango.MachineStudio.DB.csproj | |
| parent | 6549d8672a93893599e921d9f1938af7dcabb8bf (diff) | |
| download | Tango-76fd65594e3c7434be615036ea569a1f8907a648.tar.gz Tango-76fd65594e3c7434be615036ea569a1f8907a648.zip | |
Added DB Tables.
TECH_HEATERS
DANCER_TYPES
MOTOR_TYPES
HARDWARE_VERSIONS_MOTOR_TYPES
HARDWARE_VERSIONS_DANCER_TYPES
Implemented Dancers & motors on DB Module.
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.csproj | 33 |
1 files changed, 33 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 aa33f9a20..189c7ee0d 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 @@ -88,6 +88,7 @@ </ItemGroup> <ItemGroup> <Compile Include="Converters\ByteArrayToFileSizeConverter.cs" /> + <Compile Include="Converters\EntityFieldNameToFriendlyStringConverter.cs" /> <Compile Include="Converters\EventTypeActionsToStringConverter.cs" /> <Compile Include="Converters\LiquidTypeRmlsToStringConverter.cs" /> <Compile Include="Converters\RolesPermissionsToStringConverter.cs" /> @@ -105,6 +106,7 @@ <Compile Include="ViewModels\CctsViewVM.cs" /> <Compile Include="ViewModels\ConfigurationsViewVM.cs" /> <Compile Include="ViewModels\ContactsViewVM.cs" /> + <Compile Include="ViewModels\DancerTypesViewVM.cs" /> <Compile Include="ViewModels\DbTableViewModel.cs" /> <Compile Include="ViewModels\DialogOpenMode.cs" /> <Compile Include="ViewModels\DispenserTypesViewVM.cs" /> @@ -113,6 +115,8 @@ <Compile Include="ViewModels\EventTypesViewVM.cs" /> <Compile Include="ViewModels\FiberShapesViewVM.cs" /> <Compile Include="ViewModels\FiberSynthsViewVM.cs" /> + <Compile Include="ViewModels\HardwareVersionsDancerTypeViewVM.cs" /> + <Compile Include="ViewModels\HardwareVersionsMotorTypesViewVM.cs" /> <Compile Include="ViewModels\HardwareVersionsViewVM.cs" /> <Compile Include="ViewModels\IdsPackFormulasViewVM.cs" /> <Compile Include="ViewModels\IdsPacksViewVM.cs" /> @@ -126,6 +130,7 @@ <Compile Include="ViewModels\MediaMaterialsViewVM.cs" /> <Compile Include="ViewModels\MediaPurposesViewVM.cs" /> <Compile Include="ViewModels\MidTankTypesViewVM.cs" /> + <Compile Include="ViewModels\MotorTypesViewVM.cs" /> <Compile Include="ViewModels\MultiComboVM.cs" /> <Compile Include="ViewModels\OrganizationsViewVM.cs" /> <Compile Include="ViewModels\PermissionsViewVM.cs" /> @@ -143,6 +148,18 @@ <Compile Include="Views\DBViews\ActionTypeView.xaml.cs"> <DependentUpon>ActionTypeView.xaml</DependentUpon> </Compile> + <Compile Include="Views\DBViews\DancerTypesView.xaml.cs"> + <DependentUpon>DancerTypesView.xaml</DependentUpon> + </Compile> + <Compile Include="Views\DBViews\DancerTypeView.xaml.cs"> + <DependentUpon>DancerTypeView.xaml</DependentUpon> + </Compile> + <Compile Include="Views\DBViews\MotorTypeView.xaml.cs"> + <DependentUpon>MotorTypeView.xaml</DependentUpon> + </Compile> + <Compile Include="Views\DBViews\MotorTypesView.xaml.cs"> + <DependentUpon>MotorTypesView.xaml</DependentUpon> + </Compile> <Compile Include="Views\DBViews\IdsPackFormulasView.xaml.cs"> <DependentUpon>IdsPackFormulasView.xaml</DependentUpon> </Compile> @@ -385,6 +402,22 @@ <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> + <Page Include="Views\DBViews\DancerTypesView.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> + <Page Include="Views\DBViews\DancerTypeView.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> + <Page Include="Views\DBViews\MotorTypeView.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> + <Page Include="Views\DBViews\MotorTypesView.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> <Page Include="Views\DBViews\IdsPackFormulasView.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> |
