summaryrefslogtreecommitdiff
path: root/wcf
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2010-03-24 23:37:49 +0000
committerStephen D. Huston <shuston@apache.org>2010-03-24 23:37:49 +0000
commit2ba014852146bdc4e84a43c57827a9547ee8688c (patch)
tree4b456fd205257188430f43c5f4807682afb3695d /wcf
parent358f7cbe954baaa9b12fbaff80f21b714194ff3f (diff)
downloadqpid-python-2ba014852146bdc4e84a43c57827a9547ee8688c.tar.gz
Add another HintPath for the WCF Channel DLLs; resolves QPID-2468.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@927229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'wcf')
-rw-r--r--wcf/samples/Channel/WCFToWCFDirect/Client/Client.csproj3
-rw-r--r--wcf/samples/Channel/WCFToWCFDirect/Service/Service.csproj1
-rw-r--r--wcf/samples/Channel/WCFToWCFPubSub/Another_Topic_Consumer/Another_Topic_Consumer.csproj1
-rw-r--r--wcf/samples/Channel/WCFToWCFPubSub/Topic_Consumer/Topic_Consumer.csproj1
-rw-r--r--wcf/samples/Channel/WCFToWCFPubSub/Topic_Producer/Topic_Producer.csproj1
5 files changed, 6 insertions, 1 deletions
diff --git a/wcf/samples/Channel/WCFToWCFDirect/Client/Client.csproj b/wcf/samples/Channel/WCFToWCFDirect/Client/Client.csproj
index 7e1d2d9f5d..2c5a59ee13 100644
--- a/wcf/samples/Channel/WCFToWCFDirect/Client/Client.csproj
+++ b/wcf/samples/Channel/WCFToWCFDirect/Client/Client.csproj
@@ -21,7 +21,7 @@ under the License.
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
+ <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{0CCD5711-2072-47B8-B902-07EC12C04159}</ProjectGuid>
<OutputType>Exe</OutputType>
@@ -52,6 +52,7 @@ under the License.
<Reference Include="Apache.Qpid.Channel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Apache.Qpid.Channel.dll</HintPath>
+ <HintPath>..\..\..\..\bin\Apache.Qpid.Channel.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
diff --git a/wcf/samples/Channel/WCFToWCFDirect/Service/Service.csproj b/wcf/samples/Channel/WCFToWCFDirect/Service/Service.csproj
index 3252380c98..09c7265a87 100644
--- a/wcf/samples/Channel/WCFToWCFDirect/Service/Service.csproj
+++ b/wcf/samples/Channel/WCFToWCFDirect/Service/Service.csproj
@@ -52,6 +52,7 @@ under the License.
<Reference Include="Apache.Qpid.Channel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Apache.Qpid.Channel.dll</HintPath>
+ <HintPath>..\..\..\..\bin\Apache.Qpid.Channel.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
diff --git a/wcf/samples/Channel/WCFToWCFPubSub/Another_Topic_Consumer/Another_Topic_Consumer.csproj b/wcf/samples/Channel/WCFToWCFPubSub/Another_Topic_Consumer/Another_Topic_Consumer.csproj
index 47769e086d..7031740601 100644
--- a/wcf/samples/Channel/WCFToWCFPubSub/Another_Topic_Consumer/Another_Topic_Consumer.csproj
+++ b/wcf/samples/Channel/WCFToWCFPubSub/Another_Topic_Consumer/Another_Topic_Consumer.csproj
@@ -52,6 +52,7 @@ under the License.
<Reference Include="Apache.Qpid.Channel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Apache.Qpid.Channel.dll</HintPath>
+ <HintPath>..\..\..\..\bin\Apache.Qpid.Channel.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
diff --git a/wcf/samples/Channel/WCFToWCFPubSub/Topic_Consumer/Topic_Consumer.csproj b/wcf/samples/Channel/WCFToWCFPubSub/Topic_Consumer/Topic_Consumer.csproj
index b2151c0631..1d4ffd96bb 100644
--- a/wcf/samples/Channel/WCFToWCFPubSub/Topic_Consumer/Topic_Consumer.csproj
+++ b/wcf/samples/Channel/WCFToWCFPubSub/Topic_Consumer/Topic_Consumer.csproj
@@ -52,6 +52,7 @@ under the License.
<Reference Include="Apache.Qpid.Channel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Apache.Qpid.Channel.dll</HintPath>
+ <HintPath>..\..\..\..\bin\Apache.Qpid.Channel.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
diff --git a/wcf/samples/Channel/WCFToWCFPubSub/Topic_Producer/Topic_Producer.csproj b/wcf/samples/Channel/WCFToWCFPubSub/Topic_Producer/Topic_Producer.csproj
index b4318ead3f..cd7f79c581 100644
--- a/wcf/samples/Channel/WCFToWCFPubSub/Topic_Producer/Topic_Producer.csproj
+++ b/wcf/samples/Channel/WCFToWCFPubSub/Topic_Producer/Topic_Producer.csproj
@@ -52,6 +52,7 @@ under the License.
<Reference Include="Apache.Qpid.Channel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Apache.Qpid.Channel.dll</HintPath>
+ <HintPath>..\..\..\..\bin\Apache.Qpid.Channel.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">