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