diff options
author | sr55 <[email protected]> | 2012-01-07 18:55:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-01-07 18:55:26 +0000 |
commit | 2fcd31e9ef0795d6d3a0c0201ba2e7650d0c4909 (patch) | |
tree | 4b39dcee89139608bd3a01a9fffe803fd3bf5dfd /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 10537c3510c8c492e420a2b6c7b628584aaa5d8d (diff) |
WinGui: Control over automatic passthru options on the Audio Panel.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4401 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index a4b34ba80..2cb6ab738 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -102,6 +102,7 @@ <Compile Include="Functions\Win32.cs" />
<Compile Include="Functions\Win7.cs" />
<Compile Include="Model\DriveInformation.cs" />
+ <Compile Include="Model\Encoding\AllowedPassthru.cs" />
<Compile Include="Model\Encoding\AudioTrack.cs" />
<Compile Include="Model\Encoding\ChapterMarker.cs" />
<Compile Include="Model\Encoding\FramerateMode.cs" />
|