mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 07:45:46 -04:00
CI/Windows: Use Clang-CL instead of MSVC
This commit is contained in:
@ -4,7 +4,10 @@
|
||||
<IntDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
||||
<OutDir>$(SolutionDir)bin\$(Platform)\</OutDir>
|
||||
<GenerateProjectSpecificOutputFolder>false</GenerateProjectSpecificOutputFolder>
|
||||
<TargetName>$(ProjectName)-$(Platform)-$(Configuration)</TargetName>
|
||||
|
||||
<!-- Use MSVC suffix for MSVC builds, and remove the Clang suffix. -->
|
||||
<TargetName Condition="$(Configuration.EndsWith(Clang))">$(ProjectName)-$(Platform)-$(Configuration.Replace("-Clang", ""))</TargetName>
|
||||
<TargetName Condition="!$(Configuration.EndsWith(Clang))">$(ProjectName)-$(Platform)-$(Configuration)-MSVC</TargetName>
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
</PropertyGroup>
|
||||
|
||||
|
Reference in New Issue
Block a user