diff options
author | sr55 <[email protected]> | 2008-08-09 18:59:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-08-09 18:59:33 +0000 |
commit | 4be456c1c6b177a1774a8c998d3ac39c94292057 (patch) | |
tree | cf3a70f260d81ea9494d6a35b780499a9187b085 /win/C#/HandBrakeCS.csproj | |
parent | e5bfe9599b4f572c43f8508199f2731e58edec5c (diff) |
WinGui:
- Added Memory and screen bounds to the activity log.
- Removed some x264 code from frmMain. The x264 widgets are now populated from the designer file.
- Removed some duplicate code from x264Panel.cs
- Added the macgui's animate function to x264Panel.cs
- Setup the Audio panel to default the sample rate to audio on audio track change.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1621 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 33bddfefa..7d15c73dc 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -140,6 +140,7 @@ <Compile Include="frmUpdater.Designer.cs">
<DependentUpon>frmUpdater.cs</DependentUpon>
</Compile>
+ <Compile Include="Functions\SystemInfo.cs" />
<Compile Include="Functions\Common.cs" />
<Compile Include="Functions\Presets.cs" />
<Compile Include="Functions\Queue.cs" />
|