diff --git a/.vs/DPM2016/v15/.suo b/.vs/DPM2016/v15/.suo index 0dac9c1..2fb467c 100644 Binary files a/.vs/DPM2016/v15/.suo and b/.vs/DPM2016/v15/.suo differ diff --git a/.vs/DPM2016/v15/Server/sqlite3/storage.ide b/.vs/DPM2016/v15/Server/sqlite3/storage.ide index 81b4aee..ba7b10b 100644 Binary files a/.vs/DPM2016/v15/Server/sqlite3/storage.ide and b/.vs/DPM2016/v15/Server/sqlite3/storage.ide differ diff --git a/DPM2016/Behandlung/Behandlung.vb b/DPM2016/Behandlung/Behandlung.vb index a912d03..6c50b84 100644 --- a/DPM2016/Behandlung/Behandlung.vb +++ b/DPM2016/Behandlung/Behandlung.vb @@ -436,8 +436,20 @@ Public Class Behandlung r.Item("mutiert_am") = Now r.Item("mutierer") = Globals.ActUser r.Item("aktiv") = True - r.Item("nrgesetz") = 0 - r.Item("nrbehandlungsart") = 0 + Dim dbgesetz As New clsDB + dbgesetz.Get_Tabledata("Gesetz", "", "Select * from gesetz where standard=1") + If dbgesetz.dsDaten.Tables(0).Rows.Count = 0 Then + r.Item("nrgesetz") = 0 + Else + r.Item("nrgesetz") = dbgesetz.dsDaten.Tables(0).Rows(0).Item("nrgesetz") + End If + + dbgesetz.Get_Tabledata("Gesetz", "", "Select * from behandlungsart where standard=1") + If dbgesetz.dsDaten.Tables(0).Rows.Count = 0 Then + r.Item("nrbehandlungsart") = 0 + Else + r.Item("nrbehandlungsart") = dbgesetz.dsDaten.Tables(0).Rows(0).Item("nrbehandlungsart") + End If db.dsDaten.Tables(0).Rows.Add(r) diff --git a/DPM2016/Behandlung/Benhandungdetail.vb b/DPM2016/Behandlung/Benhandungdetail.vb index 6ece655..81b28a0 100644 --- a/DPM2016/Behandlung/Benhandungdetail.vb +++ b/DPM2016/Behandlung/Benhandungdetail.vb @@ -1104,12 +1104,20 @@ Case "Dentotar" If kv Then result = db.Get_Datavalue("Select nrestyp from estyp where default_bei_kv_dentotar=1") - Me.cbboxNrGesetz.SelectedValue = 2 Else result = db.Get_Datavalue("Select nrestyp from estyp where default_bei_rg_dentotar=1") - Me.cbboxNrGesetz.SelectedValue = 2 Me.chkMitdatum.Checked = True End If + Dim dbgesetz As New clsDB + Try + dbgesetz.Get_Tabledata("Gesetz", "", "Select * from gesetz where standard=1") + If dbgesetz.dsDaten.Tables(0).Rows.Count > 0 Then + Me.cbboxNrGesetz.SelectedValue = dbgesetz.dsDaten.Tables(0).Rows(0).Item(0) + End If + Catch + Me.cbboxNrGesetz.SelectedValue = 1 + End Try + Case Else If kv Then result = db.Get_Datavalue("Select nrestyp from estyp where default_bei_kv=1") diff --git a/DPM2016/Behandlung/Leistungen.Designer.vb b/DPM2016/Behandlung/Leistungen.Designer.vb index f215dcf..b4b625c 100644 --- a/DPM2016/Behandlung/Leistungen.Designer.vb +++ b/DPM2016/Behandlung/Leistungen.Designer.vb @@ -158,7 +158,6 @@ Partial Class Leistungen ' Me.lbtarif1.BackgroundStyle.Class = "ListBoxAdv" Me.lbtarif1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square - Me.lbtarif1.CheckStateMember = Nothing Me.lbtarif1.ContainerControlProcessDialogKey = True Me.lbtarif1.ContextMenuStrip = Me.ContextMenuStrip1 Me.lbtarif1.Dock = System.Windows.Forms.DockStyle.Fill @@ -289,7 +288,6 @@ Partial Class Leistungen ' Me.lbPakete.BackgroundStyle.Class = "ListBoxAdv" Me.lbPakete.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square - Me.lbPakete.CheckStateMember = Nothing Me.lbPakete.ContainerControlProcessDialogKey = True Me.lbPakete.Dock = System.Windows.Forms.DockStyle.Fill Me.lbPakete.DragDropSupport = True diff --git a/DPM2016/Behandlung/Leistungen.resx b/DPM2016/Behandlung/Leistungen.resx index e87381f..0fc5df8 100644 --- a/DPM2016/Behandlung/Leistungen.resx +++ b/DPM2016/Behandlung/Leistungen.resx @@ -197,6 +197,6 @@ - <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}OddRow{BackColor:ControlLight;}Style3{}Footer{}Style14{}FilterBar{BackColor:Info;}Heading{AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;ForeColor:ControlText;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 1071, 137</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 1071, 137</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob> + <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{BackColor:ControlLight;}Style3{}Footer{}Style14{}Heading{Wrap:True;Border:Flat,ControlDark,0, 1, 0, 1;AlignVert:Center;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style6{}FilterBar{BackColor:Info;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 1071, 137</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 1071, 137</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob> \ No newline at end of file diff --git a/DPM2016/Behandlung/Leistungen.vb b/DPM2016/Behandlung/Leistungen.vb index 49b3f8c..d188430 100644 --- a/DPM2016/Behandlung/Leistungen.vb +++ b/DPM2016/Behandlung/Leistungen.vb @@ -701,7 +701,7 @@ Public Class Leistungen End Sub Sub Leistung_Einfuegen(Optional ssonummer As String = "", Optional anzahl As Integer = 1) - If ssonummer = "" Then Exit Sub + ' If ssonummer = "" Then Exit Sub If interror > 0 Then interror = 0 Exit Sub diff --git a/DPM2016/Behandlung/clsFakturaFunktionen.vb b/DPM2016/Behandlung/clsFakturaFunktionen.vb index 1f40147..ed393ee 100644 --- a/DPM2016/Behandlung/clsFakturaFunktionen.vb +++ b/DPM2016/Behandlung/clsFakturaFunktionen.vb @@ -124,7 +124,7 @@ reportnr = ReportNrOriginal 'fakturanr = fakturanr - 1 End If - fakturanr = fakturanr + 1 + 'fakturanr = fakturanr + 1 Next i If Folgeauswertung > 0 And anzahlraten < 2 Then reportnr = Folgeauswertung diff --git a/DPM2016/Database/clsDB.vb b/DPM2016/Database/clsDB.vb index 43a373c..8c6ae3d 100644 --- a/DPM2016/Database/clsDB.vb +++ b/DPM2016/Database/clsDB.vb @@ -551,7 +551,7 @@ Public Class clsDB End If Next If Not found Then - Me.Get_Tabledata("Tarife", "order by nummervon") + Me.Get_Tabledata("Tarife", "where aktiv=1 order by nummervon") IntTables.Inttables.Tables.Add(dsDaten.Tables(0).Copy) End If diff --git a/DPM2016/Klassen/clsStammdaten_flat.vb b/DPM2016/Klassen/clsStammdaten_flat.vb index 16575bf..bc1d8a3 100644 --- a/DPM2016/Klassen/clsStammdaten_flat.vb +++ b/DPM2016/Klassen/clsStammdaten_flat.vb @@ -66,6 +66,7 @@ Public Class clsStammdaten_flat spalten.Spaltentitel_aktualisieren(Me.c1daten, Me.Tablename, db.dsDaten.Tables(0)) Me.c1d.ContextMenuStrip = Nothing + Me.c1d.AllowAddNew = True Select Case Tablename Case "Auswertung" Dim printer As New clsPrinter @@ -79,8 +80,10 @@ Public Class clsStammdaten_flat Me.c1d.ContextMenuStrip = Me.ContextMenuStrip1 Case "Tarif" Me.c1d.ContextMenuStrip = Me.ctxMenuTarif + Me.c1d.AllowAddNew = False Case "Dentotar" - Me.c1d.ContextMenuStrip = Me.ctxmenudentotar + Me.c1d.ContextMenuStrip = Me.ctxmenuDentotar + Me.c1d.AllowAddNew = False End Select Catch ex As Exception diff --git a/DPM2016/Sysadmin/frmStammdaten.vb b/DPM2016/Sysadmin/frmStammdaten.vb index f73a331..90a9c42 100644 --- a/DPM2016/Sysadmin/frmStammdaten.vb +++ b/DPM2016/Sysadmin/frmStammdaten.vb @@ -1,4 +1,5 @@ -Imports FlexCel.Core +Imports System.ComponentModel +Imports FlexCel.Core Imports FlexCel.XlsAdapter Public Class frmStammdaten @@ -9,7 +10,7 @@ Public Class frmStammdaten End Sub Private Sub TreeView1_AfterSelect(sender As Object, e As TreeViewEventArgs) Handles TreeView1.AfterSelect - refresh_Details + Refresh_Details() End Sub Sub Refresh_Details() Try @@ -188,4 +189,8 @@ Public Class frmStammdaten Private Sub ClsStammdaten_flat1_Load(sender As Object, e As EventArgs) Handles ClsStammdaten_flat1.Load End Sub + + Private Sub frmStammdaten_Closing(sender As Object, e As CancelEventArgs) Handles Me.Closing + IntTables.Inttables.Tables.Clear() + End Sub End Class \ No newline at end of file diff --git a/DPM2016/Utils/Globals.vb b/DPM2016/Utils/Globals.vb index d39df2d..986c956 100644 --- a/DPM2016/Utils/Globals.vb +++ b/DPM2016/Utils/Globals.vb @@ -6,7 +6,7 @@ Module Globals Public Productname As String = "Dental Practice Manager" Public Lizenzgeber As String = "Stefan Hutter Unternehmensberatung, 8808 Pfäffikon" Public Version As String = "1.0.2.1808" - Public Versionastaum As String = "04.09.2018" + Public Versionastaum As String = "12.11.2018" Public RGCollection As New Collection Public Spaltendaten As New DataTable diff --git a/DPM2016/bin/Debug/DPM2018.application b/DPM2016/bin/Debug/DPM2018.application index ddda850..1dc62e1 100644 --- a/DPM2016/bin/Debug/DPM2018.application +++ b/DPM2016/bin/Debug/DPM2018.application @@ -7,14 +7,14 @@ - + - U8nrCqNUKJYdJS2uuAZSmjnTJBUo6VyxTU3WKWWI4Fk= + +bIQkBXvmXpPwDPNmYVKPROccXrRsA64OYFJKbgau50= diff --git a/DPM2016/bin/Debug/DPM2018.exe b/DPM2016/bin/Debug/DPM2018.exe index 15b2502..a5994d2 100644 Binary files a/DPM2016/bin/Debug/DPM2018.exe and b/DPM2016/bin/Debug/DPM2018.exe differ diff --git a/DPM2016/bin/Debug/DPM2018.exe.manifest b/DPM2016/bin/Debug/DPM2018.exe.manifest index 2f7e7ef..15e95ab 100644 --- a/DPM2016/bin/Debug/DPM2018.exe.manifest +++ b/DPM2016/bin/Debug/DPM2018.exe.manifest @@ -52,6 +52,11 @@ + + + + + @@ -161,14 +166,14 @@ - + - EkaMgN8Fjw9gwdIwAcPhSorQN0vlxpkq5FeIvIGJKow= + 9ffgVCtaqcFBB7+VTkYr60EImPyXWmhUklRtY6m18NI= @@ -376,18 +381,6 @@ - - - - - - - - - IIBVzhy6EYdd8gXI9sVU/NqxevRGxCADg9ULapTktOs= - - - diff --git a/DPM2016/bin/Debug/DPM2018.pdb b/DPM2016/bin/Debug/DPM2018.pdb index 91bfd84..661ff28 100644 Binary files a/DPM2016/bin/Debug/DPM2018.pdb and b/DPM2016/bin/Debug/DPM2018.pdb differ diff --git a/DPM2016/bin/Debug/app.publish/DPM2018.exe b/DPM2016/bin/Debug/app.publish/DPM2018.exe index 5b73169..0172c80 100644 Binary files a/DPM2016/bin/Debug/app.publish/DPM2018.exe and b/DPM2016/bin/Debug/app.publish/DPM2018.exe differ diff --git a/DPM2016/obj/Debug/DPM2016.Leistungen.resources b/DPM2016/obj/Debug/DPM2016.Leistungen.resources index bafdc6c..96aa7bb 100644 Binary files a/DPM2016/obj/Debug/DPM2016.Leistungen.resources and b/DPM2016/obj/Debug/DPM2016.Leistungen.resources differ diff --git a/DPM2016/obj/Debug/DPM2016.clsStammdaten_flat.resources b/DPM2016/obj/Debug/DPM2016.clsStammdaten_flat.resources index 7e77b79..8b64663 100644 Binary files a/DPM2016/obj/Debug/DPM2016.clsStammdaten_flat.resources and b/DPM2016/obj/Debug/DPM2016.clsStammdaten_flat.resources differ diff --git a/DPM2016/obj/Debug/DPM2016.vbproj.CoreCompileInputs.cache b/DPM2016/obj/Debug/DPM2016.vbproj.CoreCompileInputs.cache index 400c2f2..51df8c6 100644 --- a/DPM2016/obj/Debug/DPM2016.vbproj.CoreCompileInputs.cache +++ b/DPM2016/obj/Debug/DPM2016.vbproj.CoreCompileInputs.cache @@ -1 +1 @@ -d19d5a4d18fe18e707c9aecd58fa33fa610ecd90 +bdb0e9760a3439be5cb9103eeaaa7facdac0538d diff --git a/DPM2016/obj/Debug/DPM2016.vbproj.FileListAbsolute.txt b/DPM2016/obj/Debug/DPM2016.vbproj.FileListAbsolute.txt index 1e3811d..cb7b9b9 100644 --- a/DPM2016/obj/Debug/DPM2016.vbproj.FileListAbsolute.txt +++ b/DPM2016/obj/Debug/DPM2016.vbproj.FileListAbsolute.txt @@ -103,8 +103,6 @@ E:\Software-Projekte\DPM\DPM2016\DPM2016\obj\Debug\DPM2016.dmstest.resources E:\Software-Projekte\DPM\DPM2016\DPM2016\obj\Debug\DPM2016.frmdokumentvorlagen.resources E:\Software-Projekte\DPM\DPM2016\DPM2016\obj\Debug\DPM2016.frmImportVorlage.resources E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.Pdf.Base.dll -E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.PdfViewer.Windows.dll -E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.PdfViewer.Windows.xml E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.Compression.Base.xml E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.Pdf.Base.xml E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.Shared.Base.xml diff --git a/DPM2016/obj/Debug/DPM2016.vbproj.GenerateResource.Cache b/DPM2016/obj/Debug/DPM2016.vbproj.GenerateResource.Cache index 9d4bdab..da5f7e1 100644 Binary files a/DPM2016/obj/Debug/DPM2016.vbproj.GenerateResource.Cache and b/DPM2016/obj/Debug/DPM2016.vbproj.GenerateResource.Cache differ diff --git a/DPM2016/obj/Debug/DPM2016.vbprojResolveAssemblyReference.cache b/DPM2016/obj/Debug/DPM2016.vbprojResolveAssemblyReference.cache index 963a574..3937b4a 100644 Binary files a/DPM2016/obj/Debug/DPM2016.vbprojResolveAssemblyReference.cache and b/DPM2016/obj/Debug/DPM2016.vbprojResolveAssemblyReference.cache differ diff --git a/DPM2016/obj/Debug/DPM2018.application b/DPM2016/obj/Debug/DPM2018.application index ddda850..1dc62e1 100644 --- a/DPM2016/obj/Debug/DPM2018.application +++ b/DPM2016/obj/Debug/DPM2018.application @@ -7,14 +7,14 @@ - + - U8nrCqNUKJYdJS2uuAZSmjnTJBUo6VyxTU3WKWWI4Fk= + +bIQkBXvmXpPwDPNmYVKPROccXrRsA64OYFJKbgau50= diff --git a/DPM2016/obj/Debug/DPM2018.exe b/DPM2016/obj/Debug/DPM2018.exe index 15b2502..a5994d2 100644 Binary files a/DPM2016/obj/Debug/DPM2018.exe and b/DPM2016/obj/Debug/DPM2018.exe differ diff --git a/DPM2016/obj/Debug/DPM2018.exe.manifest b/DPM2016/obj/Debug/DPM2018.exe.manifest index 2f7e7ef..15e95ab 100644 --- a/DPM2016/obj/Debug/DPM2018.exe.manifest +++ b/DPM2016/obj/Debug/DPM2018.exe.manifest @@ -52,6 +52,11 @@ + + + + + @@ -161,14 +166,14 @@ - + - EkaMgN8Fjw9gwdIwAcPhSorQN0vlxpkq5FeIvIGJKow= + 9ffgVCtaqcFBB7+VTkYr60EImPyXWmhUklRtY6m18NI= @@ -376,18 +381,6 @@ - - - - - - - - - IIBVzhy6EYdd8gXI9sVU/NqxevRGxCADg9ULapTktOs= - - - diff --git a/DPM2016/obj/Debug/DPM2018.pdb b/DPM2016/obj/Debug/DPM2018.pdb index 91bfd84..661ff28 100644 Binary files a/DPM2016/obj/Debug/DPM2018.pdb and b/DPM2016/obj/Debug/DPM2018.pdb differ diff --git a/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 45940f4..1342685 100644 Binary files a/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/DPM2016/obj/Debug/dpm2018.exe.licenses b/DPM2016/obj/Debug/dpm2018.exe.licenses index 68fe5bf..1463eef 100644 Binary files a/DPM2016/obj/Debug/dpm2018.exe.licenses and b/DPM2016/obj/Debug/dpm2018.exe.licenses differ