aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-07-02 10:18:45 +0300
committerRoy <Roy.mail.net@gmail.com>2023-07-02 10:18:45 +0300
commit2420757c5e5dd6190df3a1e6d6bbf907a7c47806 (patch)
treec9360eec5cef5bd81dc0d6ca7e7e2794a877368c /Software/Visual_Studio/PPC/Tango.PPC.Common
parentc267a46b14ebb3babe8a0378bd403346ca182354 (diff)
downloadTango-2420757c5e5dd6190df3a1e6d6bbf907a7c47806.tar.gz
Tango-2420757c5e5dd6190df3a1e6d6bbf907a7c47806.zip
Implemented specific location for storage root.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
index ae6e4bc47..acb84191b 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
@@ -376,6 +376,11 @@ namespace Tango.PPC.Common
public EmulatorMode EmulatorMode { get; set; }
/// <summary>
+ /// Gets or sets the storage root path.
+ /// </summary>
+ public String StorageRootPath { get; set; }
+
+ /// <summary>
/// Gets the machine service address.
/// </summary>
/// <returns></returns>