]> granicus.if.org Git - handbrake/commit
WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName as it...
authorsr55 <sr55.hb@outlook.com>
Fri, 17 Mar 2017 22:33:48 +0000 (22:33 +0000)
committersr55 <sr55.hb@outlook.com>
Fri, 17 Mar 2017 22:33:48 +0000 (22:33 +0000)
commitefabefce58e323bc453aa7f7e65004d8880f9efa
tree79505319e9a1b46f6ef77dfc4290364525668a6c
parent6c6570a326e12edb04498b3272b916eb8d431319
WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName as it's not currently compatible with .NET standard.
22 files changed:
win/CS/HandBrake.ApplicationServices/Attributes/DisplayName.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Anamorphic.cs
win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Container.cs
win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/VideoEncoder.cs
win/CS/HandBrake.ApplicationServices/Model/VideoScaler.cs
win/CS/HandBrakeWPF/Converters/EnumToDescConverter.cs [deleted file]
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourModes.cs
win/CS/HandBrakeWPF/Model/Audio/AudioTrackDefaultsMode.cs
win/CS/HandBrakeWPF/Model/OptionsTab.cs
win/CS/HandBrakeWPF/Model/Picture/PresetPictureSettingsMode.cs
win/CS/HandBrakeWPF/Model/Subtitles/SubtitleBehaviourModes.cs
win/CS/HandBrakeWPF/Model/Subtitles/SubtitleBurnInBehaviourModes.cs
win/CS/HandBrakeWPF/Services/Encode/Model/Models/AudioEncoder.cs
win/CS/HandBrakeWPF/Services/Encode/Model/Models/AudioEncoderRateType.cs
win/CS/HandBrakeWPF/Services/Encode/Model/Models/DenoisePreset.cs
win/CS/HandBrakeWPF/Services/Encode/Model/Models/DenoiseTune.cs
win/CS/HandBrakeWPF/Services/Encode/Model/Models/OutputFormat.cs
win/CS/HandBrakeWPF/Services/Encode/Model/Models/PointToPointMode.cs
win/CS/HandBrakeWPF/Services/Queue/Model/QueueItemStatus.cs
win/CS/HandBrakeWPF/Utilities/EnumHelper.cs