diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-03-16 21:21:54 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-03-16 21:21:54 +0000 |
| commit | 4a235ffeb36db975743e0dc64c5e7b41e0157d25 (patch) | |
| tree | abf65d49f8c7f50ddd51b47a2a4417e43b826ac5 /qpid/cpp/src/client.vcproj | |
| parent | d58864360fa7c0a47f9d4686f35bac09c32e6ff5 (diff) | |
| download | qpid-python-4a235ffeb36db975743e0dc64c5e7b41e0157d25.tar.gz | |
Add PLAIN auth client handling for Windows; fixes QPID-1733
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@755008 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/client.vcproj')
| -rw-r--r-- | qpid/cpp/src/client.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qpid/cpp/src/client.vcproj b/qpid/cpp/src/client.vcproj index 76f4e44a6c..28b7ec73dc 100644 --- a/qpid/cpp/src/client.vcproj +++ b/qpid/cpp/src/client.vcproj @@ -24,7 +24,7 @@ ProjectType="Visual C++"
Version="9.00"
Name="client"
- ProjectGUID="{6961DBA3-FECA-1BAD-F396-8C398F43FDD9}"
+ ProjectGUID="{6961DBA3-FECA-1BAD-F396-8C394564ADCF}"
RootNamespace="client"
Keyword="Win32Proj"
SignManifests="true"
@@ -456,9 +456,6 @@ RelativePath="qpid\client\Results.cpp">
</File>
<File
- RelativePath="qpid\client\SaslFactory.cpp">
- </File>
- <File
RelativePath="qpid\client\SessionBase_0_10.cpp">
</File>
<File
@@ -482,6 +479,9 @@ <File
RelativePath="qpid\client\SubscriptionManager.cpp">
</File>
+ <File
+ RelativePath="qpid\client\windows\SaslFactory.cpp">
+ </File>
</Filter>
<Filter
Name="Header Files"
|
