OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 4 Jun 2010 20:46:45 +0000 (20:46 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 4 Jun 2010 20:46:45 +0000 (20:46 +0000)
commit63717940fd2c5d3896c969475d8518b5b528bf1a
treec8014c5c49da6a5f2f76d0e58fd0b7616d39609b
parent4e94abeb70372de250fd119f2ab344d91c0a2a8c
WinGui:
#interop
- Integrated Stylecop into the 2008 solution
- Added file headers

git-svn-id: svn://localhost/HandBrake/trunk@3354 b64f7644-9d1e-0410-96f1-a4d463321fa5
38 files changed:
win/C#/interop/DisplayStringAttribute.cs
win/C#/interop/EncodeProgressEventArgs.cs
win/C#/interop/HandBrakeInstance.cs
win/C#/interop/HandBrakeInterop.csproj
win/C#/interop/HbLib.cs
win/C#/interop/InteropUtilities.cs
win/C#/interop/Language.cs
win/C#/interop/LanguageCodes.cs
win/C#/interop/MessageLoggedEventArgs.cs
win/C#/interop/Model/Cropping.cs
win/C#/interop/Model/EncodeJob.cs
win/C#/interop/Model/Encoding/Anamorphic.cs
win/C#/interop/Model/Encoding/AudioEncoder.cs
win/C#/interop/Model/Encoding/AudioEncoding.cs
win/C#/interop/Model/Encoding/Decomb.cs
win/C#/interop/Model/Encoding/Deinterlace.cs
win/C#/interop/Model/Encoding/Denoise.cs
win/C#/interop/Model/Encoding/Detelecine.cs
win/C#/interop/Model/Encoding/EncodingProfile.cs
win/C#/interop/Model/Encoding/Mixdown.cs
win/C#/interop/Model/Encoding/OutputExtension.cs
win/C#/interop/Model/Encoding/OutputFormat.cs
win/C#/interop/Model/Encoding/VideoEncodeRateType.cs
win/C#/interop/Model/Encoding/VideoEncoder.cs
win/C#/interop/Model/Size.cs
win/C#/interop/Model/SourceSubtitle.cs
win/C#/interop/Model/SourceType.cs
win/C#/interop/Model/SrtSubtitle.cs
win/C#/interop/Model/Subtitles.cs
win/C#/interop/NativeList.cs
win/C#/interop/Properties/AssemblyInfo.cs
win/C#/interop/ScanProgressEventArgs.cs
win/C#/interop/Settings.StyleCop [new file with mode: 0644]
win/C#/interop/SourceData/AudioTrack.cs
win/C#/interop/SourceData/Chapter.cs
win/C#/interop/SourceData/Subtitle.cs
win/C#/interop/SourceData/SubtitleType.cs
win/C#/interop/SourceData/Title.cs