diff --git a/SMP/ffmpeg.vcxproj b/SMP/ffmpeg.vcxproj
index b2af88b06cecf..cfce06f750355 100644
--- a/SMP/ffmpeg.vcxproj
+++ b/SMP/ffmpeg.vcxproj
@@ -179,6 +179,7 @@
$(OutDir)\bin\x86\
$(TargetFileName)
MSB8012
+ false
ffmpegd
@@ -187,6 +188,7 @@
$(OutDir)\bin\x64\
$(TargetFileName)
MSB8012
+ false
ffmpegd
@@ -195,6 +197,7 @@
$(OutDir)\bin\x86\
$(TargetFileName)
MSB8012
+ false
ffmpegd
@@ -203,6 +206,7 @@
$(OutDir)\bin\x64\
$(TargetFileName)
MSB8012
+ false
ffmpeg
@@ -211,6 +215,7 @@
$(OutDir)\bin\x86\
$(TargetFileName)
MSB8012
+ false
ffmpeg
@@ -219,6 +224,7 @@
$(OutDir)\bin\x64\
$(TargetFileName)
MSB8012
+ false
ffmpeg
@@ -227,6 +233,7 @@
$(OutDir)\bin\x86\
$(TargetFileName)
MSB8012
+ false
ffmpeg
@@ -235,6 +242,7 @@
$(OutDir)\bin\x64\
$(TargetFileName)
MSB8012
+ false
diff --git a/SMP/ffplay.vcxproj b/SMP/ffplay.vcxproj
index e7fc81a1221a3..26793ff0c8a3e 100644
--- a/SMP/ffplay.vcxproj
+++ b/SMP/ffplay.vcxproj
@@ -168,6 +168,7 @@
$(OutDir)\bin\x86\
$(TargetFileName)
MSB8012
+ false
ffplayd
@@ -176,6 +177,7 @@
$(OutDir)\bin\x64\
$(TargetFileName)
MSB8012
+ false
ffplayd
@@ -184,6 +186,7 @@
$(OutDir)\bin\x86\
$(TargetFileName)
MSB8012
+ false
ffplayd
@@ -192,6 +195,7 @@
$(OutDir)\bin\x64\
$(TargetFileName)
MSB8012
+ false
ffplay
@@ -200,6 +204,7 @@
$(OutDir)\bin\x86\
$(TargetFileName)
MSB8012
+ false
ffplay
@@ -208,6 +213,7 @@
$(OutDir)\bin\x64\
$(TargetFileName)
MSB8012
+ false
ffplay
@@ -216,6 +222,7 @@
$(OutDir)\bin\x86\
$(TargetFileName)
MSB8012
+ false
ffplay
@@ -224,6 +231,7 @@
$(OutDir)\bin\x64\
$(TargetFileName)
MSB8012
+ false
diff --git a/SMP/ffprobe.vcxproj b/SMP/ffprobe.vcxproj
index d8083e21da384..0b7e78590adde 100644
--- a/SMP/ffprobe.vcxproj
+++ b/SMP/ffprobe.vcxproj
@@ -167,6 +167,7 @@
$(OutDir)\bin\x86\
$(TargetFileName)
MSB8012
+ false
ffprobed
@@ -175,6 +176,7 @@
$(OutDir)\bin\x64\
$(TargetFileName)
MSB8012
+ false
ffprobed
@@ -183,6 +185,7 @@
$(OutDir)\bin\x86\
$(TargetFileName)
MSB8012
+ false
ffprobed
@@ -191,6 +194,7 @@
$(OutDir)\bin\x64\
$(TargetFileName)
MSB8012
+ false
ffprobe
@@ -199,6 +203,7 @@
$(OutDir)\bin\x86\
$(TargetFileName)
MSB8012
+ false
ffprobe
@@ -207,6 +212,7 @@
$(OutDir)\bin\x64\
$(TargetFileName)
MSB8012
+ false
ffprobe
@@ -215,6 +221,7 @@
$(OutDir)\bin\x86\
$(TargetFileName)
MSB8012
+ false
ffprobe
@@ -223,6 +230,7 @@
$(OutDir)\bin\x64\
$(TargetFileName)
MSB8012
+ false
diff --git a/SMP/project_get_dependencies.bat b/SMP/project_get_dependencies.bat
index 59972db599bd1..2cf5035dad260 100644
--- a/SMP/project_get_dependencies.bat
+++ b/SMP/project_get_dependencies.bat
@@ -134,7 +134,7 @@ REM Check if secure OAuth is available
IF "%GITHUBTOKEN%" == "" (
powershell -nologo -noprofile -command "$currentMaxTls = [Math]::Max([Net.ServicePointManager]::SecurityProtocol.value__,[Net.SecurityProtocolType]::Tls.value__);$newTlsTypes = [enum]::GetValues('Net.SecurityProtocolType') | ?{ $_ -gt $currentMaxTls };ForEach ($newTls in $newTlsTypes) { [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor $newTls };try { Invoke-RestMethod -Uri %UPSTREAMAPIURL%/%REPONAME%/releases/latest > latest.json } catch {exit 1}"
) ELSE (
- powershell -nologo -noprofile -command "$currentMaxTls = [Math]::Max([Net.ServicePointManager]::SecurityProtocol.value__,[Net.SecurityProtocolType]::Tls.value__);$newTlsTypes = [enum]::GetValues('Net.SecurityProtocolType') | ?{ $_ -gt $currentMaxTls };ForEach ($newTls in $newTlsTypes) { [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor $newTls };try { Invoke-RestMethod -Uri %UPSTREAMAPIURL%/%REPONAME%/releases/latest -Headers @{'Authorization' = 'token %GITHUBTOKEN%'} > latest.json } catch {Write-Host $_; exit 1}"
+ powershell -nologo -noprofile -command "$currentMaxTls = [Math]::Max([Net.ServicePointManager]::SecurityProtocol.value__,[Net.SecurityProtocolType]::Tls.value__);$newTlsTypes = [enum]::GetValues('Net.SecurityProtocolType') | ?{ $_ -gt $currentMaxTls };ForEach ($newTls in $newTlsTypes) { [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor $newTls };try { Invoke-RestMethod -Uri %UPSTREAMAPIURL%/%REPONAME%/releases/latest -Headers @{'Authorization' = 'token %GITHUBTOKEN%'} > latest.json } catch {exit 1}"
)
IF ERRORLEVEL 1 ( ECHO Failed getting latest %REPONAME% release & EXIT /B 1 )
REM Get tag for latest release