mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 21:05:46 -04:00
Build: Add UWP configurations
This commit is contained in:
@ -8,6 +8,12 @@
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Label="Globals" Condition="'$(BuildingForUWP)'=='true'">
|
||||
<CppWinRTOptimized Condition="'$(Configuration)'=='ReleaseUWP'">true</CppWinRTOptimized>
|
||||
<CppWinRTRootNamespaceAutoMerge>false</CppWinRTRootNamespaceAutoMerge>
|
||||
<CppWinRTGenerateWindowsMetadata>false</CppWinRTGenerateWindowsMetadata>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="Toolkit.props" />
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
@ -19,4 +25,4 @@
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
<Import Project="Base.props" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user