[Build-system] Migrate music/sounds from files.freeswitch.org to https://github.com/freeswitch/freeswitch-sounds/releases (#3062)

This commit is contained in:
Andrey Volk
2026-06-30 23:33:14 +03:00
committed by GitHub
parent b9c41705b7
commit 225a5e197e
22 changed files with 114 additions and 99 deletions
+5 -1
View File
@@ -61,6 +61,7 @@ using Microsoft.Build.Framework;
<SoundPrimaryName Required="true" />
<SoundQuality Required="true" />
<SoundFileName ParameterType="System.String" Output="True"/>
<SoundVersion ParameterType="System.String" Output="True"/>
</ParameterGroup>
<Task>
<Reference Include="Microsoft.Build" />
@@ -80,9 +81,12 @@ using Microsoft.Build.Framework;
[Output]
public string SoundFileName { get; set; }
[Output]
public string SoundVersion { get; set; }
public override bool Execute()
{
string SoundVersion = "";
SoundVersion = "";
string SoundVersionFile = "";
if (SoundPrimaryName == "music") {