forked from virtio-win/kvm-guest-drivers-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fwcfg.props
20 lines (19 loc) · 906 Bytes
/
fwcfg.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!--
***********************************************************************************************
fwcfg.props
Enabling and customizing virtio build features
***********************************************************************************************
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" TreatAsLocalProperty="Platform">
<PropertyGroup>
<Feature_AlwaysDefaultVendor>false</Feature_AlwaysDefaultVendor>
<Feature_UsingWDF>true</Feature_UsingWDF>
<Feature_PackOne>true</Feature_PackOne>
<Feature_LegacyStampInf>false</Feature_LegacyStampInf>
<Feature_AdjustInfLegacy>false</Feature_AdjustInfLegacy>
<Feature_AdjustInf>true</Feature_AdjustInf>
<SourceInfFile>fwcfg.inf</SourceInfFile>
<PackOne_DestinationPrefix></PackOne_DestinationPrefix>
<CopyrightStrings>FwCfgCopyrightStrings</CopyrightStrings>
</PropertyGroup>
</Project>