File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<project >
4
4
<property name =" CompileConfiguration" value =" Release" overwrite =" false" />
5
- <property name =" MSBuildPath" value =" C:\Program Files (x86)\MSBuild\12.0\bin\msbuild.exe" overwrite =" false" />
5
+ <property name =" MSBuildVersion" value =" 12.0" overwrite =" false" />
6
+ <property name =" MSBuildPath" value =" C:\Program Files (x86)\MSBuild\${MSBuildVersion}\bin\msbuild.exe" overwrite =" false" />
6
7
<property name =" MSBuildVerbosity" value =" minimal" overwrite =" false" />
7
8
<property name =" ToolsPath" value =" " overwrite =" false" />
8
9
Original file line number Diff line number Diff line change 6
6
# Define properties
7
7
-->
8
8
<property name =" CurrentPath" value =" ${path::get-directory-name(project::get-buildfile-path())}" />
9
+ <property name =" MSBuildVersion" value =" 14.0" />
9
10
<property name =" Solution" value =" src\Xamarin.sln" />
10
11
<property name =" ToolsPath" value =" ${path::get-full-path(path::combine(CurrentPath, '.build'))}" />
11
12
You can’t perform that action at this time.
0 commit comments