2013-02-20 21:37:50 -07: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>
|
2013-02-24 14:53:54 -07:00
|
|
|
|
<ProjectGuid>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</ProjectGuid>
|
2013-02-20 21:37:50 -07:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2013-02-24 14:53:54 -07:00
|
|
|
|
<RootNamespace>MediaBrowser.Common.Implementations</RootNamespace>
|
|
|
|
|
<AssemblyName>MediaBrowser.Common.Implementations</AssemblyName>
|
2013-02-20 21:37:50 -07:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
2013-09-24 14:06:21 -07:00
|
|
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
2013-12-11 12:54:33 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2013-02-20 21:37:50 -07: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>
|
2013-12-11 12:54:33 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2013-02-20 21:37:50 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2014-11-05 12:28:41 -07:00
|
|
|
|
<DebugType>none</DebugType>
|
2013-02-20 21:37:50 -07:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2013-12-11 12:54:33 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
|
2014-11-05 12:28:41 -07:00
|
|
|
|
<DebugType>none</DebugType>
|
2013-12-11 12:54:33 -07:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release Mono\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2013-02-20 21:37:50 -07:00
|
|
|
|
</PropertyGroup>
|
2013-02-24 17:13:45 -07:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RunPostBuildEvent>Always</RunPostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2013-02-20 21:37:50 -07:00
|
|
|
|
<ItemGroup>
|
2015-10-03 21:23:11 -07:00
|
|
|
|
<Reference Include="CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2016-03-22 20:03:35 -07:00
|
|
|
|
<HintPath>..\packages\CommonIO.1.0.0.9\lib\net45\CommonIO.dll</HintPath>
|
2015-10-03 21:23:11 -07:00
|
|
|
|
</Reference>
|
2015-12-25 20:36:38 -07:00
|
|
|
|
<Reference Include="MoreLinq">
|
|
|
|
|
<HintPath>..\packages\morelinq.1.4.0\lib\net35\MoreLinq.dll</HintPath>
|
|
|
|
|
</Reference>
|
2016-04-22 22:52:33 -07:00
|
|
|
|
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
2016-05-17 10:44:17 -07:00
|
|
|
|
<HintPath>..\packages\NLog.4.3.4\lib\net45\NLog.dll</HintPath>
|
2016-04-22 22:52:33 -07:00
|
|
|
|
<Private>True</Private>
|
2014-06-06 10:14:02 -07:00
|
|
|
|
</Reference>
|
2015-10-03 21:23:11 -07:00
|
|
|
|
<Reference Include="Patterns.Logging">
|
|
|
|
|
<HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
|
|
|
|
|
</Reference>
|
2014-12-29 13:18:48 -07:00
|
|
|
|
<Reference Include="SharpCompress, Version=0.10.2.0, Culture=neutral, PublicKeyToken=beaf6f427e128133, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\ThirdParty\SharpCompress\SharpCompress.dll</HintPath>
|
|
|
|
|
</Reference>
|
2016-05-23 12:21:28 -07:00
|
|
|
|
<Reference Include="SimpleInjector, Version=3.1.5.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\SimpleInjector.3.1.5\lib\net45\SimpleInjector.dll</HintPath>
|
2016-04-22 22:52:33 -07:00
|
|
|
|
<Private>True</Private>
|
2013-12-10 09:17:08 -07:00
|
|
|
|
</Reference>
|
2013-02-24 14:53:54 -07:00
|
|
|
|
<Reference Include="System" />
|
2016-01-02 18:23:09 -07:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2013-02-24 14:53:54 -07:00
|
|
|
|
<Reference Include="System.Core" />
|
2013-02-20 21:37:50 -07:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2015-12-25 20:36:38 -07:00
|
|
|
|
<Reference Include="System.Data" />
|
2013-02-26 14:05:52 -07:00
|
|
|
|
<Reference Include="System.Net" />
|
2013-02-24 14:53:54 -07:00
|
|
|
|
<Reference Include="System.Xml" />
|
2013-12-11 12:54:33 -07:00
|
|
|
|
<Reference Include="ServiceStack.Text">
|
|
|
|
|
<HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath>
|
|
|
|
|
</Reference>
|
2013-02-20 21:37:50 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-02-22 00:17:50 -07:00
|
|
|
|
<Compile Include="..\SharedVersion.cs">
|
|
|
|
|
<Link>Properties\SharedVersion.cs</Link>
|
|
|
|
|
</Compile>
|
2013-09-24 17:54:51 -07:00
|
|
|
|
<Compile Include="Archiving\ZipClient.cs" />
|
2013-02-25 20:43:04 -07:00
|
|
|
|
<Compile Include="BaseApplicationHost.cs" />
|
2013-02-24 14:53:54 -07:00
|
|
|
|
<Compile Include="BaseApplicationPaths.cs" />
|
2013-03-03 22:43:06 -07:00
|
|
|
|
<Compile Include="Configuration\BaseConfigurationManager.cs" />
|
2014-12-26 12:34:39 -07:00
|
|
|
|
<Compile Include="Configuration\ConfigurationHelper.cs" />
|
2014-09-04 20:48:53 -07:00
|
|
|
|
<Compile Include="Devices\DeviceId.cs" />
|
2013-06-01 10:57:34 -07:00
|
|
|
|
<Compile Include="HttpClientManager\HttpClientInfo.cs" />
|
2013-02-26 14:05:52 -07:00
|
|
|
|
<Compile Include="HttpClientManager\HttpClientManager.cs" />
|
2013-08-09 18:40:52 -07:00
|
|
|
|
<Compile Include="IO\IsoManager.cs" />
|
2013-02-26 13:07:06 -07:00
|
|
|
|
<Compile Include="Logging\LogHelper.cs" />
|
|
|
|
|
<Compile Include="Logging\NLogger.cs" />
|
|
|
|
|
<Compile Include="Logging\NlogManager.cs" />
|
2013-10-05 10:13:32 -07:00
|
|
|
|
<Compile Include="Networking\BaseNetworkManager.cs" />
|
2013-02-20 21:37:50 -07:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2013-02-25 20:43:04 -07:00
|
|
|
|
<Compile Include="ScheduledTasks\ScheduledTaskWorker.cs" />
|
2013-02-24 14:53:54 -07:00
|
|
|
|
<Compile Include="ScheduledTasks\TaskManager.cs" />
|
|
|
|
|
<Compile Include="ScheduledTasks\Tasks\DeleteCacheFileTask.cs" />
|
|
|
|
|
<Compile Include="ScheduledTasks\Tasks\DeleteLogFileTask.cs" />
|
2014-05-08 14:23:24 -07:00
|
|
|
|
<Compile Include="ScheduledTasks\Tasks\ReloadLoggerFileTask.cs" />
|
2014-12-16 22:30:31 -07:00
|
|
|
|
<Compile Include="Security\MbAdmin.cs" />
|
2013-04-13 14:09:13 -07:00
|
|
|
|
<Compile Include="Security\MBLicenseFile.cs" />
|
2013-03-03 22:43:06 -07:00
|
|
|
|
<Compile Include="Security\PluginSecurityManager.cs" />
|
2014-05-08 14:23:24 -07:00
|
|
|
|
<Compile Include="Security\RegRecord.cs" />
|
2014-08-31 12:15:33 -07:00
|
|
|
|
<Compile Include="Security\SuppporterInfoResponse.cs" />
|
2013-02-24 14:53:54 -07:00
|
|
|
|
<Compile Include="Serialization\JsonSerializer.cs" />
|
|
|
|
|
<Compile Include="Serialization\XmlSerializer.cs" />
|
2016-01-02 18:23:09 -07:00
|
|
|
|
<Compile Include="Updates\GithubUpdater.cs" />
|
2013-06-30 19:27:50 -07:00
|
|
|
|
<Compile Include="Updates\InstallationManager.cs" />
|
2013-02-20 21:37:50 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
|
2013-09-24 14:06:21 -07:00
|
|
|
|
<Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
|
2013-02-20 21:37:50 -07:00
|
|
|
|
<Name>MediaBrowser.Common</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
|
2013-09-24 14:06:21 -07:00
|
|
|
|
<Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
|
2013-02-20 21:37:50 -07:00
|
|
|
|
<Name>MediaBrowser.Model</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2013-02-24 14:53:54 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2013-02-27 05:49:55 -07:00
|
|
|
|
<ItemGroup />
|
2013-02-20 21:37:50 -07:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2013-02-24 17:13:45 -07:00
|
|
|
|
<PropertyGroup>
|
2014-11-07 09:28:15 -07:00
|
|
|
|
<PostBuildEvent />
|
2013-02-24 17:13:45 -07:00
|
|
|
|
</PropertyGroup>
|
2014-11-05 12:28:41 -07:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent />
|
|
|
|
|
</PropertyGroup>
|
2013-02-20 21:37:50 -07: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-08-30 19:08:59 -07:00
|
|
|
|
</Project>
|