summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-01-18 21:05:53 +0000
committersr55 <[email protected]>2011-01-18 21:05:53 +0000
commit4314fb025b97173612c301cf1580d444de3da41b (patch)
tree0c4a5161ef6705d572a3d9382dee1b6bd3359988 /win
parent7d2042e95d823f0cfcc707dd750d2caca6d1c8d3 (diff)
WinGui:
- Quick Hack to fix nightly build git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3755 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-rw-r--r--win/C#/HandBrakeCS.csproj18
-rw-r--r--win/C#/libraries/AxInterop.QTOControlLib.dllbin0 -> 28672 bytes
2 files changed, 3 insertions, 15 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj
index 55e94b62e..a8471102f 100644
--- a/win/C#/HandBrakeCS.csproj
+++ b/win/C#/HandBrakeCS.csproj
@@ -145,6 +145,9 @@
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="AxInterop.QTOControlLib">
+ <HintPath>libraries\AxInterop.QTOControlLib.dll</HintPath>
+ </Reference>
<Reference Include="Growl.Connector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=980c2339411be384, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>libraries\Growl.Connector.dll</HintPath>
@@ -167,17 +170,10 @@
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
- <Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Messaging" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.XML" />
- <Reference Include="UIAutomationProvider, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <RequiredTargetFramework>3.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <RequiredTargetFramework>3.0</RequiredTargetFramework>
- </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Controls\AudioPanel.cs">
@@ -430,14 +426,6 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
- <COMReference Include="AxQTOControlLib">
- <Guid>{7B92F833-027D-402B-BFF9-A67697366F4E}</Guid>
- <VersionMajor>1</VersionMajor>
- <VersionMinor>0</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>aximp</WrapperTool>
- <Isolated>False</Isolated>
- </COMReference>
<COMReference Include="QTOControlLib">
<Guid>{7B92F833-027D-402B-BFF9-A67697366F4E}</Guid>
<VersionMajor>1</VersionMajor>
diff --git a/win/C#/libraries/AxInterop.QTOControlLib.dll b/win/C#/libraries/AxInterop.QTOControlLib.dll
new file mode 100644
index 000000000..74b6e09e6
--- /dev/null
+++ b/win/C#/libraries/AxInterop.QTOControlLib.dll
Binary files differ