summaryrefslogtreecommitdiff
path: root/qpid
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2012-09-11 02:28:31 +0000
committerStephen D. Huston <shuston@apache.org>2012-09-11 02:28:31 +0000
commitfcca6b5f59c1d2ee80a565fece3f3bd304f067da (patch)
treeb3489483659fdfde0a3fe848f551d19fc8d12b87 /qpid
parent21ead72ec644ac367031863f03c41d4776d6f8f1 (diff)
downloadqpid-python-fcca6b5f59c1d2ee80a565fece3f3bd304f067da.tar.gz
Look for dotnet example files in the correct place for vc9. Fixes QPID-4294
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1383226 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
-rw-r--r--qpid/packaging/windows/installer.proj6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/packaging/windows/installer.proj b/qpid/packaging/windows/installer.proj
index 676205898f..6f5f119f4e 100644
--- a/qpid/packaging/windows/installer.proj
+++ b/qpid/packaging/windows/installer.proj
@@ -36,7 +36,7 @@
<OutputName>qpidc</OutputName>
<OutputType>Package</OutputType>
<WixToolPath>C:\Program Files (x86)\Windows Installer XML v3.5\bin</WixToolPath>
- <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.5\wix.targets</WixTargetsPath>
+ <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\wix.targets</WixTargetsPath>
</PropertyGroup>
<Choose>
@@ -175,10 +175,10 @@
<Target Name="BuildDotNetBindings"><!-- DependsOnTargets="BuildCpp;BuildCppDebug" -->
<MSBuild
- Projects="$(source_root)\cpp\bindings\qpid\dotnet\org.apache.qpid.messaging.sessionreceiver.sln"
+ Projects="$(source_root)\cpp\bindings\qpid\dotnet\msvc9\org.apache.qpid.messaging.sessionreceiver.sln"
Properties="Configuration=Debug;Platform=$(Architecture)" />
<MSBuild
- Projects="$(source_root)\cpp\bindings\qpid\dotnet\org.apache.qpid.messaging.sessionreceiver.sln"
+ Projects="$(source_root)\cpp\bindings\qpid\dotnet\msvc9\org.apache.qpid.messaging.sessionreceiver.sln"
Properties="Configuration=Release;Platform=$(Architecture)" />
</Target>