OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 16 Jan 2011 19:50:00 +0000 (19:50 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 16 Jan 2011 19:50:00 +0000 (19:50 +0000)
commit3166f4bf518b12ef658ce4a249f9a265b16693bd
treecb78de27a05345b78de8d920e7d0639e94d44b88
parentab40ba698be9106689b050096202c608d1a7373c
WinGui:
- Switch to .NET 4 Client Profile (Far smaller download size than the full profile .NET 3.5 installer that is currently required if the user does not have .Net installed)
- Import HandBrakeInterop library (by RandomEngy)
- Added experimental LibScan:IScan service to use libhb for scanning via the interop library. This is automatically used if hb.dll is detected in HandBrake's folder, otherwise HandBrakeCLI is used for the scan.

git-svn-id: svn://localhost/HandBrake/trunk@3752 b64f7644-9d1e-0410-96f1-a4d463321fa5
16 files changed:
win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
win/C#/HandBrake.ApplicationServices/Parsing/AudioTrack.cs
win/C#/HandBrake.ApplicationServices/Parsing/Chapter.cs
win/C#/HandBrake.ApplicationServices/Parsing/DVD.cs
win/C#/HandBrake.ApplicationServices/Parsing/Subtitle.cs
win/C#/HandBrake.ApplicationServices/Services/LibScan.cs [new file with mode: 0644]
win/C#/HandBrake.ApplicationServices/app.config
win/C#/HandBrake.Framework/HandBrake.Framework.csproj
win/C#/HandBrake10.sln
win/C#/HandBrakeCS.csproj
win/C#/Installer/Installer.nsi
win/C#/Installer/MakeNightly.nsi.tmpl
win/C#/app.config
win/C#/frmMain.cs
win/C#/libraries/HandBrakeInterop.dll [new file with mode: 0644]
win/C#/libraries/Source/HandBrakeInteropSource.zip [new file with mode: 0644]