diff options
author | sr55 <[email protected]> | 2015-01-09 21:27:44 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-01-09 21:27:44 +0000 |
commit | a3ca78eaaa23f9559e8e9e9798e3aea8dc2fe0fa (patch) | |
tree | c8cd479eeef10e7ba7359ea60c0f2006ae31a6b2 /win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj | |
parent | 2dc567b1f18fd8ed09f21df0a8c3e3a3bd1499ea (diff) |
WinGui: Moving the Interop Converts to the Top level as well since it's considered the core api of this library.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6707 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj index da3060766..6df1d6a36 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj @@ -152,7 +152,7 @@ </ItemGroup>
<ItemGroup>
<Compile Include="Attributes\ShortName.cs" />
- <Compile Include="Converters\Converters.cs" />
+ <Compile Include="HandBrakeUnitConversionHelpers.cs" />
<Compile Include="EventArgs\EncodeCompletedEventArgs.cs" />
<Compile Include="EventArgs\EncodeProgressEventArgs.cs" />
<Compile Include="HandBrakeUtils.cs" />
|