diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/MyProject/Application.Designer.vb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/MyProject/Application.Designer.vb b/cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/MyProject/Application.Designer.vb new file mode 100644 index 0000000000..0c274140df --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/MyProject/Application.Designer.vb @@ -0,0 +1,13 @@ +'------------------------------------------------------------------------------
+' <auto-generated>
+' This code was generated by a tool.
+' Runtime Version:2.0.50727.4927
+'
+' Changes to this file may cause incorrect behavior and will be lost if
+' the code is regenerated.
+' </auto-generated>
+'------------------------------------------------------------------------------
+
+Option Strict On
+Option Explicit On
+
|