diff options
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrake.Interop.csproj')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrake.Interop.csproj | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj index f7e9aa9b6..f279c9123 100644 --- a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj +++ b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj @@ -114,6 +114,8 @@ <Compile Include="Interop\Json\State\TaskState.cs" /> <Compile Include="Interop\Model\Encoding\CombDetect.cs" /> <Compile Include="Interop\Model\Encoding\DeinterlaceFilter.cs" /> + <Compile Include="Interop\Model\Encoding\Denoise.cs" /> + <Compile Include="Interop\Model\Encoding\Detelecine.cs" /> <Compile Include="Interop\Model\Encoding\HBPresetTune.cs" /> <Compile Include="Interop\Model\Encoding\Sharpen.cs" /> <Compile Include="Interop\Model\Preview\RawPreviewData.cs" /> @@ -136,10 +138,6 @@ <Compile Include="Interop\Model\Cropping.cs" /> <Compile Include="Interop\Model\Encoding\Anamorphic.cs" /> <Compile Include="Interop\Model\Encoding\Container.cs" /> - <Compile Include="Interop\Model\Encoding\Decomb.cs" /> - <Compile Include="Interop\Model\Encoding\Deinterlace.cs" /> - <Compile Include="Interop\Model\Encoding\Denoise.cs" /> - <Compile Include="Interop\Model\Encoding\Detelecine.cs" /> <Compile Include="Interop\Model\Encoding\HBAudioEncoder.cs" /> <Compile Include="Interop\Model\Encoding\HBContainer.cs" /> <Compile Include="Interop\Model\Encoding\HBMixdown.cs" /> |