aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.BL
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-11-19 05:44:57 +0200
committerRoy <Roy.mail.net@gmail.com>2022-11-19 05:44:57 +0200
commitaa2170bb476e627ae3aaccb8f5835b1b9331c82a (patch)
tree7e556d6b01b813071acb42cfc51aa0e254edf327 /Software/Visual_Studio/FSE/Tango.FSE.BL
parentd391dd73fc06f996c08455e6dc2e26aec2e489c3 (diff)
downloadTango-aa2170bb476e627ae3aaccb8f5835b1b9331c82a.tar.gz
Tango-aa2170bb476e627ae3aaccb8f5835b1b9331c82a.zip
Twine RSM
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.BL')
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.BL/BuildProvider.cs2
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.BL/Services/OrganizationsService.cs2
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.BL/Tango.FSE.BL.csproj4
3 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.BL/BuildProvider.cs b/Software/Visual_Studio/FSE/Tango.FSE.BL/BuildProvider.cs
index ae7c716d2..94f2867cf 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.BL/BuildProvider.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.BL/BuildProvider.cs
@@ -14,7 +14,7 @@ namespace Tango.FSE.BL
static BuildProvider()
{
#if TS
- Build = BuildVariants.TwineStudio;
+ Build = BuildVariants.TwineRSM;
#endif
}
}
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.BL/Services/OrganizationsService.cs b/Software/Visual_Studio/FSE/Tango.FSE.BL/Services/OrganizationsService.cs
index 417f1bd2f..7337ac9a5 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.BL/Services/OrganizationsService.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.BL/Services/OrganizationsService.cs
@@ -76,7 +76,7 @@ namespace Tango.FSE.BL.Services
using (ObservablesContext db = ObservablesContext.CreateDefault())
{
return db.Roles
- .Where(x => x.Code >= 1000 && x.Code < 3000) //Only FSE & Twine Studio
+ .Where(x => x.Code >= 1000 && x.Code < 3000) //Only FSE & Twine RSM
.Include(x => x.RolesPermissions)
.Include(x => x.RolesPermissions.Select(y => y.Permission))
.ToList();
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.BL/Tango.FSE.BL.csproj b/Software/Visual_Studio/FSE/Tango.FSE.BL/Tango.FSE.BL.csproj
index 34f514c23..cfa983d77 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.BL/Tango.FSE.BL.csproj
+++ b/Software/Visual_Studio/FSE/Tango.FSE.BL/Tango.FSE.BL.csproj
@@ -32,7 +32,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'TS|AnyCPU'">
- <OutputPath>..\..\Build\Twine Studio\Release\</OutputPath>
+ <OutputPath>..\..\Build\Twine RSM\Release\</OutputPath>
<DefineConstants>TRACE;TS</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
@@ -41,7 +41,7 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'TS_Debug|AnyCPU'">
- <OutputPath>..\..\Build\Twine Studio\Debug\</OutputPath>
+ <OutputPath>..\..\Build\Twine RSM\Debug\</OutputPath>
<DefineConstants>TRACE;TS</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>