You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2012/09/11 04:20:36 UTC

svn commit: r1383225 - /qpid/branches/0.18/qpid/packaging/windows/installer.proj

Author: shuston
Date: Tue Sep 11 02:20:36 2012
New Revision: 1383225

URL: http://svn.apache.org/viewvc?rev=1383225&view=rev
Log:
Look for dotnet example files in the correct place for vc9. Fixes QPID-4294

Modified:
    qpid/branches/0.18/qpid/packaging/windows/installer.proj

Modified: qpid/branches/0.18/qpid/packaging/windows/installer.proj
URL: http://svn.apache.org/viewvc/qpid/branches/0.18/qpid/packaging/windows/installer.proj?rev=1383225&r1=1383224&r2=1383225&view=diff
==============================================================================
--- qpid/branches/0.18/qpid/packaging/windows/installer.proj (original)
+++ qpid/branches/0.18/qpid/packaging/windows/installer.proj Tue Sep 11 02:20:36 2012
@@ -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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org