File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 9
9
</MSBuildAllProjects >
10
10
</PropertyGroup >
11
11
12
+ <!-- default configuration -->
13
+ <PropertyGroup >
14
+ <Configuration Condition =" '$(Configuration)'==''" >Debug</Configuration >
15
+ <Platform Condition =" '$(Platform)'==''" >Win32</Platform >
16
+ </PropertyGroup >
17
+
12
18
<!-- for root paths -->
13
19
<PropertyGroup >
14
20
<BuildRoot >$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))</BuildRoot >
51
57
52
58
<PropertyGroup >
53
59
<BinaryDependencies >$(TargetsPath)\BinaryDependencies</BinaryDependencies >
54
- <Configuration Condition =" '$(Configuration)'==''" >Debug</Configuration >
55
- <Platform Condition =" '$(Platform)'==''" >Win32</Platform >
56
60
<ErrorReport >prompt</ErrorReport >
57
61
<WarningLevel >4</WarningLevel >
58
62
Original file line number Diff line number Diff line change 1
- <Project DefaultTargets =" CheckVSTargetVersion;Build;Report" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1
+ <Project DefaultTargets =" CheckVSTargetVersion;MakeZip; Build;Report" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
2
3
+ <Target Name =" MakeZip" >
4
+ <MSBuild Projects =" $(CollateralsDir)\MakeZip\MakeZip.proj" />
5
+ </Target >
3
6
<Target Name =" CheckVSTargetVersion" >
4
7
<Message Text =" Checking VSTargetVersion..." />
5
8
<Error
82
85
<Name >WixUtilExtension</Name >
83
86
</WixExtension >
84
87
</ItemGroup >
85
-
86
88
<Import Project =" $(WixTargetsPath)" />
87
- </Project >
89
+ </Project >
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
8
- <ProjectFile Include =" $(BuildRoot)\Release\Collateral \MakeZip\MakeZip.proj" />
8
+ <ProjectFile Include =" $(CollateralsDir) \MakeZip\MakeZip.proj" />
9
9
</ItemGroup >
10
10
11
11
<ItemGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32' AND '$(DevToolsVersion)' == '100'" >
You can’t perform that action at this time.
0 commit comments