diff options
author | sr55 <[email protected]> | 2017-01-29 17:33:59 +0000 |
---|---|---|
committer | Scott <[email protected]> | 2017-02-03 20:39:34 +0000 |
commit | 9ee042d26eff9aa0a78bea0fd40921cad21e465e (patch) | |
tree | 6fc6031c3ea0a21f7822a646a37151a42fb57c22 /win | |
parent | 9b5a0b2c178b10267e05c7922ae80fd2abd14c49 (diff) |
WinGui: Remove further unneeded references from HandBrake.ApplicationServices
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 0fd5b5260..3a16164e9 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -62,16 +62,9 @@ <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.Xaml" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
- <Reference Include="System.Data.DataSetExtensions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
|