-
Notifications
You must be signed in to change notification settings - Fork 9
/
viostor.props
19 lines (18 loc) · 865 Bytes
/
viostor.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!--
***********************************************************************************************
viostor.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>false</Feature_UsingWDF>
<Feature_PackOne>true</Feature_PackOne>
<Feature_LegacyStampInf>true</Feature_LegacyStampInf>
<Feature_AdjustInfLegacy>true</Feature_AdjustInfLegacy>
<Feature_AdjustInf>true</Feature_AdjustInf>
<!-- $(SourceInfFile) is already defined in .vcxproj -->
<CopyrightStrings>VioStorCopyrightStrings</CopyrightStrings>
</PropertyGroup>
</Project>