diff --git a/EgtDOORCreator.vbproj b/EgtDOORCreator.vbproj index 33b6149..d322bfa 100644 --- a/EgtDOORCreator.vbproj +++ b/EgtDOORCreator.vbproj @@ -430,6 +430,9 @@ + + + IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) c:\EgtProg\EgtDOORCreator\EgtDOORCreatorR32.exe diff --git a/ProjectManager/ProjectManagerV.xaml b/ProjectManager/ProjectManagerV.xaml index 453858a..3e960dd 100644 --- a/ProjectManager/ProjectManagerV.xaml +++ b/ProjectManager/ProjectManagerV.xaml @@ -30,16 +30,18 @@ + - - - diff --git a/ProjectManager/ProjectManagerVM.vb b/ProjectManager/ProjectManagerVM.vb index 248c9aa..0ed8087 100644 --- a/ProjectManager/ProjectManagerVM.vb +++ b/ProjectManager/ProjectManagerVM.vb @@ -90,7 +90,7 @@ Public Class ProjectManagerVM Public ReadOnly Property CopyToolTip As String Get - Return "Copy" + Return "Exoprt in machine" End Get End Property diff --git a/Resources/TopCommandBar/Help.png b/Resources/TopCommandBar/Help.png new file mode 100644 index 0000000..1da4d11 Binary files /dev/null and b/Resources/TopCommandBar/Help.png differ