File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ Which is valid.
272272
273273 string csproj = """
274274<Project>
275- <Import Project="$([MSBuild]::GetPathOfFileAbove(directory.build .props))" Condition="Exists('$([MSBuild]::GetPathOfFileAbove(directory.build .props))')" />
275+ <Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build .props))" Condition="Exists('$([MSBuild]::GetPathOfFileAbove(Directory.Build .props))')" />
276276
277277 <PropertyGroup>
278278 <ToolkitComponentName>Primitives</ToolkitComponentName>
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $([MSBuild]::GetPathOfFileAbove(directory.build .props))" Condition =" Exists('$([MSBuild]::GetPathOfFileAbove(directory.build .props))')" />
3+ <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build .props))" Condition =" Exists('$([MSBuild]::GetPathOfFileAbove(Directory.Build .props))')" />
44
55 <PropertyGroup >
66 <IsDeployableHead >true</IsDeployableHead >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" DefaultTargets =" Build"
33 xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
4- <Import Project =" $([MSBuild]::GetPathOfFileAbove(directory.build .props))" Condition =" Exists('$([MSBuild]::GetPathOfFileAbove(directory.build .props))')" />
4+ <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build .props))" Condition =" Exists('$([MSBuild]::GetPathOfFileAbove(Directory.Build .props))')" />
55
66 <PropertyGroup >
77 <IsDeployableHead >true</IsDeployableHead >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $([MSBuild]::GetPathOfFileAbove(directory.build .props))" Condition =" Exists('$([MSBuild]::GetPathOfFileAbove(directory.build .props))')" />
3+ <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build .props))" Condition =" Exists('$([MSBuild]::GetPathOfFileAbove(Directory.Build .props))')" />
44
55 <PropertyGroup >
66 <IsDeployableHead >true</IsDeployableHead >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $([MSBuild]::GetPathOfFileAbove(directory.build .props))" Condition =" Exists('$([MSBuild]::GetPathOfFileAbove(directory.build .props))')" />
3+ <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build .props))" Condition =" Exists('$([MSBuild]::GetPathOfFileAbove(Directory.Build .props))')" />
44
55 <PropertyGroup >
66 <IsDeployableHead >true</IsDeployableHead >
Original file line number Diff line number Diff line change 11<Project >
2- <Import Project =" $([MSBuild]::GetPathOfFileAbove(directory.build .props))" Condition =" Exists('$([MSBuild]::GetPathOfFileAbove(directory.build .props))')" />
2+ <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build .props))" Condition =" Exists('$([MSBuild]::GetPathOfFileAbove(Directory.Build .props))')" />
33
44 <PropertyGroup >
55 <ToolkitComponentName >ProjectTemplate</ToolkitComponentName >
Original file line number Diff line number Diff line change 11<Project >
2- <Import Project =" $([MSBuild]::GetPathOfFileAbove(directory.build .props))" Condition =" Exists('$([MSBuild]::GetPathOfFileAbove(directory.build .props))')" />
2+ <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build .props))" Condition =" Exists('$([MSBuild]::GetPathOfFileAbove(Directory.Build .props))')" />
33
44 <PropertyGroup >
55 <ToolkitComponentName >ProjectTemplate</ToolkitComponentName >
You can’t perform that action at this time.
0 commit comments