diff options
Diffstat (limited to 'Tests/CSharpWin32GenEx/csharpwin32genex.cs')
-rw-r--r-- | Tests/CSharpWin32GenEx/csharpwin32genex.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/CSharpWin32GenEx/csharpwin32genex.cs b/Tests/CSharpWin32GenEx/csharpwin32genex.cs new file mode 100644 index 0000000..9892ee0 --- /dev/null +++ b/Tests/CSharpWin32GenEx/csharpwin32genex.cs @@ -0,0 +1,9 @@ +namespace CSharpWin32GenEx +{ + class CSharpWin32GenEx + { + public static void Main(string[] args) + { + } + } +} |