<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.21022</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{087A2BA8-BAC2-4577-A46F-07FF9D420016}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>HandBrake.ApplicationServices</RootNamespace>
    <AssemblyName>HandBrake.ApplicationServices</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <OldToolsVersion>3.5</OldToolsVersion>
    <UpgradeBackupLocation />
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    <PlatformTarget>x86</PlatformTarget>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    <PlatformTarget>x86</PlatformTarget>
    <OutputPath>bin\Release\</OutputPath>
    <Optimize>true</Optimize>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DebugType>pdbonly</DebugType>
    <DebugSymbols>true</DebugSymbols>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    <PlatformTarget>x64</PlatformTarget>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>TRACE;DEBUG</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    <PlatformTarget>x64</PlatformTarget>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <Optimize>true</Optimize>
    <DebugType>pdbonly</DebugType>
    <DebugSymbols>true</DebugSymbols>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Caliburn.Micro, Version=1.3.1.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\libraries\caliburn\Caliburn.Micro.dll</HintPath>
    </Reference>
    <Reference Include="Castle.Core, Version=2.5.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\libraries\caliburn\Castle.Core.dll</HintPath>
    </Reference>
    <Reference Include="Castle.Windsor, Version=2.5.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\libraries\caliburn\Castle.Windsor.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
    <Reference Include="System" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
    <Reference Include="System.Core">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Drawing" />
    <Reference Include="System.Management" />
    <Reference Include="System.Runtime.Serialization" />
    <Reference Include="System.ServiceModel" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xaml" />
    <Reference Include="System.Xml.Linq">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Data.DataSetExtensions">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
    <Reference Include="WindowsBase" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Collections\SerializableDictionary.cs" />
    <Compile Include="Converters\EnumToDescConverter.cs" />
    <Compile Include="EventArgs\QueueCompletedEventArgs.cs" />
    <Compile Include="EventArgs\SettingChangedEventArgs.cs" />
    <Compile Include="Exceptions\GeneralApplicationException.cs" />
    <Compile Include="EventArgs\EncodeCompletedEventArgs.cs" />
    <Compile Include="EventArgs\EncodeProgressEventArgs.cs" />
    <Compile Include="EventArgs\QueueProgressEventArgs.cs" />
    <Compile Include="EventArgs\ScanCompletedEventArgs.cs" />
    <Compile Include="EventArgs\ScanProgressEventArgs.cs" />
    <Compile Include="Extensions\StringExtensions.cs" />
    <Compile Include="Factories\PlistPresetFactory.cs" />
    <Compile Include="Isolation\BackgroundServiceConnector.cs" />
    <Compile Include="Isolation\IsolatedEncodeService.cs" />
    <Compile Include="LibHb\AudioVideoHelpers.cs" />
    <Compile Include="Model\HBConfiguration.cs" />
    <Compile Include="Model\VideoScaler.cs" />
    <Compile Include="Services\Interfaces\IEncodeServiceWrapper.cs" />
    <Compile Include="Services\Interfaces\IHbServiceCallback.cs" />
    <Compile Include="Services\Interfaces\IServerService.cs" />
    <Compile Include="Services\ServerService.cs" />
    <Compile Include="Utilities\Converters.cs" />
    <Compile Include="Utilities\EnumHelper.cs" />
    <Compile Include="Utilities\InteropModelCreator.cs" />
    <Compile Include="Utilities\PList.cs" />
    <Compile Include="Utilities\PlistUtility.cs" />
    <Compile Include="Utilities\SystemInfo.cs" />
    <Compile Include="Utilities\VersionHelper.cs" />
    <Compile Include="Utilities\Win32.cs" />
    <Compile Include="Utilities\Win7.cs" />
    <Compile Include="Model\DriveInformation.cs" />
    <Compile Include="Model\Encoding\AllowedPassthru.cs" />
    <Compile Include="Model\Encoding\AudioTrack.cs" />
    <Compile Include="Model\Encoding\ChapterMarker.cs" />
    <Compile Include="Model\Encoding\FramerateMode.cs" />
    <Compile Include="Model\Encoding\PointToPointMode.cs" />
    <Compile Include="Model\EncodeTask.cs" />
    <Compile Include="Model\Encoding\OutputFormat.cs" />
    <Compile Include="Model\Encoding\SubtitleTrack.cs" />
    <Compile Include="Model\Preset.cs" />
    <Compile Include="Model\PresetPictureSettingsMode.cs" />
    <Compile Include="Model\QueueItemStatus.cs" />
    <Compile Include="Model\QueueTask.cs" />
    <Compile Include="Model\Encoding\SubtitleType.cs" />
    <Compile Include="Parsing\Audio.cs" />
    <Compile Include="Parsing\Chapter.cs" />
    <Compile Include="Parsing\Source.cs" />
    <Compile Include="Parsing\Subtitle.cs" />
    <Compile Include="Parsing\Title.cs" />
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="ServicesWindsorInstaller.cs" />
    <Compile Include="Services\Base\EncodeBase.cs" />
    <Compile Include="Services\Encode.cs" />
    <Compile Include="Services\Interfaces\IEncode.cs" />
    <Compile Include="Services\Interfaces\IQueueProcessor.cs" />
    <Compile Include="Services\Interfaces\IScan.cs" />
    <Compile Include="Services\Interfaces\IPresetService.cs" />
    <Compile Include="Services\LibEncode.cs" />
    <Compile Include="Services\LibScan.cs" />
    <Compile Include="Services\PresetService.cs" />
    <Compile Include="Services\QueueProcessor.cs" />
    <Compile Include="Utilities\AppcastReader.cs" />
    <Compile Include="Utilities\CharCodesUtilities.cs" />
    <Compile Include="Utilities\GeneralUtilities.cs" />
    <Compile Include="Utilities\LanguageUtilities.cs" />
    <Compile Include="Utilities\QueryGeneratorUtility.cs" />
    <Compile Include="Utilities\QueryParserUtility.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Properties\AssemblyInfo.cs.Nightly.tmpl" />
    <None Include="Properties\AssemblyInfo.cs.tmpl" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\logo64.png" />
  </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.*\StyleCop.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.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
  </PropertyGroup>
</Project>