diff options
author | sr55 <[email protected]> | 2011-07-16 15:20:49 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-07-16 15:20:49 +0000 |
commit | a3ceaf6979ff137b3e71ebaeee3a52942aeac3fa (patch) | |
tree | 71aea12c217d4013cbe03a30d8330290d84c0d2f /win/CS/HandBrakeCS.csproj | |
parent | 7115956c6beb4f62cd8718a39bb4206ff726d890 (diff) |
WinGui: Starting to remove model objects from the Application Services module that are duplicated in the Interop Library
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4109 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeCS.csproj')
-rw-r--r-- | win/CS/HandBrakeCS.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win/CS/HandBrakeCS.csproj b/win/CS/HandBrakeCS.csproj index ca931e2c4..34536d7d6 100644 --- a/win/CS/HandBrakeCS.csproj +++ b/win/CS/HandBrakeCS.csproj @@ -483,6 +483,10 @@ <Project>{087A2BA8-BAC2-4577-A46F-07FF9D420016}</Project>
<Name>HandBrake.ApplicationServices</Name>
</ProjectReference>
+ <ProjectReference Include="HandBrake.Interop\HandBrakeInterop\HandBrakeInterop.csproj">
+ <Project>{F0A61F62-2C3B-4A87-AFF4-0C4256253DA1}</Project>
+ <Name>HandBrakeInterop</Name>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|