Merge pull request #3729 from ntherning/fix-failures-in-msbuild-tests-on-windows
[mono.git] / mcs / class / Microsoft.Build.Tasks / Test / resources / Sample.vb
1 Imports System
2
3 Namespace Mono.Tests
4         Public Class Sample
5         End Class
6
7         Class Another
8         End Class
9
10 End Namespace