Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/DVAnalyzer_Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "::set-output name=path::$(dirname $PWD)/ZenLib"
- name: ZenLib cache
id: zenlib-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ steps.zenlib-info.outputs.path }}
key: ${{ runner.os }}-ZenLib-${{ steps.zenlib-info.outputs.hash }}
Expand All @@ -50,7 +50,7 @@ jobs:
echo "::set-output name=path::$(dirname $PWD)/MediaInfoLib"
- name: MediaInfoLib cache
id: mediainfolib-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ steps.mediainfolib-info.outputs.path }}
key: ${{ runner.os }}-MediaInfoLib-${{ steps.mediainfolib-info.outputs.hash }}
Expand Down
18 changes: 0 additions & 18 deletions Project/MSVC2022/AVPS_DV_Analyzer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AVPS_DV_Analyzer_CLI", "CLI
{20E0F8D6-213C-460B-B361-9C725CB375C7} = {20E0F8D6-213C-460B-B361-9C725CB375C7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AVPS_DV_Analyzer_GUI", "GUI\AVPS_DV_Analyzer_GUI.vcxproj", "{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}"
ProjectSection(ProjectDependencies) = postProject
{20E0F8D6-213C-460B-B361-9C725CB375C7} = {20E0F8D6-213C-460B-B361-9C725CB375C7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MediaInfoLib", "..\..\..\MediaInfoLib\Project\MSVC2022\Library\MediaInfoLib.vcxproj", "{20E0F8D6-213C-460B-B361-9C725CB375C7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZenLib", "..\..\..\ZenLib\Project\MSVC2022\Library\ZenLib.vcxproj", "{0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}"
Expand Down Expand Up @@ -46,19 +41,6 @@ Global
{8A1AE679-131A-493C-86CA-91179B0955A4}.ReleaseA|Win32.ActiveCfg = Release|x64
{8A1AE679-131A-493C-86CA-91179B0955A4}.ReleaseA|x64.ActiveCfg = Release|x64
{8A1AE679-131A-493C-86CA-91179B0955A4}.ReleaseA|x64.Build.0 = Release|x64
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Debug|Win32.ActiveCfg = Debug|Win32
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Debug|Win32.Build.0 = Debug|Win32
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Debug|x64.ActiveCfg = Debug|Win32
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.DebugA|Win32.ActiveCfg = Debug|x64
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.DebugA|x64.ActiveCfg = Debug|x64
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.DebugA|x64.Build.0 = Debug|x64
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Release|Win32.ActiveCfg = Release|Win32
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Release|Win32.Build.0 = Release|Win32
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Release|x64.ActiveCfg = Release|x64
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Release|x64.Build.0 = Release|x64
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.ReleaseA|Win32.ActiveCfg = Release|x64
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.ReleaseA|x64.ActiveCfg = Release|x64
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.ReleaseA|x64.Build.0 = Release|x64
{20E0F8D6-213C-460B-B361-9C725CB375C7}.Debug|Win32.ActiveCfg = Debug|Win32
{20E0F8D6-213C-460B-B361-9C725CB375C7}.Debug|Win32.Build.0 = Debug|Win32
{20E0F8D6-213C-460B-B361-9C725CB375C7}.Debug|x64.ActiveCfg = Debug|x64
Expand Down
13 changes: 8 additions & 5 deletions Project/MSVC2022/CLI/AVPS_DV_Analyzer_CLI.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<ProjectGuid>{8A1AE679-131A-493C-86CA-91179B0955A4}</ProjectGuid>
<RootNamespace>MediaInfo</RootNamespace>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
Expand Down Expand Up @@ -99,7 +98,6 @@
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>MediaInfo-Static.lib;ZenLib.lib;zlibstat.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>$(OutDir)dvanalyzer.exe</OutputFile>
<AdditionalLibraryDirectories>..\..\..\..\MediaInfoLib\Project\MSVC2022\Library\$(Platform)\$(Configuration);..\..\..\..\ZenLib\Project\MSVC2022\Library\$(Platform)\$(Configuration);..\..\..\..\zlib\contrib\vstudio\vc17\x86\ZlibStat$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
Expand All @@ -124,7 +122,6 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>MediaInfo-Static.lib;ZenLib.lib;zlibstat.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>$(OutDir)dvanalyzer.exe</OutputFile>
<AdditionalLibraryDirectories>..\..\..\..\MediaInfoLib\Project\MSVC2022\Library\$(Platform)\$(Configuration);..\..\..\..\ZenLib\Project\MSVC2022\Library\$(Platform)\$(Configuration);..\..\..\..\zlib\contrib\vstudio\vc17\x64\ZlibStat$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
Expand All @@ -142,7 +139,6 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>MediaInfo-Static.lib;ZenLib.lib;zlibstat.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>$(OutDir)dvanalyzer.exe</OutputFile>
<AdditionalLibraryDirectories>..\..\..\..\MediaInfoLib\Project\MSVC2022\Library\$(Platform)\$(Configuration);..\..\..\..\ZenLib\Project\MSVC2022\Library\$(Platform)\$(Configuration);..\..\..\..\zlib\contrib\vstudio\vc17\x86\ZlibStat$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<SubSystem>Console</SubSystem>
Expand All @@ -165,7 +161,6 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>MediaInfo-Static.lib;ZenLib.lib;zlibstat.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>$(OutDir)dvanalyzer.exe</OutputFile>
<AdditionalLibraryDirectories>..\..\..\..\MediaInfoLib\Project\MSVC2022\Library\$(Platform)\$(Configuration);..\..\..\..\ZenLib\Project\MSVC2022\Library\$(Platform)\$(Configuration);..\..\..\..\zlib\contrib\vstudio\vc17\x64\ZlibStat$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<SubSystem>Console</SubSystem>
Expand Down Expand Up @@ -194,6 +189,14 @@
<ItemGroup>
<ResourceCompile Include="AVPS_DV_Analyzer_CLI.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\MediaInfoLib\Project\MSVC2022\Library\MediaInfoLib.vcxproj">
<Project>{20e0f8d6-213c-460b-b361-9c725cb375c7}</Project>
</ProjectReference>
<ProjectReference Include="..\..\..\..\ZenLib\Project\MSVC2022\Library\ZenLib.vcxproj">
<Project>{0da1da7d-f393-4e7c-a7ce-cb5c6a67bc94}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
34 changes: 0 additions & 34 deletions Project/MSVC2022/GUI/AVPS_DV_Analyzer_GUI.rc

This file was deleted.

Loading
Loading