1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{5BAAE6C6-4C7C-4B6F-A475-07AF0FEF8620}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >MediaBrowser.Plugins.TvMazeProvider</RootNamespace >
11+ <AssemblyName >MediaBrowser.Plugins.TvMazeProvider</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15+ <RestorePackages >true</RestorePackages >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >bin\Release\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <ItemGroup >
35+ <Reference Include =" CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
36+ <HintPath >..\packages\CommonIO.1.0.0.9\lib\net45\CommonIO.dll</HintPath >
37+ <Private >True</Private >
38+ </Reference >
39+ <Reference Include =" Interfaces.IO" >
40+ <HintPath >..\packages\Interfaces.IO.1.0.0.5\lib\portable-net45+sl4+wp71+win8+wpa81\Interfaces.IO.dll</HintPath >
41+ <Private >True</Private >
42+ </Reference >
43+ <Reference Include =" MediaBrowser.Common, Version=3.1.6052.21679, Culture=neutral, processorArchitecture=MSIL" >
44+ <HintPath >..\packages\MediaBrowser.Common.3.0.654\lib\net45\MediaBrowser.Common.dll</HintPath >
45+ <Private >True</Private >
46+ </Reference >
47+ <Reference Include =" MediaBrowser.Controller, Version=3.1.6052.21678, Culture=neutral, processorArchitecture=MSIL" >
48+ <HintPath >..\packages\MediaBrowser.Server.Core.3.0.654\lib\net45\MediaBrowser.Controller.dll</HintPath >
49+ <Private >True</Private >
50+ </Reference >
51+ <Reference Include =" MediaBrowser.Model, Version=3.1.6052.21679, Culture=neutral, processorArchitecture=MSIL" >
52+ <HintPath >..\packages\MediaBrowser.Common.3.0.654\lib\net45\MediaBrowser.Model.dll</HintPath >
53+ <Private >True</Private >
54+ </Reference >
55+ <Reference Include =" Patterns.Logging, Version=1.0.5494.41209, Culture=neutral, processorArchitecture=MSIL" >
56+ <HintPath >..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath >
57+ <Private >True</Private >
58+ </Reference >
59+ <Reference Include =" System" />
60+ <Reference Include =" System.Core" />
61+ <Reference Include =" System.Web" />
62+ <Reference Include =" System.Xml.Linq" />
63+ <Reference Include =" System.Data.DataSetExtensions" />
64+ <Reference Include =" Microsoft.CSharp" />
65+ <Reference Include =" System.Data" />
66+ <Reference Include =" System.Xml" />
67+ </ItemGroup >
68+ <ItemGroup >
69+ <Compile Include =" ..\SharedVersion.cs" >
70+ <Link >Properties\SharedVersion.cs</Link >
71+ </Compile >
72+ <Compile Include =" Globals.cs" />
73+ <Compile Include =" TvMazePlugin.cs" />
74+ <Compile Include =" ExternalId.cs" />
75+ <Compile Include =" Properties\AssemblyInfo.cs" />
76+ <Compile Include =" TvMaze\Models\MazeCastCredit.cs" />
77+ <Compile Include =" TvMaze\Models\MazeCastMember.cs" />
78+ <Compile Include =" TvMaze\Models\MazeChannel.cs" />
79+ <Compile Include =" TvMaze\Models\MazeCountry.cs" />
80+ <Compile Include =" TvMaze\Models\MazeCrewCredit.cs" />
81+ <Compile Include =" TvMaze\Models\MazeEpisode.cs" />
82+ <Compile Include =" TvMaze\Models\MazeExternals.cs" />
83+ <Compile Include =" TvMaze\Models\MazeHuman.cs" />
84+ <Compile Include =" TvMaze\Models\MazeImage.cs" />
85+ <Compile Include =" TvMaze\Models\MazeLink.cs" />
86+ <Compile Include =" TvMaze\Models\MazeLinks.cs" />
87+ <Compile Include =" TvMaze\Models\MazeRating.cs" />
88+ <Compile Include =" TvMaze\Models\MazeSearchContainer.cs" />
89+ <Compile Include =" TvMaze\Models\MazeSeason.cs" />
90+ <Compile Include =" TvMaze\Models\MazeSeries.cs" />
91+ <Compile Include =" TvMaze\TvMazeAdapter.cs" />
92+ <Compile Include =" TvMaze\TvMazeEpisodeProvider.cs" />
93+ <Compile Include =" TvMaze\TvMazeSeasonImageProvider.cs" />
94+ <Compile Include =" TvMaze\TvMazeSeasonProvider.cs" />
95+ <Compile Include =" TvMaze\TvMazeSeriesProvider.cs" />
96+ </ItemGroup >
97+ <ItemGroup >
98+ <None Include =" packages.config" />
99+ </ItemGroup >
100+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
102+ <PropertyGroup >
103+ <PostBuildEvent >xcopy "$(TargetPath)" "$(SolutionDir)\..\MediaBrowser\ProgramData-Server\Plugins\" /y</PostBuildEvent >
104+ </PropertyGroup >
105+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
106+ Other similar extension points exist, see Microsoft.Common.targets.
107+ <Target Name="BeforeBuild">
108+ </Target>
109+ <Target Name="AfterBuild">
110+ </Target>
111+ -->
112+ </Project >
0 commit comments