We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b78272 commit ff735c5Copy full SHA for ff735c5
LkgToolset.props
@@ -13,8 +13,9 @@
13
<PropertyGroup Condition="'$(Platform)'=='x86'">
14
<WorkaroundLkgWin32>true</WorkaroundLkgWin32>
15
<Platform>Win32</Platform>
16
+ <CustomProps>$([MSBuild]::GetPathOfFileAbove('custom.props', '$(MSBuildThisFileDirectory)'))</CustomProps>
17
</PropertyGroup>
- <Import Project="custom.props" Condition="Exists('custom.props') and '$(WorkaroundLkgWin32)'=='true'" />
18
+ <Import Project="$(CustomProps)" Condition="Exists('$(CustomProps)') and '$(WorkaroundLkgWin32)'=='true'" />
19
<PropertyGroup Condition="'$(WorkaroundLkgWin32)'=='true'">
20
<Platform>x86</Platform>
21
0 commit comments