diff options
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj | 50 |
1 files changed, 28 insertions, 22 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj index d877ac1bf..62b901df8 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj @@ -142,29 +142,35 @@ <Compile Include="Language.cs" />
<Compile Include="LanguageCodes.cs" />
<Compile Include="MarshalingConstants.cs" />
- <Compile Include="MessageLoggedEventArgs.cs" />
- <Compile Include="Model\Cropping.cs" />
- <Compile Include="Model\EncodeJob.cs" />
- <Compile Include="Model\Encoding\Anamorphic.cs" />
- <Compile Include="Model\Encoding\AudioEncoder.cs" />
- <Compile Include="Model\Encoding\AudioEncoding.cs" />
- <Compile Include="Model\Encoding\Decomb.cs" />
+ <Compile Include="MessageLoggedEventArgs.cs" /> + <Compile Include="Model\Cropping.cs" /> + <Compile Include="Model\EncodeJob.cs" /> + <Compile Include="Model\Encoders.cs" /> + <Compile Include="Model\Encoding\Anamorphic.cs" /> + <Compile Include="Model\Encoding\AudioEncodeRateType.cs" /> + <Compile Include="Model\Encoding\HBAudioEncoder.cs" /> + <Compile Include="Model\Encoding\AudioEncoder.cs" /> + <Compile Include="Model\Encoding\AudioEncoding.cs" /> + <Compile Include="Model\Encoding\Decomb.cs" /> <Compile Include="Model\Encoding\Deinterlace.cs" />
- <Compile Include="Model\Encoding\Denoise.cs" />
- <Compile Include="Model\Encoding\Detelecine.cs" />
- <Compile Include="Model\Encoding\EncodingProfile.cs" />
- <Compile Include="Model\Encoding\Mixdown.cs" />
- <Compile Include="Model\Encoding\OutputExtension.cs" />
- <Compile Include="Model\Encoding\OutputFormat.cs" />
- <Compile Include="Model\Encoding\VideoEncoder.cs" />
- <Compile Include="Model\Encoding\VideoEncodeRateType.cs" />
- <Compile Include="Model\Encoding\x264\x264Preset.cs" />
- <Compile Include="Model\Encoding\x264\x264Profile.cs" />
- <Compile Include="Model\Encoding\x264\x264Tune.cs" />
- <Compile Include="Model\Limits.cs" />
- <Compile Include="Model\Size.cs" />
- <Compile Include="Model\SourceSubtitle.cs" />
- <Compile Include="Model\SourceType.cs" />
+ <Compile Include="Model\Encoding\Denoise.cs" /> + <Compile Include="Model\Encoding\Detelecine.cs" /> + <Compile Include="Model\Encoding\EncodingProfile.cs" /> + <Compile Include="Model\Encoding\HBMixdown.cs" /> + <Compile Include="Model\Encoding\HBVideoEncoder.cs" /> + <Compile Include="Model\Encoding\Mixdown.cs" /> + <Compile Include="Model\Encoding\OutputExtension.cs" /> + <Compile Include="Model\Encoding\Container.cs" /> + <Compile Include="Model\Encoding\VideoEncoder.cs" /> + <Compile Include="Model\Encoding\VideoEncodeRateType.cs" /> + <Compile Include="Model\Encoding\x264\x264Preset.cs" /> + <Compile Include="Model\Encoding\x264\x264Profile.cs" /> + <Compile Include="Model\Encoding\x264\x264Tune.cs" /> + <Compile Include="Model\BitrateLimits.cs" /> + <Compile Include="Model\RangeLimits.cs" /> + <Compile Include="Model\Size.cs" /> + <Compile Include="Model\SourceSubtitle.cs" /> + <Compile Include="Model\SourceType.cs" /> <Compile Include="Model\SrtSubtitle.cs" />
<Compile Include="Model\Subtitles.cs" />
<Compile Include="Model\VideoRangeType.cs" />
|