diff options
author | nandika | 2011-06-08 18:54:55 +0000 |
---|---|---|
committer | nandika | 2011-06-08 18:54:55 +0000 |
commit | 24dd2a78c0ba09c05fa93137077a49c09c4e0e52 (patch) | |
tree | f42791e567d64120f4c2f77c16593d04ca15f251 /ides | |
parent | 9cbeac51217d062e0cfde51d3048f987caa80080 (diff) | |
download | axis2c-24dd2a78c0ba09c05fa93137077a49c09c4e0e52.tar.gz axis2c-24dd2a78c0ba09c05fa93137077a49c09c4e0e52.tar.bz2 |
ntlm client project added
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1133509 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ides')
-rw-r--r-- | ides/vc9/axis2c/clients/ntlm/ntlm.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ides/vc9/axis2c/clients/ntlm/ntlm.vcproj b/ides/vc9/axis2c/clients/ntlm/ntlm.vcproj index f9fc3cf..aeffa2b 100644 --- a/ides/vc9/axis2c/clients/ntlm/ntlm.vcproj +++ b/ides/vc9/axis2c/clients/ntlm/ntlm.vcproj @@ -174,7 +174,7 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
- RelativePath="..\..\..\..\..\samples\client\ntlm\ntlm_post.c"
+ RelativePath="..\..\..\..\..\samples\client\ntlm\ntlm_post_with_check.c"
>
</File>
<File
@@ -188,11 +188,11 @@ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
- RelativePath="..\..\..\..\..\samples\client\ntlm\ntlm_util.h"
+ RelativePath="..\..\..\..\..\..\samples\client\ntlm\ntlm_util.h"
>
</File>
<File
- RelativePath="..\..\..\..\..\..\samples\client\ntlm\ntlm_util.h"
+ RelativePath="..\..\..\..\..\samples\client\ntlm\ntlm_util.h"
>
</File>
</Filter>
|