Skip to content

Commit 639afbb

Browse files
committed
Merge branch 'development' of https://git01.codeplex.com/casablanca into development
2 parents e959209 + bf346de commit 639afbb

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Build/Common.Build.settings

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
</MSBuildAllProjects>
1010
</PropertyGroup>
1111

12+
<!-- default configuration -->
13+
<PropertyGroup>
14+
<Configuration Condition="'$(Configuration)'==''">Debug</Configuration>
15+
<Platform Condition="'$(Platform)'==''">Win32</Platform>
16+
</PropertyGroup>
17+
1218
<!-- for root paths -->
1319
<PropertyGroup>
1420
<BuildRoot>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))</BuildRoot>
@@ -51,8 +57,6 @@
5157

5258
<PropertyGroup>
5359
<BinaryDependencies>$(TargetsPath)\BinaryDependencies</BinaryDependencies>
54-
<Configuration Condition="'$(Configuration)'==''">Debug</Configuration>
55-
<Platform Condition="'$(Platform)'==''">Win32</Platform>
5660
<ErrorReport>prompt</ErrorReport>
5761
<WarningLevel>4</WarningLevel>
5862

Release/setup/CasablancaSetup.wixproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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">
22

3+
<Target Name="MakeZip">
4+
<MSBuild Projects="$(CollateralsDir)\MakeZip\MakeZip.proj"/>
5+
</Target>
36
<Target Name="CheckVSTargetVersion">
47
<Message Text="Checking VSTargetVersion..."/>
58
<Error
@@ -82,6 +85,5 @@
8285
<Name>WixUtilExtension</Name>
8386
</WixExtension>
8487
</ItemGroup>
85-
8688
<Import Project="$(WixTargetsPath)" />
87-
</Project>
89+
</Project>

Release/setup/dirs.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
8-
<ProjectFile Include="$(BuildRoot)\Release\Collateral\MakeZip\MakeZip.proj"/>
8+
<ProjectFile Include="$(CollateralsDir)\MakeZip\MakeZip.proj"/>
99
</ItemGroup>
1010

1111
<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32' AND '$(DevToolsVersion)' == '100'">

0 commit comments

Comments
 (0)