Upgrades required projects to .Net 4.5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.544
|
||||
// Runtime Version:4.0.30319.18034
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -69,9 +69,9 @@ namespace umbraco.uicontrols.TreePicker {
|
||||
/// Umbraco.Controls.TreePicker = function(clientId, label, itemIdValueClientID, itemTitleClientID, itemPickerUrl, width, height, showHeader, umbracoPath) {
|
||||
/// var obj = {
|
||||
/// _itemPickerUrl: itemPickerUrl,
|
||||
/// _webServiceUrl: umbracoPath + "/webservices/legacyAjaxCalls.asmx/GetNodeName",
|
||||
/// _webServiceUrl: umbracoPath + "/webservices/legacyAjaxCalls.asmx/GetNodeBreadcrumbs",
|
||||
/// _label: label,
|
||||
/// _width: wid [rest of string was truncated]";.
|
||||
/// _wid [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string BaseTreePicker {
|
||||
get {
|
||||
|
||||
Reference in New Issue
Block a user