diff options
author | sr55 <[email protected]> | 2018-06-10 13:38:13 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-06-10 13:38:13 +0100 |
commit | f40358afcf1cd4f3aa3301389b86db191c5cee2e (patch) | |
tree | bd9fd76520e843f12f8fad7f5bf146bb9a7b69ae /win/CS/HandBrake.Interop/HandBrake.Interop.csproj | |
parent | 4a6a1bf9702977b1ea89a516c02bef64fb1b6e98 (diff) |
WinGui: Split out the encode portion of IHandBrakeInstance into IEncodeInstance. API remains compatible.
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrake.Interop.csproj')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrake.Interop.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj index 815a94be0..f7e9aa9b6 100644 --- a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj +++ b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj @@ -80,6 +80,7 @@ <Compile Include="Interop\Helpers\InteropUtilities.cs" /> <Compile Include="Interop\Helpers\NativeList.cs" /> <Compile Include="Interop\Helpers\Utilities.cs" /> + <Compile Include="Interop\Interfaces\IEncodeInstance.cs" /> <Compile Include="Interop\Interfaces\IHandBrakeInstance.cs" /> <Compile Include="Interop\Json\Anamorphic\AnamorphicGeometry.cs" /> <Compile Include="Interop\Json\Anamorphic\DestSettings.cs" /> |