13 lines
402 B
C#
13 lines
402 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace WebsitePanel.EnterpriseServer.Base.Common
|
|
{
|
|
public class WebPlatformInstaller
|
|
{
|
|
public const string MAIN_FEED_URL = "http://www.microsoft.com/web/webpi/4.5/WebProductList.xml";
|
|
public const string ZOO_FEED = "http://www.helicontech.com/zoo/feed-wsp21.xml";
|
|
}
|
|
}
|