2013-02-21 01:33:05 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>MediaBrowser.Common</RootNamespace>
|
|
|
|
|
<AssemblyName>MediaBrowser.Common</AssemblyName>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
2013-09-24 21:06:21 +00:00
|
|
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
2013-12-11 19:54:33 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2013-02-21 01:33:05 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2013-12-11 19:54:33 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2013-02-21 01:33:05 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2014-11-05 19:28:41 +00:00
|
|
|
|
<DebugType>none</DebugType>
|
2013-02-21 01:33:05 +00:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2013-12-11 19:54:33 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
|
2014-11-05 19:28:41 +00:00
|
|
|
|
<DebugType>none</DebugType>
|
2013-12-11 19:54:33 +00:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release Mono\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2013-02-21 01:33:05 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2013-12-05 16:50:21 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2013-02-21 01:33:05 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-02-22 07:17:50 +00:00
|
|
|
|
<Compile Include="..\SharedVersion.cs">
|
|
|
|
|
<Link>Properties\SharedVersion.cs</Link>
|
|
|
|
|
</Compile>
|
2014-06-29 17:35:05 +00:00
|
|
|
|
<Compile Include="Configuration\ConfigurationUpdateEventArgs.cs" />
|
2013-03-04 05:43:06 +00:00
|
|
|
|
<Compile Include="Configuration\IConfigurationManager.cs" />
|
2014-06-29 17:35:05 +00:00
|
|
|
|
<Compile Include="Configuration\IConfigurationFactory.cs" />
|
2013-02-21 01:33:05 +00:00
|
|
|
|
<Compile Include="Events\EventHelper.cs" />
|
|
|
|
|
<Compile Include="Extensions\BaseExtensions.cs" />
|
|
|
|
|
<Compile Include="Extensions\ResourceNotFoundException.cs" />
|
2014-05-08 21:23:24 +00:00
|
|
|
|
<Compile Include="IDependencyContainer.cs" />
|
2013-02-21 01:33:05 +00:00
|
|
|
|
<Compile Include="IO\ProgressStream.cs" />
|
|
|
|
|
<Compile Include="IO\StreamDefaults.cs" />
|
2013-03-04 05:43:06 +00:00
|
|
|
|
<Compile Include="Configuration\IApplicationPaths.cs" />
|
2013-03-14 19:52:53 +00:00
|
|
|
|
<Compile Include="Net\HttpRequestOptions.cs" />
|
2013-06-28 20:25:58 +00:00
|
|
|
|
<Compile Include="Net\HttpResponseInfo.cs" />
|
2013-03-04 05:43:06 +00:00
|
|
|
|
<Compile Include="IApplicationHost.cs" />
|
2013-02-25 00:13:45 +00:00
|
|
|
|
<Compile Include="Net\IHttpClient.cs" />
|
2013-02-23 17:54:51 +00:00
|
|
|
|
<Compile Include="Net\INetworkManager.cs" />
|
2014-02-06 21:18:40 +00:00
|
|
|
|
<Compile Include="Plugins\IDependencyModule.cs" />
|
2013-02-21 01:33:05 +00:00
|
|
|
|
<Compile Include="Plugins\IPlugin.cs" />
|
|
|
|
|
<Compile Include="Progress\ActionableProgress.cs" />
|
2014-05-08 21:23:24 +00:00
|
|
|
|
<Compile Include="ScheduledTasks\IConfigurableScheduledTask.cs" />
|
|
|
|
|
<Compile Include="ScheduledTasks\IHasKey.cs" />
|
2013-02-26 03:43:04 +00:00
|
|
|
|
<Compile Include="ScheduledTasks\IScheduledTask.cs" />
|
|
|
|
|
<Compile Include="ScheduledTasks\IScheduledTaskWorker.cs" />
|
2013-02-23 07:57:11 +00:00
|
|
|
|
<Compile Include="ScheduledTasks\ITaskManager.cs" />
|
2013-02-24 21:53:54 +00:00
|
|
|
|
<Compile Include="ScheduledTasks\ITaskTrigger.cs" />
|
2013-02-21 01:33:05 +00:00
|
|
|
|
<Compile Include="ScheduledTasks\ScheduledTaskHelpers.cs" />
|
|
|
|
|
<Compile Include="ScheduledTasks\StartupTrigger.cs" />
|
|
|
|
|
<Compile Include="ScheduledTasks\SystemEventTrigger.cs" />
|
|
|
|
|
<Compile Include="Plugins\BasePlugin.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="ScheduledTasks\DailyTrigger.cs" />
|
|
|
|
|
<Compile Include="ScheduledTasks\IntervalTrigger.cs" />
|
2013-03-07 05:34:00 +00:00
|
|
|
|
<Compile Include="ScheduledTasks\TaskCompletionEventArgs.cs" />
|
2015-02-25 20:55:01 +00:00
|
|
|
|
<Compile Include="ScheduledTasks\TaskExecutionOptions.cs" />
|
2013-02-21 01:33:05 +00:00
|
|
|
|
<Compile Include="ScheduledTasks\WeeklyTrigger.cs" />
|
2013-03-14 16:32:16 +00:00
|
|
|
|
<Compile Include="Security\IRequiresRegistration.cs" />
|
2013-02-26 22:13:58 +00:00
|
|
|
|
<Compile Include="Security\ISecurityManager.cs" />
|
2015-10-30 17:00:33 +00:00
|
|
|
|
<Compile Include="Security\PaymentRequiredException.cs" />
|
2016-01-29 03:40:21 +00:00
|
|
|
|
<Compile Include="Threading\PeriodicTimer.cs" />
|
2013-07-01 02:27:50 +00:00
|
|
|
|
<Compile Include="Updates\IInstallationManager.cs" />
|
2013-07-06 21:23:32 +00:00
|
|
|
|
<Compile Include="Updates\InstallationEventArgs.cs" />
|
2014-05-08 21:23:24 +00:00
|
|
|
|
<Compile Include="Updates\InstallationFailedEventArgs.cs" />
|
2013-02-21 01:33:05 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
|
2013-09-24 21:06:21 +00:00
|
|
|
|
<Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
|
2013-02-21 01:33:05 +00:00
|
|
|
|
<Name>MediaBrowser.Model</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2013-02-22 01:26:35 +00:00
|
|
|
|
<ItemGroup />
|
2013-02-21 01:33:05 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2013-02-22 19:20:30 +00:00
|
|
|
|
<PropertyGroup>
|
2014-11-07 16:28:15 +00:00
|
|
|
|
<PostBuildEvent />
|
2013-02-22 19:20:30 +00:00
|
|
|
|
</PropertyGroup>
|
2014-11-05 19:28:41 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent />
|
|
|
|
|
</PropertyGroup>
|
2013-02-21 01:33:05 +00:00
|
|
|
|
<!-- 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>
|
|
|
|
|
-->
|
2014-11-05 19:28:41 +00:00
|
|
|
|
</Project>
|