1
0
mirror of https://github.com/nefarius/WDF-Utils.git synced 2024-10-18 07:05:29 +02:00

Replaced tab with spaces

This commit is contained in:
Benjamin Höglinger-Stelzer 2022-02-12 10:24:22 +01:00
parent ce98381125
commit 936212d20b

View File

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