diff options
author | sr55 <[email protected]> | 2009-06-12 19:35:23 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-06-12 19:35:23 +0000 |
commit | c9987f3bb7a178159687e53edc88bc55ccb5cfd3 (patch) | |
tree | 1aee9e5161f8cf9d0480ac946e8ce34b06c0657a /win/C#/HandBrakeCS.csproj | |
parent | cf35c076ee44d65de63ff83cbda910be2c7a6232 (diff) |
WinGui:
- Added support for the new subtitle information in the log format. Will deal with the new GUI elements later.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2525 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 8e294d90d..d0082e299 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -142,6 +142,12 @@ <Compile Include="Controls\PictureSettings.Designer.cs">
<DependentUpon>PictureSettings.cs</DependentUpon>
</Compile>
+ <Compile Include="Controls\Subtitles.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="Controls\Subtitles.Designer.cs">
+ <DependentUpon>Subtitles.cs</DependentUpon>
+ </Compile>
<Compile Include="Controls\x264Panel.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -251,6 +257,10 @@ <DependentUpon>PictureSettings.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
+ <EmbeddedResource Include="Controls\Subtitles.resx">
+ <DependentUpon>Subtitles.cs</DependentUpon>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
<EmbeddedResource Include="Controls\x264Panel.resx">
<DependentUpon>x264Panel.cs</DependentUpon>
<SubType>Designer</SubType>
|