diff options
author | Ted Ross <tross@apache.org> | 2010-06-29 21:06:03 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2010-06-29 21:06:03 +0000 |
commit | eded648d89a04f4c185ed97aa13d598e4886912f (patch) | |
tree | f069201dcf4cd6f2298243cb101e51634c26c2d0 /cpp | |
parent | cbee26ca5151278e7edb1be371a2c8ae10cbda53 (diff) | |
download | qpid-python-eded648d89a04f4c185ed97aa13d598e4886912f.tar.gz |
QPID-2706 Patch from Chuck Rolke
Added missing file from patch.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@959100 13f79535-47bb-0310-9956-ffa450edef68
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
+
|