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 | d0b2110d4e33bc9f24ffb72292e3e293fa8c5a48 (patch) | |
| tree | 35dc138f9533e85b0562ed8b4acaeca5c029c7b7 /cpp/src/client.vcproj | |
| parent | 0dbf84003448e1ce352067b701366b198a830e50 (diff) | |
| download | qpid-python-d0b2110d4e33bc9f24ffb72292e3e293fa8c5a48.tar.gz | |
Add PLAIN auth client handling for Windows; fixes QPID-1733
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@755008 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/client.vcproj')
| -rw-r--r-- | cpp/src/client.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/client.vcproj b/cpp/src/client.vcproj index 76f4e44a6c..28b7ec73dc 100644 --- a/cpp/src/client.vcproj +++ b/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"
|
