jellyfin/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj

137 lines
6.5 KiB
XML
Raw Normal View History

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