1
0
mirror of https://github.com/nefarius/WDF-Utils.git synced 2024-09-07 22:42:32 +02:00

Fixed newline issue

Added comment on property
This commit is contained in:
Benjamin Höglinger-Stelzer 2022-02-12 10:20:34 +01:00
parent 90df6b2d1d
commit ce98381125

View File

@ -4,9 +4,8 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_PropertySheetDisplayName>Driver Module Framework</_PropertySheetDisplayName>
<DmfRootPath Condition="'$(DmfRootPath)' == ''">
..\..\DMF
</DmfRootPath>
<!-- By default, look for DMF in parent root directory, otherwise use environment variable value -->
<DmfRootPath Condition="'$(DmfRootPath)' == ''">$(SolutionDir)..\DMF</DmfRootPath>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>