diff options
author | sr55 <[email protected]> | 2011-07-16 15:09:30 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-07-16 15:09:30 +0000 |
commit | 7d0c1740460d7221636b657bc6671d62e1c413b6 (patch) | |
tree | af53caccbcdabfc2e8032fb6ccef87a46b22fc09 /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | cdf0fe9271bd5c370e104b9b1c6d6618dca7a543 (diff) |
WinGui: Switch from using the Interop binary lib, to the source version which is now part of the project.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4107 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 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index b88becd39..c84e3d40b 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -53,9 +53,6 @@ <SpecificVersion>False</SpecificVersion>
<HintPath>..\libraries\Growl.CoreLibrary.dll</HintPath>
</Reference>
- <Reference Include="HandBrakeInterop">
- <HintPath>..\libraries\HandBrakeInterop.dll</HintPath>
- </Reference>
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\libraries\Microsoft.WindowsAPICodePack.dll</HintPath>
@@ -183,7 +180,12 @@ </None>
<None Include="Resources\logo64.png" />
</ItemGroup>
- <ItemGroup />
+ <ItemGroup>
+ <ProjectReference Include="..\HandBrake.Interop\HandBrakeInterop\HandBrakeInterop.csproj">
+ <Project>{F0A61F62-2C3B-4A87-AFF4-0C4256253DA1}</Project>
+ <Name>HandBrakeInterop</Name>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(ProgramFiles)\MSBuild\StyleCop\v4.5\StyleCop.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|