diff options
author | sr55 <[email protected]> | 2007-11-13 17:44:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-11-13 17:44:33 +0000 |
commit | addd8819bde47cfa732e33333e989e41f9206a1d (patch) | |
tree | 0e86d580d233808a50830eaaac9305d265f05142 /win/C#/HandBrakeCS.csproj | |
parent | 089f31b2c2e04c0dcbad5a4763d34d3c98c3241a (diff) |
WinGui:
- User default settings now uses the new Preset Parser function. This cuts down on a significant amount of code.
- Added system resolution to the resolution checker message box. For future debugging.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1056 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 1b55daa15..a9c549b9b 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -197,6 +197,32 @@ <None Include="Resources\Delete.png" />
<None Include="Resources\Burn.png" />
</ItemGroup>
+ <ItemGroup>
+ <COMReference Include="AxMSComctlLib">
+ <Guid>{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}</Guid>
+ <VersionMajor>2</VersionMajor>
+ <VersionMinor>0</VersionMinor>
+ <Lcid>0</Lcid>
+ <WrapperTool>aximp</WrapperTool>
+ <Isolated>False</Isolated>
+ </COMReference>
+ <COMReference Include="MSComctlLib">
+ <Guid>{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}</Guid>
+ <VersionMajor>2</VersionMajor>
+ <VersionMinor>0</VersionMinor>
+ <Lcid>0</Lcid>
+ <WrapperTool>primary</WrapperTool>
+ <Isolated>False</Isolated>
+ </COMReference>
+ <COMReference Include="stdole">
+ <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
+ <VersionMajor>2</VersionMajor>
+ <VersionMinor>0</VersionMinor>
+ <Lcid>0</Lcid>
+ <WrapperTool>primary</WrapperTool>
+ <Isolated>False</Isolated>
+ </COMReference>
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
|