11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33
4- <Import Project =" build\signing.targets" />
4+ <Import Project =" build\signing.targets" />
55
6- <Target Name =" AfterSolutionBuild" AfterTargets =" Build" >
6+ <Target Name =" AfterSolutionBuild" AfterTargets =" Build" >
77
8- <PropertyGroup >
9- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
10- <BuildProperties >Configuration=$(Configuration)</BuildProperties >
11- <BuildProperties Condition =" ('$(Platform)' != '') AND ('$(Platform)' != 'AnyCPU') AND ('$(Platform)' != 'Any CPU') " >$(BuildProperties);Platform=$(Platform)</BuildProperties >
12- </PropertyGroup >
8+ <PropertyGroup >
9+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
10+ <BuildProperties >Configuration=$(Configuration)</BuildProperties >
11+ <BuildProperties Condition =" ('$(Platform)' != '') AND ('$(Platform)' != 'AnyCPU') AND ('$(Platform)' != 'Any CPU') " >$(BuildProperties);Platform=$(Platform)</BuildProperties >
12+ </PropertyGroup >
1313
14- <ItemGroup >
15- <Projects Include =" src\**\*.csproj" />
16- </ItemGroup >
14+ <ItemGroup >
15+ <Projects Include =" src\**\*.csproj" />
16+ </ItemGroup >
1717
18- <MSBuild Projects =" @(Projects)" Targets =" GetTargetPath " Properties =" $(BuildProperties)" UnloadProjectsOnCompletion =" true" >
19- <Output TaskParameter =" TargetOutputs" ItemName =" TargetFiles" />
20- </MSBuild >
18+ <MSBuild Projects =" @(Projects)" Targets =" GetTargetPaths " Properties =" $(BuildProperties)" UnloadProjectsOnCompletion =" true" >
19+ <Output TaskParameter =" TargetOutputs" ItemName =" TargetFiles" />
20+ </MSBuild >
2121
22- <PropertyGroup >
23- <!-- transform list to pipe-separated values so we can forward it as a parameter using a build property -->
24- <SigningProperties >
25- SourceDir=$(MSBuildThisFileDirectory)\src;
26- FilesToSign=@(TargetFiles->'%(Identity)','|')
27- </SigningProperties >
28- </PropertyGroup >
22+ <PropertyGroup >
23+ <!-- transform list to pipe-separated values so we can forward it as a parameter using a build property -->
24+ <SigningProperties >
25+ SourceDir=$(MSBuildThisFileDirectory)\src;
26+ FilesToSign=@(TargetFiles->'%(Identity)','|')
27+ </SigningProperties >
28+ </PropertyGroup >
2929
30- <MSBuild Projects =" $(MSBuildThisFileFullPath)" Targets =" WriteCodeSigningFileList" Properties =" $(SigningProperties)" />
30+ <MSBuild Projects =" $(MSBuildThisFileFullPath)" Targets =" WriteCodeSigningFileList" Properties =" $(SigningProperties)" />
3131
32- </Target >
32+ </Target >
3333
3434</Project >
0 commit comments