|
|
|
@ -22,7 +22,7 @@
@@ -22,7 +22,7 @@
|
|
|
|
|
(but this works using the command line) --> |
|
|
|
|
<!-- B) The Wix task assembly is locked if we do not use a separate MSBuild process --> |
|
|
|
|
<!-- C) We need to use MSBuild 12.0, but the build server uses MSBuild 4.0 --> |
|
|
|
|
<MSBuildExecutable>"$(MSBuildExtensionsPath)\12.0\Bin\msbuild.exe"</MSBuildExecutable> |
|
|
|
|
<MSBuildExecutable>"$(MSBuildExtensionsPath)\14.0\Bin\msbuild.exe"</MSBuildExecutable> |
|
|
|
|
<BuildProperties>/m /p:Configuration=Release</BuildProperties> |
|
|
|
|
<BuildProperties>$(BuildProperties) "/p:SharpDevelopBinPath=$(SharpDevelopBin)"</BuildProperties> |
|
|
|
|
<BuildProperties>$(BuildProperties) "/p:FSharpBuildTasksPath=$(SharpDevelopSrc)\AddIns\BackendBindings\FSharp\RequiredLibraries"</BuildProperties> |
|
|
|
|