Remove unused NeedsVersioning property
This commit is contained in:
parent
9c6721ec0d
commit
f7892ad938
|
@ -25,7 +25,6 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<NeedsVersioning>true</NeedsVersioning>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<ImportGroup Label="PropertySheets">
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<NeedsVersioning>true</NeedsVersioning>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<ImportGroup Label="PropertySheets">
|
||||
|
|
Loading…
Reference in New Issue