aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Build
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-04-26 17:55:17 +0300
committerRoy <Roy.mail.net@gmail.com>2023-04-26 17:55:17 +0300
commit914d28f26fcc61c12f0a98c86e6a5ad5a455f72c (patch)
tree49b8f80ff3a6ba8bd7e8159605277593b10e8125 /Software/Visual_Studio/PPC/Tango.PPC.Common/Build
parent07a75244fe05eb4b2b0b628ec8f038cced238579 (diff)
downloadTango-914d28f26fcc61c12f0a98c86e6a5ad5a455f72c.tar.gz
Tango-914d28f26fcc61c12f0a98c86e6a5ad5a455f72c.zip
More Eureka Adjustments.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Build')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Build/IBuildProvider.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Build/IBuildProvider.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Build/IBuildProvider.cs
index 2612d584b..3ced1ddc2 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Build/IBuildProvider.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Build/IBuildProvider.cs
@@ -10,5 +10,6 @@ namespace Tango.PPC.Common.Build
{
BuildType BuildType { get; }
bool IsEureka { get; }
+ String BuildName { get; }
}
}