1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
4
- <Import Project =" build\signing.targets" />
4
+ <Import Project =" build\signing.targets" />
5
5
6
- <Target Name =" AfterSolutionBuild" AfterTargets =" Build" >
6
+ <Target Name =" AfterSolutionBuild" AfterTargets =" Build" >
7
7
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 >
13
13
14
- <ItemGroup >
15
- <Projects Include =" src\**\*.csproj" />
16
- </ItemGroup >
14
+ <ItemGroup >
15
+ <Projects Include =" src\**\*.csproj" />
16
+ </ItemGroup >
17
17
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 >
21
21
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 >
29
29
30
- <MSBuild Projects =" $(MSBuildThisFileFullPath)" Targets =" WriteCodeSigningFileList" Properties =" $(SigningProperties)" />
30
+ <MSBuild Projects =" $(MSBuildThisFileFullPath)" Targets =" WriteCodeSigningFileList" Properties =" $(SigningProperties)" />
31
31
32
- </Target >
32
+ </Target >
33
33
34
34
</Project >
0 commit comments