Removed the Reference Paths from CASAManager project file
This commit is contained in:
		| @@ -3,7 +3,8 @@ | ||||
|     <LastOpenVersion>7.10.3077</LastOpenVersion> | ||||
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||
|     <ReferencePath>D:\casa\extern\w32\gtk-sharp-2.0\;C:\GtkRun\2.8\lib\gtk-sharp\</ReferencePath> | ||||
|     <ReferencePath> | ||||
|     </ReferencePath> | ||||
|     <CopyProjectDestinationFolder> | ||||
|     </CopyProjectDestinationFolder> | ||||
|     <CopyProjectUncPath> | ||||
|   | ||||
| @@ -1842,6 +1842,8 @@ namespace Novell.CASA.GUI | ||||
| 			string sOldDir = Common.GetUserPersistentDir(config); | ||||
| 			try | ||||
| 			{ | ||||
|                 if (!sNewDir.Equals(sOldDir)) | ||||
|                 { | ||||
|                     string sMoveMessage = MoveMiCASAFiles(sOldDir, sNewDir); | ||||
|                     if (sMoveMessage.Equals("Success")) | ||||
|                     { | ||||
| @@ -1853,6 +1855,7 @@ namespace Novell.CASA.GUI | ||||
|                     { | ||||
|                         CommonGUI.DisplayMessage(Gtk.MessageType.Warning, sMoveMessage); | ||||
|                         bCloseDialog = false; | ||||
|                     } | ||||
|                 } | ||||
| 			} | ||||
| 			catch (Exception e) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user