2013-02-21 01:33:05 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-10-23 19:47:34 +00:00
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-02-21 01:33:05 +00:00
|
|
|
|
<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>
|
2016-10-23 23:49:13 +00:00
|
|
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
2016-11-03 21:04:55 +00:00
|
|
|
|
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
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>
|
|
|
|
|
</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
|
|
|
|
</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>
|
2013-02-21 01:33:05 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<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" />
|
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" />
|
|
|
|
|
<Compile Include="Plugins\BasePlugin.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.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-28 19:40:38 +00:00
|
|
|
|
<Compile Include="Security\PaymentRequiredException.cs" />
|
2016-11-19 05:52:49 +00:00
|
|
|
|
<Compile Include="Updates\GithubUpdater.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>
|
2016-10-23 23:49:13 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="project.json" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.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>
|