${res:Templates.Project.WinFXApplication.Name}
VBNet
WPF
VBNet.Project.Form
${res:Templates.Project.WinFXApplication.Description}
v3.0;v3.5Client
3.0
3.0
3.0
WinExe
Properties
Custom
]]>
''' Interaction logic for App.xaml
'''
Public Partial Class App
Inherits Application
End Class]]>
]]>
''' Interaction logic for Window1.xaml
'''
Public Partial Class Window1
Inherits Window
Public Sub New()
InitializeComponent()
End Sub
End Class]]>