mirror of
https://github.com/nefarius/WDF-Utils.git
synced 2024-11-22 15:04:53 +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 Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<_PropertySheetDisplayName>Driver Module Framework</_PropertySheetDisplayName>
|
<_PropertySheetDisplayName>Driver Module Framework</_PropertySheetDisplayName>
|
||||||
<DmfRootPath Condition="'$(DmfRootPath)' == ''">
|
<!-- By default, look for DMF in parent root directory, otherwise use environment variable value -->
|
||||||
..\..\DMF
|
<DmfRootPath Condition="'$(DmfRootPath)' == ''">$(SolutionDir)..\DMF</DmfRootPath>
|
||||||
</DmfRootPath>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup>
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
|
Loading…
Reference in New Issue
Block a user