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 | 0c79cb4e00cc37d6adab0997c65591401a71cca3 (patch) | |
tree | 5b3f7d76b86ce6236d83accc00a3cec213418143 /qpid/cpp | |
parent | cf0601a2c1a3a9711a931b8e3cdb918d36c65aa8 (diff) | |
download | qpid-python-0c79cb4e00cc37d6adab0997c65591401a71cca3.tar.gz |
QPID-2706 Patch from Chuck Rolke
Added missing file from patch.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@959100 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r-- | qpid/cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/MyProject/Application.Designer.vb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/MyProject/Application.Designer.vb b/qpid/cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/MyProject/Application.Designer.vb new file mode 100644 index 0000000000..0c274140df --- /dev/null +++ b/qpid/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
+
|