diff options
author | sr55 <[email protected]> | 2012-08-27 18:35:56 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-08-27 18:35:56 +0000 |
commit | 60bf93c65e36a456e35eb7556a59acca281a282e (patch) | |
tree | fdd6190315a0bd8343e9759e480bf57d761f3803 /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | 0fa931ae3ea9d197fb305b0f49fae4a9b36c0c70 (diff) |
WinGui: Strip out the last traces of MEF since it's not going to be used.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4920 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index d3682caeb..f6bb499b0 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -92,7 +92,6 @@ </Reference>
<Reference Include="PresentationFramework" />
<Reference Include="System" />
- <Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Drawing" />
<Reference Include="System.Management" />
<Reference Include="System.Runtime.Serialization" />
@@ -169,7 +168,6 @@ <Compile Include="Services\Interfaces\IUpdateVersionService.cs" />
<Compile Include="Services\UpdateVersionService.cs" />
<Compile Include="Startup\CastleBootstrapper.cs" />
- <Compile Include="Startup\MefBootstrapper.cs" />
<Compile Include="UserSettingConstants.cs" />
<Compile Include="ViewModels\AboutViewModel.cs" />
<Compile Include="ViewModels\AddPresetViewModel.cs" />
|