Files
Umbraco-CMS/src/Umbraco.Web/Properties/Settings.settings
shannon@ShandemVaio 9679d0f6df Renamed umbraco.presentation to Umbraco.Web and changed the folder it resides in.
Started removal of files/folder from Umbraco.Web that belong in Umbraco.Web.UI.
2012-07-18 23:54:20 +06:00

15 lines
842 B
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="umbraco.presentation.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="umbraco_com_regexlib_Webservices" Type="System.String" Scope="Application">
<Value Profile="(Default)">http://regexlib.com/WebServices.asmx</Value>
</Setting>
<Setting Name="umbraco_org_umbraco_update_CheckForUpgrade" Type="(Web Service URL)" Scope="Application">
<Value Profile="(Default)">http://update.umbraco.org/checkforupgrade.asmx</Value>
</Setting>
<Setting Name="test" Type="System.String" Scope="Application">
<Value Profile="(Default)">Somthing</Value>
</Setting>
</Settings>
</SettingsFile>