diff options
author | sr55 <[email protected]> | 2015-02-28 20:10:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-02-28 20:10:51 +0000 |
commit | 649ff74c60c7d04d53e70bb2826327d1aae96be3 (patch) | |
tree | 51e3df9be5962cb52a6398751074e07f8b8d4a46 /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | 45f6af479741991c494808514c12752cec34c6ce (diff) |
WinGui: Moving the Interop Code into the services library. This will allow some modelling simplifications.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6949 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 0e5efa7fd..74cdd73f5 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -531,10 +531,6 @@ <Project>{087A2BA8-BAC2-4577-A46F-07FF9D420016}</Project>
<Name>HandBrake.ApplicationServices</Name>
</ProjectReference>
- <ProjectReference Include="..\HandBrake.Interop\HandBrakeInterop\HandBrake.Interop.csproj">
- <Project>{F0A61F62-2C3B-4A87-AFF4-0C4256253DA1}</Project>
- <Name>HandBrake.Interop</Name>
- </ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="Views\Images\Advanced.png" />
|