Upgrades required projects to .Net 4.5

This commit is contained in:
Shannon Deminick
2013-05-26 13:33:43 -10:00
parent 0f5d61bae8
commit 8b841e19eb
26 changed files with 139 additions and 92 deletions

View File

@@ -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 + &quot;/webservices/legacyAjaxCalls.asmx/GetNodeName&quot;,
/// _webServiceUrl: umbracoPath + &quot;/webservices/legacyAjaxCalls.asmx/GetNodeBreadcrumbs&quot;,
/// _label: label,
/// _width: wid [rest of string was truncated]&quot;;.
/// _wid [rest of string was truncated]&quot;;.
/// </summary>
internal static string BaseTreePicker {
get {