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-02-27 15:40:19 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-02-27 15:40:19 +0200
commit47c117490f9f9fed42329ebd1374709528693d6b (patch)
tree5c50f9acf1f9721d3db8cbecbdb5df89e6cc800e /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Tango.MachineStudio.DB.csproj
parent7d61c30b400b62069d1e69893ebe196412b2df2b (diff)
downloadTango-47c117490f9f9fed42329ebd1374709528693d6b.tar.gz
Tango-47c117490f9f9fed42329ebd1374709528693d6b.zip
Refactored Hardware Designer DAL.
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.csproj44
1 files changed, 21 insertions, 23 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 fa567697d..5a07c6c4a 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
@@ -106,7 +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\HardwareDancerTypesViewVM.cs" />
<Compile Include="ViewModels\DbTableViewModel.cs" />
<Compile Include="ViewModels\DialogOpenMode.cs" />
<Compile Include="ViewModels\DispenserTypesViewVM.cs" />
@@ -115,8 +115,6 @@
<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" />
@@ -130,11 +128,11 @@
<Compile Include="ViewModels\MediaMaterialsViewVM.cs" />
<Compile Include="ViewModels\MediaPurposesViewVM.cs" />
<Compile Include="ViewModels\MidTankTypesViewVM.cs" />
- <Compile Include="ViewModels\MotorTypesViewVM.cs" />
+ <Compile Include="ViewModels\HardwareMotorTypesViewVM.cs" />
<Compile Include="ViewModels\MultiComboVM.cs" />
<Compile Include="ViewModels\OrganizationsViewVM.cs" />
<Compile Include="ViewModels\PermissionsViewVM.cs" />
- <Compile Include="ViewModels\PidControlsViewVM.cs" />
+ <Compile Include="ViewModels\HardwarePidControlTypesViewVM.cs" />
<Compile Include="ViewModels\ProcessParametersTablesViewVM.cs" />
<Compile Include="ViewModels\ProcessParametersTablesGroupsViewVM.cs" />
<Compile Include="ViewModels\RmlsViewVM.cs" />
@@ -149,23 +147,23 @@
<Compile Include="Views\DBViews\ActionTypeView.xaml.cs">
<DependentUpon>ActionTypeView.xaml</DependentUpon>
</Compile>
- <Compile Include="Views\DBViews\PidControlsView.xaml.cs">
- <DependentUpon>PidControlsView.xaml</DependentUpon>
+ <Compile Include="Views\DBViews\HardwarePidControlTypesView.xaml.cs">
+ <DependentUpon>HardwarePidControlTypesView.xaml</DependentUpon>
</Compile>
- <Compile Include="Views\DBViews\DancerTypesView.xaml.cs">
- <DependentUpon>DancerTypesView.xaml</DependentUpon>
+ <Compile Include="Views\DBViews\HardwareDancerTypesView.xaml.cs">
+ <DependentUpon>HardwareDancerTypesView.xaml</DependentUpon>
</Compile>
- <Compile Include="Views\DBViews\PidControlView.xaml.cs">
- <DependentUpon>PidControlView.xaml</DependentUpon>
+ <Compile Include="Views\DBViews\HardwarePidControlTypeView.xaml.cs">
+ <DependentUpon>HardwarePidControlTypeView.xaml</DependentUpon>
</Compile>
- <Compile Include="Views\DBViews\DancerTypeView.xaml.cs">
- <DependentUpon>DancerTypeView.xaml</DependentUpon>
+ <Compile Include="Views\DBViews\HardwareDancerTypeView.xaml.cs">
+ <DependentUpon>HardwareDancerTypeView.xaml</DependentUpon>
</Compile>
- <Compile Include="Views\DBViews\MotorTypeView.xaml.cs">
- <DependentUpon>MotorTypeView.xaml</DependentUpon>
+ <Compile Include="Views\DBViews\HardwareMotorTypeView.xaml.cs">
+ <DependentUpon>HardwareMotorTypeView.xaml</DependentUpon>
</Compile>
- <Compile Include="Views\DBViews\MotorTypesView.xaml.cs">
- <DependentUpon>MotorTypesView.xaml</DependentUpon>
+ <Compile Include="Views\DBViews\HardwareMotorTypesView.xaml.cs">
+ <DependentUpon>HardwareMotorTypesView.xaml</DependentUpon>
</Compile>
<Compile Include="Views\DBViews\IdsPackFormulasView.xaml.cs">
<DependentUpon>IdsPackFormulasView.xaml</DependentUpon>
@@ -409,27 +407,27 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
- <Page Include="Views\DBViews\PidControlsView.xaml">
+ <Page Include="Views\DBViews\HardwarePidControlTypesView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
- <Page Include="Views\DBViews\DancerTypesView.xaml">
+ <Page Include="Views\DBViews\HardwareDancerTypesView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
- <Page Include="Views\DBViews\PidControlView.xaml">
+ <Page Include="Views\DBViews\HardwarePidControlTypeView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
- <Page Include="Views\DBViews\DancerTypeView.xaml">
+ <Page Include="Views\DBViews\HardwareDancerTypeView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
- <Page Include="Views\DBViews\MotorTypeView.xaml">
+ <Page Include="Views\DBViews\HardwareMotorTypeView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
- <Page Include="Views\DBViews\MotorTypesView.xaml">
+ <Page Include="Views\DBViews\HardwareMotorTypesView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>