mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-30 22:06:29 +01:00
make nfo project portable
This commit is contained in:
@@ -452,6 +452,7 @@
|
||||
<Compile Include="Users\UserAction.cs" />
|
||||
<Compile Include="Users\UserActionType.cs" />
|
||||
<Compile Include="Users\UserPolicy.cs" />
|
||||
<Compile Include="Xml\IXmlReaderSettingsFactory.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
||||
9
MediaBrowser.Model/Xml/IXmlReaderSettingsFactory.cs
Normal file
9
MediaBrowser.Model/Xml/IXmlReaderSettingsFactory.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Xml;
|
||||
|
||||
namespace MediaBrowser.Model.Xml
|
||||
{
|
||||
public interface IXmlReaderSettingsFactory
|
||||
{
|
||||
XmlReaderSettings Create(bool enableValidation);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user