mirror of
https://github.com/nefarius/WDF-Utils.git
synced 2024-11-22 06:54:54 +01:00
Fixed newline issue
Added comment on property
This commit is contained in:
parent
90df6b2d1d
commit
ce98381125
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user