2012-07-12 06:55:27 +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>
|
2012-07-16 16:50:44 +00:00
|
|
|
|
<ProjectGuid>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</ProjectGuid>
|
2012-07-12 06:55:27 +00:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>MediaBrowser.Model</RootNamespace>
|
|
|
|
|
<AssemblyName>MediaBrowser.Model</AssemblyName>
|
2012-07-16 16:50:44 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2012-07-31 03:38:00 +00:00
|
|
|
|
<TargetFrameworkProfile>Profile4</TargetFrameworkProfile>
|
2012-07-12 06:55:27 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2012-07-16 16:50:44 +00:00
|
|
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
2012-07-12 06:55:27 +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>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2012-09-02 13:45:02 +00:00
|
|
|
|
<Compile Include="Configuration\BaseApplicationConfiguration.cs" />
|
|
|
|
|
<Compile Include="Configuration\ServerConfiguration.cs" />
|
2012-08-20 12:09:42 +00:00
|
|
|
|
<Compile Include="DTO\AudioInfo.cs" />
|
2012-09-08 14:51:40 +00:00
|
|
|
|
<Compile Include="DTO\SeriesInfo.cs" />
|
2012-09-08 15:10:26 +00:00
|
|
|
|
<Compile Include="Authentication\AuthenticationResult.cs" />
|
2012-08-18 08:22:54 +00:00
|
|
|
|
<Compile Include="DTO\DTOBaseItem.cs" />
|
2012-08-29 12:21:56 +00:00
|
|
|
|
<Compile Include="DTO\DTOUser.cs" />
|
2012-08-22 12:56:44 +00:00
|
|
|
|
<Compile Include="DTO\VideoInfo.cs" />
|
2012-07-12 06:55:27 +00:00
|
|
|
|
<Compile Include="Entities\Audio.cs" />
|
2012-08-12 23:57:54 +00:00
|
|
|
|
<Compile Include="Entities\BaseEntity.cs" />
|
2012-07-12 06:55:27 +00:00
|
|
|
|
<Compile Include="Entities\BaseItem.cs" />
|
2012-08-17 16:47:35 +00:00
|
|
|
|
<Compile Include="DTO\IBNItem.cs" />
|
2012-07-12 06:55:27 +00:00
|
|
|
|
<Compile Include="Entities\Folder.cs" />
|
2012-07-16 16:50:44 +00:00
|
|
|
|
<Compile Include="Entities\Genre.cs" />
|
2012-07-30 19:03:07 +00:00
|
|
|
|
<Compile Include="Entities\ImageType.cs" />
|
2012-08-18 08:22:54 +00:00
|
|
|
|
<Compile Include="Entities\IHasProviderIds.cs" />
|
|
|
|
|
<Compile Include="Entities\ItemSpecialCounts.cs" />
|
2012-08-15 13:20:29 +00:00
|
|
|
|
<Compile Include="Entities\MetadataProviders.cs" />
|
2012-07-16 16:50:44 +00:00
|
|
|
|
<Compile Include="Entities\Person.cs" />
|
|
|
|
|
<Compile Include="Entities\Studio.cs" />
|
|
|
|
|
<Compile Include="Entities\Video.cs" />
|
|
|
|
|
<Compile Include="Entities\Year.cs" />
|
2012-07-24 14:54:34 +00:00
|
|
|
|
<Compile Include="Plugins\BasePluginConfiguration.cs" />
|
2012-08-17 13:16:50 +00:00
|
|
|
|
<Compile Include="DTO\PluginInfo.cs" />
|
2012-07-30 13:44:28 +00:00
|
|
|
|
<Compile Include="Progress\TaskProgress.cs" />
|
2012-07-12 06:55:27 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2012-08-18 08:22:54 +00:00
|
|
|
|
<Compile Include="Entities\User.cs" />
|
|
|
|
|
<Compile Include="Entities\UserItemData.cs" />
|
2012-09-02 05:30:25 +00:00
|
|
|
|
<Compile Include="Weather\WeatherForecast.cs" />
|
|
|
|
|
<Compile Include="Weather\WeatherInfo.cs" />
|
|
|
|
|
<Compile Include="Weather\WeatherStatus.cs" />
|
2012-09-02 17:34:12 +00:00
|
|
|
|
<Compile Include="Weather\WeatherUnits.cs" />
|
2012-07-12 06:55:27 +00:00
|
|
|
|
</ItemGroup>
|
2012-08-29 12:21:56 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="protobuf-net">
|
2012-09-05 23:40:44 +00:00
|
|
|
|
<HintPath>..\protobuf-net\Full\portable\protobuf-net.dll</HintPath>
|
2012-08-29 12:21:56 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
2012-07-16 16:50:44 +00:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
2012-07-12 06:55:27 +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>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|