diff options
author | sr55 <[email protected]> | 2013-09-07 16:54:52 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-09-07 16:54:52 +0000 |
commit | 0c5a1f22cce32136e76c471c9dd6716e20c81f91 (patch) | |
tree | 53fe3f7cfafe32c781239da186649ab4c01597e3 /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | fc297e6f21f204621f110b6f156031cf6dc626a4 (diff) |
WinGui: Add System Information to the About Window and Log header.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5775 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 d884131d0..bb85a5071 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -66,6 +66,7 @@ <RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Drawing" />
+ <Reference Include="System.Management" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Windows.Forms" />
|