Skip to content

Commit

Permalink
Include missing build files in VS project file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasf committed Dec 2, 2024
1 parent 8b320d1 commit 7a1984f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/FFmpegInteropX.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@
<None Include="..\Build\InstallTools.ps1" />
<None Include="..\Build\Repack-NuGet.ps1" />
<None Include="..\Build\Start-DevShell.ps1" />
<None Include="..\Directory.Build.props" />
<None Include="..\LICENSE" />
<None Include="..\README-BUILD.md" />
<None Include="..\README.md" />
Expand Down
6 changes: 6 additions & 0 deletions Source/FFmpegInteropX.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@
<None Include="..\Build-OverallPackage.ps1">
<Filter>Build</Filter>
</None>
<None Include="..\Directory.Build.props">
<Filter>Build</Filter>
</None>
<None Include="..\Build-VideoEffects.ps1">
<Filter>Build</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ClInclude Include="CodecChecker.h" />
Expand Down

0 comments on commit 7a1984f

Please sign in to comment.