remove fody from build
This commit is contained in:
parent
b51c614980
commit
78e6c638bc
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers>
|
||||||
<PropertyChanged />
|
|
||||||
</Weavers>
|
</Weavers>
|
|
@ -36,6 +36,8 @@
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||||
<RestorePackages>true</RestorePackages>
|
<RestorePackages>true</RestorePackages>
|
||||||
|
<NuGetPackageImportStamp>
|
||||||
|
</NuGetPackageImportStamp>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
@ -617,9 +619,6 @@
|
||||||
<Compile Include="..\MediaBrowser.Model\Extensions\FloatHelper.cs">
|
<Compile Include="..\MediaBrowser.Model\Extensions\FloatHelper.cs">
|
||||||
<Link>Extensions\FloatHelper.cs</Link>
|
<Link>Extensions\FloatHelper.cs</Link>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="..\MediaBrowser.Model\Extensions\IHasPropertyChangedEvent.cs">
|
|
||||||
<Link>Extensions\IHasPropertyChangedEvent.cs</Link>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="..\MediaBrowser.Model\Extensions\IntHelper.cs">
|
<Compile Include="..\MediaBrowser.Model\Extensions\IntHelper.cs">
|
||||||
<Link>Extensions\IntHelper.cs</Link>
|
<Link>Extensions\IntHelper.cs</Link>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -1233,13 +1232,6 @@
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition="Exists('..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets')" />
|
|
||||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
||||||
<PropertyGroup>
|
|
||||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Error Condition="!Exists('..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets'))" />
|
|
||||||
</Target>
|
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- 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.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<packages>
|
|
||||||
<package id="Fody" version="1.29.2" targetFramework="portable45-net45+win8+wp8+wpa81" developmentDependency="true" />
|
|
||||||
<package id="PropertyChanged.Fody" version="1.50.4" targetFramework="portable45-net45+win8+wp8+wpa81" developmentDependency="true" />
|
|
||||||
</packages>
|
|
|
@ -591,9 +591,6 @@
|
||||||
<Compile Include="..\MediaBrowser.Model\Extensions\FloatHelper.cs">
|
<Compile Include="..\MediaBrowser.Model\Extensions\FloatHelper.cs">
|
||||||
<Link>Extensions\FloatHelper.cs</Link>
|
<Link>Extensions\FloatHelper.cs</Link>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="..\MediaBrowser.Model\Extensions\IHasPropertyChangedEvent.cs">
|
|
||||||
<Link>Extensions\IHasPropertyChangedEvent.cs</Link>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="..\MediaBrowser.Model\Extensions\IntHelper.cs">
|
<Compile Include="..\MediaBrowser.Model\Extensions\IntHelper.cs">
|
||||||
<Link>Extensions\IntHelper.cs</Link>
|
<Link>Extensions\IntHelper.cs</Link>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
|
|
@ -18,7 +18,7 @@ namespace MediaBrowser.Model.Dto
|
||||||
/// This holds information about a BaseItem in a format that is convenient for the client.
|
/// This holds information about a BaseItem in a format that is convenient for the client.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DebuggerDisplay("Name = {Name}, ID = {Id}, Type = {Type}")]
|
[DebuggerDisplay("Name = {Name}, ID = {Id}, Type = {Type}")]
|
||||||
public class BaseItemDto : IHasProviderIds, IHasPropertyChangedEvent, IItemDto, IHasServerId, IHasSyncInfo
|
public class BaseItemDto : IHasProviderIds, IItemDto, IHasServerId, IHasSyncInfo
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the name.
|
/// Gets or sets the name.
|
||||||
|
@ -1109,11 +1109,6 @@ namespace MediaBrowser.Model.Dto
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Occurs when [property changed].
|
|
||||||
/// </summary>
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the program identifier.
|
/// Gets or sets the program identifier.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
using MediaBrowser.Model.Extensions;
|
using System.ComponentModel;
|
||||||
using System.ComponentModel;
|
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Runtime.Serialization;
|
using System.Runtime.Serialization;
|
||||||
|
|
||||||
|
@ -9,7 +8,7 @@ namespace MediaBrowser.Model.Dto
|
||||||
/// This is used by the api to get information about a Person within a BaseItem
|
/// This is used by the api to get information about a Person within a BaseItem
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DebuggerDisplay("Name = {Name}, Role = {Role}, Type = {Type}")]
|
[DebuggerDisplay("Name = {Name}, Role = {Role}, Type = {Type}")]
|
||||||
public class BaseItemPerson : IHasPropertyChangedEvent
|
public class BaseItemPerson
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the name.
|
/// Gets or sets the name.
|
||||||
|
@ -53,10 +52,5 @@ namespace MediaBrowser.Model.Dto
|
||||||
return PrimaryImageTag != null;
|
return PrimaryImageTag != null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Occurs when [property changed].
|
|
||||||
/// </summary>
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
using System.ComponentModel;
|
using System.Diagnostics;
|
||||||
using System.Diagnostics;
|
|
||||||
using System.Runtime.Serialization;
|
using System.Runtime.Serialization;
|
||||||
using MediaBrowser.Model.Extensions;
|
|
||||||
|
|
||||||
namespace MediaBrowser.Model.Dto
|
namespace MediaBrowser.Model.Dto
|
||||||
{
|
{
|
||||||
|
@ -9,7 +7,7 @@ namespace MediaBrowser.Model.Dto
|
||||||
/// Class ChapterInfo
|
/// Class ChapterInfo
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DebuggerDisplay("Name = {Name}")]
|
[DebuggerDisplay("Name = {Name}")]
|
||||||
public class ChapterInfoDto : IHasPropertyChangedEvent
|
public class ChapterInfoDto
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the start position ticks.
|
/// Gets or sets the start position ticks.
|
||||||
|
@ -38,7 +36,5 @@ namespace MediaBrowser.Model.Dto
|
||||||
{
|
{
|
||||||
get { return ImageTag != null; }
|
get { return ImageTag != null; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
using MediaBrowser.Model.Configuration;
|
using MediaBrowser.Model.Configuration;
|
||||||
using MediaBrowser.Model.Connect;
|
using MediaBrowser.Model.Connect;
|
||||||
using MediaBrowser.Model.Extensions;
|
|
||||||
using MediaBrowser.Model.Users;
|
using MediaBrowser.Model.Users;
|
||||||
using System;
|
using System;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
@ -13,7 +12,7 @@ namespace MediaBrowser.Model.Dto
|
||||||
/// Class UserDto
|
/// Class UserDto
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DebuggerDisplay("Name = {Name}, ID = {Id}, HasPassword = {HasPassword}")]
|
[DebuggerDisplay("Name = {Name}, ID = {Id}, HasPassword = {HasPassword}")]
|
||||||
public class UserDto : IHasPropertyChangedEvent, IItemDto, IHasServerId
|
public class UserDto : IItemDto, IHasServerId
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the name.
|
/// Gets or sets the name.
|
||||||
|
@ -141,11 +140,6 @@ namespace MediaBrowser.Model.Dto
|
||||||
Policy = new UserPolicy();
|
Policy = new UserPolicy();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Occurs when [property changed].
|
|
||||||
/// </summary>
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
|
||||||
|
|
||||||
public override string ToString()
|
public override string ToString()
|
||||||
{
|
{
|
||||||
return Name ?? base.ToString();
|
return Name ?? base.ToString();
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
using MediaBrowser.Model.Extensions;
|
using System;
|
||||||
using System;
|
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
||||||
namespace MediaBrowser.Model.Dto
|
namespace MediaBrowser.Model.Dto
|
||||||
|
@ -7,7 +6,7 @@ namespace MediaBrowser.Model.Dto
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Class UserItemDataDto
|
/// Class UserItemDataDto
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class UserItemDataDto : IHasPropertyChangedEvent
|
public class UserItemDataDto
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the rating.
|
/// Gets or sets the rating.
|
||||||
|
@ -74,7 +73,5 @@ namespace MediaBrowser.Model.Dto
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The item identifier.</value>
|
/// <value>The item identifier.</value>
|
||||||
public string ItemId { get; set; }
|
public string ItemId { get; set; }
|
||||||
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,21 +1,14 @@
|
||||||
using MediaBrowser.Model.Drawing;
|
using MediaBrowser.Model.Drawing;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
|
||||||
using MediaBrowser.Model.Extensions;
|
|
||||||
|
|
||||||
namespace MediaBrowser.Model.Entities
|
namespace MediaBrowser.Model.Entities
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Defines the display preferences for any item that supports them (usually Folders)
|
/// Defines the display preferences for any item that supports them (usually Folders)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class DisplayPreferences : IHasPropertyChangedEvent
|
public class DisplayPreferences
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
/// Occurs when [property changed].
|
|
||||||
/// </summary>
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The image scale
|
/// The image scale
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
using System.ComponentModel;
|
|
||||||
|
|
||||||
namespace MediaBrowser.Model.Extensions
|
|
||||||
{
|
|
||||||
public interface IHasPropertyChangedEvent : INotifyPropertyChanged
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,17 +1,10 @@
|
||||||
using MediaBrowser.Model.Dto;
|
using MediaBrowser.Model.Dto;
|
||||||
using MediaBrowser.Model.Extensions;
|
|
||||||
using System;
|
using System;
|
||||||
using System.ComponentModel;
|
|
||||||
|
|
||||||
namespace MediaBrowser.Model.LiveTv
|
namespace MediaBrowser.Model.LiveTv
|
||||||
{
|
{
|
||||||
public class BaseTimerInfoDto : IHasPropertyChangedEvent, IHasServerId
|
public class BaseTimerInfoDto : IHasServerId
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
/// Occurs when a property value changes.
|
|
||||||
/// </summary>
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Id of the recording.
|
/// Id of the recording.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
using MediaBrowser.Model.Dto;
|
using MediaBrowser.Model.Dto;
|
||||||
using MediaBrowser.Model.Entities;
|
using MediaBrowser.Model.Entities;
|
||||||
using MediaBrowser.Model.Extensions;
|
|
||||||
using MediaBrowser.Model.Library;
|
using MediaBrowser.Model.Library;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
@ -13,7 +12,7 @@ namespace MediaBrowser.Model.LiveTv
|
||||||
/// Class ChannelInfoDto
|
/// Class ChannelInfoDto
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DebuggerDisplay("Name = {Name}, Number = {Number}")]
|
[DebuggerDisplay("Name = {Name}, Number = {Number}")]
|
||||||
public class ChannelInfoDto : IHasPropertyChangedEvent, IItemDto, IHasServerId
|
public class ChannelInfoDto : IItemDto, IHasServerId
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the name.
|
/// Gets or sets the name.
|
||||||
|
@ -120,7 +119,5 @@ namespace MediaBrowser.Model.LiveTv
|
||||||
ImageTags = new Dictionary<ImageType, string>();
|
ImageTags = new Dictionary<ImageType, string>();
|
||||||
MediaSources = new List<MediaSourceInfo>();
|
MediaSources = new List<MediaSourceInfo>();
|
||||||
}
|
}
|
||||||
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -229,7 +229,6 @@
|
||||||
<Compile Include="Entities\SortOrder.cs" />
|
<Compile Include="Entities\SortOrder.cs" />
|
||||||
<Compile Include="Events\GenericEventArgs.cs" />
|
<Compile Include="Events\GenericEventArgs.cs" />
|
||||||
<Compile Include="Extensions\DoubleHelper.cs" />
|
<Compile Include="Extensions\DoubleHelper.cs" />
|
||||||
<Compile Include="Extensions\IHasPropertyChangedEvent.cs" />
|
|
||||||
<Compile Include="Extensions\IntHelper.cs" />
|
<Compile Include="Extensions\IntHelper.cs" />
|
||||||
<Compile Include="Extensions\ListHelper.cs" />
|
<Compile Include="Extensions\ListHelper.cs" />
|
||||||
<Compile Include="Extensions\StringHelper.cs" />
|
<Compile Include="Extensions\StringHelper.cs" />
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
using MediaBrowser.Model.Entities;
|
using MediaBrowser.Model.Entities;
|
||||||
using MediaBrowser.Model.Extensions;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
@ -8,7 +7,7 @@ using System.Diagnostics;
|
||||||
namespace MediaBrowser.Model.Session
|
namespace MediaBrowser.Model.Session
|
||||||
{
|
{
|
||||||
[DebuggerDisplay("Client = {Client}, Username = {UserName}")]
|
[DebuggerDisplay("Client = {Client}, Username = {UserName}")]
|
||||||
public class SessionInfoDto : IHasPropertyChangedEvent
|
public class SessionInfoDto
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the supported commands.
|
/// Gets or sets the supported commands.
|
||||||
|
@ -116,8 +115,6 @@ namespace MediaBrowser.Model.Session
|
||||||
|
|
||||||
public TranscodingInfo TranscodingInfo { get; set; }
|
public TranscodingInfo TranscodingInfo { get; set; }
|
||||||
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
|
||||||
|
|
||||||
public SessionInfoDto()
|
public SessionInfoDto()
|
||||||
{
|
{
|
||||||
AdditionalUsers = new List<SessionUserInfo>();
|
AdditionalUsers = new List<SessionUserInfo>();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user