// MonoGame - Copyright (C) The MonoGame Team
// This file is subject to the terms and conditions defined in
// file 'LICENSE.txt', which is part of this source code package.
using System.Xml;
using Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate;
namespace Microsoft.Xna.Framework.Content.Pipeline
{
///
/// Implements an importer for reading intermediate XML files. This is a wrapper around IntermediateSerializer.
///
[ContentImporter(".xml", DisplayName = "Xml Importer - MonoGame", DefaultProcessor = "PassThroughProcessor")]
public class XmlImporter : ContentImporter