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