diff options
author | sr55 <[email protected]> | 2010-01-31 14:41:28 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-01-31 14:41:28 +0000 |
commit | be003a6b6f94b5302243021e56670ea1f80c5547 (patch) | |
tree | 7da3f09403a93359a09fb21a89a734e21e9d00e8 /win/C#/HandBrakeCS.csproj | |
parent | aa24522a3739ba995cb0890004e448c4d741b292 (diff) |
WinGui:
- Missed a file in the last checkin
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3093 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 46b392680..9ed70f38c 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -225,6 +225,7 @@ <Compile Include="Model\AudioTrack.cs" />
<Compile Include="Model\DriveInformation.cs" />
<Compile Include="Model\SourceType.cs" />
+ <Compile Include="Model\Subtitle.cs" />
<Compile Include="Presets\PlistPresetHandler.cs" />
<Compile Include="Presets\Preset.cs" />
<Compile Include="Presets\PresetsHandler.cs" />
|