Browse Source

fix SD-1818 - VB NotifyIcon Application template not working properly

pull/20/head 4.1-Beta
Siegfried Pammer 14 years ago
parent
commit
b0b8c13c20
  1. 14
      data/templates/project/VB/NotifyIcon.xpt

14
data/templates/project/VB/NotifyIcon.xpt

@ -27,17 +27,25 @@ @@ -27,17 +27,25 @@
<Reference Include="System.Xml" />
</ProjectItems>
<ProjectItems>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
</ProjectItems>
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<MyType>WindowsFormsWithCustomSubMain</MyType>
</PropertyGroup>
<Files>
<File name="NotificationIcon.vb"><![CDATA[${StandardHeader.VBNET}
Imports System.Diagnostics
Imports System.Drawing
Imports System.Threading
Imports System.Windows.Forms
Public NotInheritable Class NotificationIcon
Private notifyIcon As NotifyIcon

Loading…
Cancel
Save