Skip to content

Commit

Permalink
project: Fix manifest collision.
Browse files Browse the repository at this point in the history
Fixes #107
  • Loading branch information
Sibras committed Jun 15, 2024
1 parent 992b2cb commit 68140dc
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
8 changes: 8 additions & 0 deletions SMP/ffmpeg.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<TargetName>ffmpegd</TargetName>
Expand All @@ -187,6 +188,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
<TargetName>ffmpegd</TargetName>
Expand All @@ -195,6 +197,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
<TargetName>ffmpegd</TargetName>
Expand All @@ -203,6 +206,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<TargetName>ffmpeg</TargetName>
Expand All @@ -211,6 +215,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<TargetName>ffmpeg</TargetName>
Expand All @@ -219,6 +224,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
<TargetName>ffmpeg</TargetName>
Expand All @@ -227,6 +233,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
<TargetName>ffmpeg</TargetName>
Expand All @@ -235,6 +242,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down
8 changes: 8 additions & 0 deletions SMP/ffplay.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<TargetName>ffplayd</TargetName>
Expand All @@ -176,6 +177,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
<TargetName>ffplayd</TargetName>
Expand All @@ -184,6 +186,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
<TargetName>ffplayd</TargetName>
Expand All @@ -192,6 +195,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<TargetName>ffplay</TargetName>
Expand All @@ -200,6 +204,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<TargetName>ffplay</TargetName>
Expand All @@ -208,6 +213,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
<TargetName>ffplay</TargetName>
Expand All @@ -216,6 +222,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
<TargetName>ffplay</TargetName>
Expand All @@ -224,6 +231,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down
8 changes: 8 additions & 0 deletions SMP/ffprobe.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<TargetName>ffprobed</TargetName>
Expand All @@ -175,6 +176,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
<TargetName>ffprobed</TargetName>
Expand All @@ -183,6 +185,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
<TargetName>ffprobed</TargetName>
Expand All @@ -191,6 +194,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<TargetName>ffprobe</TargetName>
Expand All @@ -199,6 +203,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<TargetName>ffprobe</TargetName>
Expand All @@ -207,6 +212,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
<TargetName>ffprobe</TargetName>
Expand All @@ -215,6 +221,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
<TargetName>ffprobe</TargetName>
Expand All @@ -223,6 +230,7 @@
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetFileName)</LocalDebuggerCommand>
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
<EmbedManifest>false</EmbedManifest>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down
2 changes: 1 addition & 1 deletion SMP/project_get_dependencies.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68140dc

Please sign in to comment.