diff options
Diffstat (limited to 'MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj')
| -rw-r--r-- | MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj | 69 |
1 files changed, 64 insertions, 5 deletions
diff --git a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj index 326b86546..c33e00944 100644 --- a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj +++ b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj @@ -11,12 +11,32 @@ <RootNamespace>MediaBrowser.Model</RootNamespace> <AssemblyName>MediaBrowser.Model</AssemblyName> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> - <TargetFrameworkProfile>Profile104</TargetFrameworkProfile> + <TargetFrameworkProfile>Profile158</TargetFrameworkProfile> <FileAlignment>512</FileAlignment> <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> <RestorePackages>true</RestorePackages> <FodyPath>..\packages\Fody.1.19.1.0</FodyPath> + <FileUpgradeFlags> + </FileUpgradeFlags> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + <OldToolsVersion>4.0</OldToolsVersion> + <PublishUrl>publish\</PublishUrl> + <Install>true</Install> + <InstallFrom>Disk</InstallFrom> + <UpdateEnabled>false</UpdateEnabled> + <UpdateMode>Foreground</UpdateMode> + <UpdateInterval>7</UpdateInterval> + <UpdateIntervalUnits>Days</UpdateIntervalUnits> + <UpdatePeriodically>false</UpdatePeriodically> + <UpdateRequired>false</UpdateRequired> + <MapFileExtensions>true</MapFileExtensions> + <ApplicationRevision>0</ApplicationRevision> + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> + <IsWebBootstrapper>false</IsWebBootstrapper> + <UseApplicationTrust>false</UseApplicationTrust> + <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -37,6 +57,7 @@ </PropertyGroup> <ItemGroup> <!-- A reference to the entire .NET Framework is automatically included --> + <None Include="app.config" /> <None Include="Fody.targets" /> <None Include="packages.config" /> </ItemGroup> @@ -52,13 +73,13 @@ <Private>False</Private> </Reference> <Reference Include="System.IO"> - <HintPath>..\packages\Microsoft.Bcl.1.1.9\lib\portable-net40+sl4+win8+wp71+wpa81\System.IO.dll</HintPath> + <HintPath>..\packages\Microsoft.Bcl.1.1.8\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll</HintPath> </Reference> <Reference Include="System.Runtime"> - <HintPath>..\packages\Microsoft.Bcl.1.1.9\lib\portable-net40+sl4+win8+wp71+wpa81\System.Runtime.dll</HintPath> + <HintPath>..\packages\Microsoft.Bcl.1.1.8\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll</HintPath> </Reference> <Reference Include="System.Threading.Tasks"> - <HintPath>..\packages\Microsoft.Bcl.1.1.9\lib\portable-net40+sl4+win8+wp71+wpa81\System.Threading.Tasks.dll</HintPath> + <HintPath>..\packages\Microsoft.Bcl.1.1.8\lib\portable-net40+sl5+win8+wp8+wpa81\System.Threading.Tasks.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -248,6 +269,9 @@ <Compile Include="..\MediaBrowser.Model\Dlna\StreamInfo.cs"> <Link>Dlna\StreamInfo.cs</Link> </Compile> + <Compile Include="..\MediaBrowser.Model\Dlna\SubtitleProfile.cs"> + <Link>Dlna\SubtitleProfile.cs</Link> + </Compile> <Compile Include="..\MediaBrowser.Model\Dlna\TranscodeSeekInfo.cs"> <Link>Dlna\TranscodeSeekInfo.cs</Link> </Compile> @@ -821,6 +845,30 @@ <Compile Include="..\MediaBrowser.Model\Session\UserDataChangeInfo.cs"> <Link>Session\UserDataChangeInfo.cs</Link> </Compile> + <Compile Include="..\MediaBrowser.Model\Sync\SyncJob.cs"> + <Link>Sync\SyncJob.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Sync\SyncJobQuery.cs"> + <Link>Sync\SyncJobQuery.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Sync\SyncJobRequest.cs"> + <Link>Sync\SyncJobRequest.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Sync\SyncJobStatus.cs"> + <Link>Sync\SyncJobStatus.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Sync\SyncQuality.cs"> + <Link>Sync\SyncQuality.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Sync\SyncSchedule.cs"> + <Link>Sync\SyncSchedule.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Sync\SyncScheduleQuery.cs"> + <Link>Sync\SyncScheduleQuery.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Sync\SyncScheduleRequest.cs"> + <Link>Sync\SyncScheduleRequest.cs</Link> + </Compile> <Compile Include="..\MediaBrowser.Model\System\LogFile.cs"> <Link>System\LogFile.cs</Link> </Compile> @@ -889,7 +937,18 @@ <ItemGroup> <Content Include="FodyWeavers.xml" /> </ItemGroup> - <ItemGroup /> + <ItemGroup> + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> + <Install>false</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1</ProductName> + <Install>false</Install> + </BootstrapperPackage> + </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> <PropertyGroup> <PostBuildEvent>if $(ConfigurationName) == Release ( |
