Start up procedures
Some checks failed
CI / React UI Build (push) Successful in 10s
CI / Native Windows Build And Tests (push) Failing after 19s
CI / Windows Release Package (push) Has been skipped

This commit is contained in:
2026-05-06 11:56:02 +10:00
parent 515f58b848
commit a58f8aaf43
7 changed files with 196 additions and 179 deletions

View File

@@ -207,6 +207,7 @@
</ClCompile>
<ClCompile Include="gl\VideoFrameTransfer.cpp" />
<ClCompile Include="DeckLinkAPI_i.c" />
<ClCompile Include="control\RuntimeServices.cpp" />
<ClCompile Include="decklink\DeckLinkSession.cpp" />
</ItemGroup>
<ItemGroup>
@@ -221,6 +222,7 @@
<ClInclude Include="stdafx.h" />
<ClInclude Include="targetver.h" />
<ClInclude Include="gl\VideoFrameTransfer.h" />
<ClInclude Include="control\RuntimeServices.h" />
<ClInclude Include="decklink\DeckLinkSession.h" />
</ItemGroup>
<ItemGroup>