diff options
author | sr55 <[email protected]> | 2011-01-22 18:02:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-01-22 18:02:19 +0000 |
commit | afcbfbd96a5536171ea640a67f6c14c907744894 (patch) | |
tree | 76215eeda5e80b5cbdc84f21ec8df7d1d2cedd67 /win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | c3940c57f907e79b07f575ba6105deefd517bab2 (diff) |
WinGui:
- Refactored some more code out of the UI project into the Services Project.
- Added support for showing bluray drives to the "Source" dropdown menu
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3764 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 12b5bc624..57c3ca4ce 100644 --- a/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -89,13 +89,12 @@ <Compile Include="EventArgs\ScanProgressEventArgs.cs" />
<Compile Include="Functions\Converters.cs" />
<Compile Include="Functions\EnumHelper.cs" />
- <Compile Include="Functions\Logging.cs" />
<Compile Include="Functions\GrowlCommunicator.cs" />
- <Compile Include="Functions\Main.cs" />
<Compile Include="Functions\System.cs" />
<Compile Include="Functions\Win32.cs" />
<Compile Include="Functions\Win7.cs" />
<Compile Include="Init.cs" />
+ <Compile Include="Model\DriveInformation.cs" />
<Compile Include="Model\Encoding\AudioTrack.cs" />
<Compile Include="Model\Encoding\Anamorphic.cs" />
<Compile Include="Model\Encoding\AudioEncoder.cs" />
@@ -110,7 +109,7 @@ <Compile Include="Model\Encoding\OutputFormat.cs" />
<Compile Include="Model\Encoding\SubtitleTrack.cs" />
<Compile Include="Model\Encoding\VideoEncoder.cs" />
- <Compile Include="Model\Encoding\VideoEncodeRateType.cs" />
+ <Compile Include="Model\Encoding\VideoEncodeMode.cs" />
<Compile Include="Model\QueueTask.cs" />
<Compile Include="Model\Encoding\SubtitleType.cs" />
<Compile Include="Parsing\AudioTrack.cs" />
@@ -133,7 +132,8 @@ <Compile Include="Services\LibScan.cs" />
<Compile Include="Services\QueueManager.cs" />
<Compile Include="Services\QueueProcessor.cs" />
- <Compile Include="Services\Scan.cs" />
+ <Compile Include="Services\ScanService.cs" />
+ <Compile Include="Services\UtilityService.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
|