delete FileList
This commit is contained in:
@@ -213,7 +213,6 @@
|
||||
<Compile Include="Utility\Feed.cs" />
|
||||
<Compile Include="Utility\FeedEventHandler.cs" />
|
||||
<Compile Include="Utility\File.cs" />
|
||||
<Compile Include="Utility\FileList.cs" />
|
||||
<Compile Include="Utility\FileManager.cs" />
|
||||
<Compile Include="Utility\Logger.cs" />
|
||||
<Compile Include="Utility\HttpRequest.cs" />
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file="FileList.cs" company="BTU/IIT">
|
||||
// Company copyright tag.
|
||||
// </copyright>
|
||||
// <author>stubbfel, fiedlchr</author>
|
||||
// <sience>03.05.2013</sience>
|
||||
//----------------------------------------------------------------------
|
||||
namespace CampusAppWP8.Utility
|
||||
{
|
||||
/// <summary>
|
||||
/// Class contain some default names of files.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This Class may be become to a resource file.
|
||||
/// </remarks>
|
||||
public static class FileList
|
||||
{
|
||||
/// <summary>
|
||||
/// Name of the file for the feed of the mensa.
|
||||
/// </summary>
|
||||
public static readonly string MensaXmlFile = "MensaFeed.xml";
|
||||
|
||||
/// <summary>
|
||||
/// Opening hours feed file name.
|
||||
/// </summary>
|
||||
public static readonly string OpeninghoursXmlFile = "OpeninghoursFeed.xml";
|
||||
|
||||
/// <summary>
|
||||
/// Department feed file name.
|
||||
/// </summary>
|
||||
public static readonly string DepartmentXmlFile = "DepartmentFeed.xml";
|
||||
|
||||
/// <summary>
|
||||
/// Department favorite feed file name.
|
||||
/// </summary>
|
||||
public static readonly string DepartmentFavoriteXmlFile = "DepartmentFavoriteFeed.xml";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user