aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Tango.MachineStudio.DB.csproj
diff options
context:
space:
mode:
authorRoy <roy.mail.net@gmail.com>2017-12-26 23:55:41 +0200
committerRoy <roy.mail.net@gmail.com>2017-12-26 23:55:41 +0200
commit9d12fd0ba222619dd5b42816ed004c7b762809dd (patch)
treebf8c2dd95f70484f9f8474ab44d4918ef2b30f44 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Tango.MachineStudio.DB.csproj
parent03caa4c6a2807e461edd98fc377498674e83c15c (diff)
downloadTango-9d12fd0ba222619dd5b42816ed004c7b762809dd.tar.gz
Tango-9d12fd0ba222619dd5b42816ed004c7b762809dd.zip
Added CCT & CAT to DB Module !
Implemented "deep filtering" on db module search.
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.csproj31
1 files changed, 31 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 12af196bc..01cd9d1a9 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
@@ -87,6 +87,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
+ <Compile Include="Converters\ByteArrayToFileSizeConverter.cs" />
<Compile Include="Converters\EventTypeActionsToStringConverter.cs" />
<Compile Include="Converters\LiquidTypeRmlsToStringConverter.cs" />
<Compile Include="Converters\RolesPermissionsToStringConverter.cs" />
@@ -101,6 +102,8 @@
<Compile Include="ViewModels\ApplicationVersionsViewVM.cs" />
<Compile Include="ViewModels\CartridgesViewVM.cs" />
<Compile Include="ViewModels\CartridgeTypesViewVM.cs" />
+ <Compile Include="ViewModels\CatsViewVM.cs" />
+ <Compile Include="ViewModels\CctsViewVM.cs" />
<Compile Include="ViewModels\ConfigurationsViewVM.cs" />
<Compile Include="ViewModels\ContactsViewVM.cs" />
<Compile Include="ViewModels\DbTableViewModel.cs" />
@@ -137,6 +140,18 @@
<Compile Include="Views\DBViews\ActionTypeView.xaml.cs">
<DependentUpon>ActionTypeView.xaml</DependentUpon>
</Compile>
+ <Compile Include="Views\DBViews\CatsView.xaml.cs">
+ <DependentUpon>CatsView.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="Views\DBViews\CctsView.xaml.cs">
+ <DependentUpon>CctsView.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="Views\DBViews\CatView.xaml.cs">
+ <DependentUpon>CatView.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="Views\DBViews\CctView.xaml.cs">
+ <DependentUpon>CctView.xaml</DependentUpon>
+ </Compile>
<Compile Include="Views\DBViews\RmlView.xaml.cs">
<DependentUpon>RmlView.xaml</DependentUpon>
</Compile>
@@ -352,6 +367,22 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
+ <Page Include="Views\DBViews\CatsView.xaml">
+ <Generator>MSBuild:Compile</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="Views\DBViews\CctsView.xaml">
+ <Generator>MSBuild:Compile</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="Views\DBViews\CatView.xaml">
+ <Generator>MSBuild:Compile</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="Views\DBViews\CctView.xaml">
+ <Generator>MSBuild:Compile</Generator>
+ <SubType>Designer</SubType>
+ </Page>
<Page Include="Views\DBViews\RmlView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>