diff --git a/EgtDOORCreator.vbproj b/EgtDOORCreator.vbproj index c5c9696..38f3664 100644 --- a/EgtDOORCreator.vbproj +++ b/EgtDOORCreator.vbproj @@ -330,6 +330,10 @@ + + + + IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) c:\EgtProg\EgtDOORCreator\EgtDOORCreatorR32.exe diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 12020fc..103d7eb 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -72,5 +72,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + + diff --git a/ProjectManager/ProjectManagerView.xaml b/ProjectManager/ProjectManagerView.xaml index 37f2078..9cdf69c 100644 --- a/ProjectManager/ProjectManagerView.xaml +++ b/ProjectManager/ProjectManagerView.xaml @@ -29,8 +29,10 @@ - diff --git a/ProjectManager/ProjectManagerViewModel.vb b/ProjectManager/ProjectManagerViewModel.vb index b49910e..199c9b0 100644 --- a/ProjectManager/ProjectManagerViewModel.vb +++ b/ProjectManager/ProjectManagerViewModel.vb @@ -77,6 +77,11 @@ Public Class ProjectManagerViewModel Return EgtMsg(MSG_MAINWINDOW + 209) End Get End Property + Public ReadOnly Property TemplateDoorToolTip As String + Get + Return EgtMsg(MSG_MAINWINDOW + 223) + End Get + End Property #End Region ' ToolTip diff --git a/Resources/Template/TemplateDoor .png b/Resources/Template/TemplateDoor .png new file mode 100644 index 0000000..30b7777 Binary files /dev/null and b/Resources/Template/TemplateDoor .png differ