Temporarily disabled FFMPeg to allow compile Release in OFFICE

This commit is contained in:
Marco Giuntoni
2024-12-18 16:31:07 +01:00
parent 87b7ef4fdf
commit c6c46775c4
5 changed files with 16 additions and 7 deletions
+4 -1
View File
@@ -4,9 +4,12 @@
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup>
<ActiveDebugProfile>DEV_HOME</ActiveDebugProfile>
<ActiveDebugProfile>DEV_UFF</ActiveDebugProfile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWDbg|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>