Skip to content

Commit

Permalink
Fixed the path for BitmapSourceExtensio.cs file.
Browse files Browse the repository at this point in the history
  • Loading branch information
emgucv committed Jun 19, 2022
1 parent 8141026 commit 36bd762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emgu.CV.Platform/Emgu.CV.Wpf/Emgu.CV.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\..\emgucv_5.0\Emgu.CV.NativeImage\BitmapSourceExtension.cs" Link="BitmapSourceExtension.cs" />
<Compile Include="..\..\Emgu.CV.NativeImage\BitmapSourceExtension.cs" Link="BitmapSourceExtension.cs" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 36bd762

Please sign in to comment.