2929 </PropertyGroup >
3030
3131 <ItemGroup Label =" Embedded Resources" >
32- <None Include =" $(IntersectRepoPath)\assets\intersect-logo-qu.png" Pack =" true" PackagePath =" \" />
33- <EmbeddedResource Include =" $(IntersectRepoPath)\assets\intersect-logo-qu.ico" Pack =" true" PackagePath =" \" />
32+ <None Include =" $(IntersectRepoPath)\assets\intersect-logo-qu.png" Pack =" true" PackagePath =" \" />
33+ <EmbeddedResource Include =" $(IntersectRepoPath)\assets\intersect-logo-qu.ico" Pack =" true" PackagePath =" \" />
3434 </ItemGroup >
3535
3636 <ItemGroup Label =" Embedded Assembly Metadata" >
5050
5151 <Target Name =" GetGitCommit" Condition =" '$(CommitSha)' == ''" BeforeTargets =" GetAssemblyAttributes" >
5252 <Exec Command =" git --version" IgnoreExitCode =" true" >
53- <Output TaskParameter =" ExitCode" PropertyName =" GitVersionExitCode" />
53+ <Output TaskParameter =" ExitCode" PropertyName =" GitVersionExitCode" />
5454 </Exec >
5555 <Exec Condition =" '$(GitVersionExitCode)' == '0'" Command =" git diff-index --quiet HEAD --" IgnoreExitCode =" true" >
56- <Output TaskParameter =" ExitCode" PropertyName =" DiffIndexExitCode" />
56+ <Output TaskParameter =" ExitCode" PropertyName =" DiffIndexExitCode" />
5757 </Exec >
5858 <Exec Condition =" '$(GitVersionExitCode)' == '0'" Command =" git rev-parse --verify HEAD" ConsoleToMsBuild =" true" IgnoreExitCode =" true" >
59- <Output TaskParameter =" ConsoleOutput" PropertyName =" RevParseOutput" />
60- <Output TaskParameter =" ExitCode" PropertyName =" RevParseExitCode" />
59+ <Output TaskParameter =" ConsoleOutput" PropertyName =" RevParseOutput" />
60+ <Output TaskParameter =" ExitCode" PropertyName =" RevParseExitCode" />
6161 </Exec >
6262 <PropertyGroup >
6363 <RevParseOutput Condition =" '$(RevParseExitCode)' == ''" >unknowncommit</RevParseOutput >
6868 <CommitSha Condition =" '$(CommitSha)' == ''" >$(_GitCommitSha)</CommitSha >
6969 </PropertyGroup >
7070 <CreateProperty Value =" $(CommitSha)" >
71- <Output TaskParameter =" Value" PropertyName =" CommitSha" />
71+ <Output TaskParameter =" Value" PropertyName =" CommitSha" />
7272 </CreateProperty >
7373 <ItemGroup >
7474 <AssemblyAttribute Include =" System.Reflection.AssemblyMetadataAttribute" >
7575 <_Parameter1 >CommitSha</_Parameter1 >
7676 <_Parameter2 >$(CommitSha)</_Parameter2 >
7777 </AssemblyAttribute >
7878 </ItemGroup >
79- <Message Importance =" high" Text =" CommitSha=$(CommitSha)" />
79+ <Message Importance =" high" Text =" CommitSha=$(CommitSha)" />
8080 </Target >
8181</Project >
0 commit comments