From 314b54a54525897a3b06367479b5347a77b93f53 Mon Sep 17 00:00:00 2001 From: Arnaud Declercq Date: Tue, 17 Feb 2026 16:06:14 +0000 Subject: [PATCH 1/3] Upgrade project files to SDK-style format compatible with dotnet --- RAM_Adapter/Properties/AssemblyInfo.cs | 65 ------------- RAM_Adapter/RAM_Adapter.csproj | 121 ++++--------------------- RAM_Adapter/packages.config | 4 - RAM_Engine/Properties/AssemblyInfo.cs | 65 ------------- RAM_Engine/RAM_Engine.csproj | 79 ++++------------ RAM_Engine/packages.config | 4 - RAM_Toolkit.sln | 8 +- RAM_oM/Properties/AssemblyInfo.cs | 65 ------------- RAM_oM/RAM_oM.csproj | 83 +++-------------- RAM_oM/packages.config | 4 - 10 files changed, 54 insertions(+), 444 deletions(-) delete mode 100644 RAM_Adapter/Properties/AssemblyInfo.cs delete mode 100644 RAM_Adapter/packages.config delete mode 100644 RAM_Engine/Properties/AssemblyInfo.cs delete mode 100644 RAM_Engine/packages.config delete mode 100644 RAM_oM/Properties/AssemblyInfo.cs delete mode 100644 RAM_oM/packages.config diff --git a/RAM_Adapter/Properties/AssemblyInfo.cs b/RAM_Adapter/Properties/AssemblyInfo.cs deleted file mode 100644 index 7cbd599..0000000 --- a/RAM_Adapter/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,65 +0,0 @@ -/* - * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved. - * - * Each contributor holds copyright over their respective contributions. - * The project versioning (Git) records all such contribution source information. - * - * - * The BHoM is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3.0 of the License, or - * (at your option) any later version. - * - * The BHoM is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this code. If not, see . - */ - -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("RAM_Adapter")] -[assembly: AssemblyDescription("https://github.com/BHoM/RAM_Toolkit")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Buro Happold")] -[assembly: AssemblyProduct("RAM_Adapter")] -[assembly: AssemblyCopyright("Copyright © https://github.com/BHoM")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("baa1043a-a029-492c-a1c1-b42ff856e808")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("9.0.0.0")] -[assembly: AssemblyFileVersion("9.1.0.0")] - - - - - - - diff --git a/RAM_Adapter/RAM_Adapter.csproj b/RAM_Adapter/RAM_Adapter.csproj index 85df21a..3469f7d 100644 --- a/RAM_Adapter/RAM_Adapter.csproj +++ b/RAM_Adapter/RAM_Adapter.csproj @@ -1,34 +1,20 @@ - - - + - Debug - AnyCPU - {BAA1043A-A029-492C-A1C1-B42FF856E808} +net472 Library - Properties BH.Adapter.RAM - RAM_Adapter - v4.7.2 - 512 - - - true - full - false - ..\Build\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true ..\Build\ - TRACE - prompt - 4 + RAM_Adapter + https://github.com/BHoM/RAM_Toolkit + Buro Happold + RAM_Adapter + Copyright © https://github.com/BHoM + 9.0.0.0 + 9.1.0.0 + + + C:\ProgramData\BHoM\Assemblies\Adapter_Engine.dll @@ -80,10 +66,6 @@ False False - - ..\packages\Interop.RamDataAccessLib_v15_x64.1.0.0\lib\Interop.RAMDATAACCESSLib.dll - True - C:\ProgramData\BHoM\Assemblies\Physical_oM.dll False @@ -119,79 +101,12 @@ False False - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - + + - - - {3d6ef1e1-51ea-4bea-9247-caa7df62bd61} - RAM_Engine - False - - - {26d0ff3a-d1c7-428c-9517-8cf0ae9a7a8f} - RAM_oM - False - - - - - - -xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y - - - - \ No newline at end of file + diff --git a/RAM_Adapter/packages.config b/RAM_Adapter/packages.config deleted file mode 100644 index a85eac6..0000000 --- a/RAM_Adapter/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/RAM_Engine/Properties/AssemblyInfo.cs b/RAM_Engine/Properties/AssemblyInfo.cs deleted file mode 100644 index 514b8e3..0000000 --- a/RAM_Engine/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,65 +0,0 @@ -/* - * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved. - * - * Each contributor holds copyright over their respective contributions. - * The project versioning (Git) records all such contribution source information. - * - * - * The BHoM is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3.0 of the License, or - * (at your option) any later version. - * - * The BHoM is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this code. If not, see . - */ - -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("RAM_Engine")] -[assembly: AssemblyDescription("https://github.com/BHoM/RAM_Toolkit")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Buro Happold")] -[assembly: AssemblyProduct("RAM_Engine")] -[assembly: AssemblyCopyright("Copyright © https://github.com/BHoM")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("3d6ef1e1-51ea-4bea-9247-caa7df62bd61")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("9.0.0.0")] -[assembly: AssemblyFileVersion("9.1.0.0")] - - - - - - - diff --git a/RAM_Engine/RAM_Engine.csproj b/RAM_Engine/RAM_Engine.csproj index 26d24ba..8d5e833 100644 --- a/RAM_Engine/RAM_Engine.csproj +++ b/RAM_Engine/RAM_Engine.csproj @@ -1,34 +1,20 @@ - - - + - Debug - AnyCPU - {3D6EF1E1-51EA-4BEA-9247-CAA7DF62BD61} +net472 Library - Properties BH.Engine.Adapters.RAM - RAM_Engine - v4.7.2 - 512 - - - true - full - false - ..\Build\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true ..\Build\ - TRACE - prompt - 4 + RAM_Engine + https://github.com/BHoM/RAM_Toolkit + Buro Happold + RAM_Engine + Copyright © https://github.com/BHoM + 9.0.0.0 + 9.1.0.0 + + + C:\ProgramData\BHoM\Assemblies\Architecture_oM.dll @@ -56,10 +42,6 @@ False False - - ..\packages\Interop.RamDataAccessLib_v15_x64.1.0.0\lib\Interop.RAMDATAACCESSLib.dll - True - C:\ProgramData\BHoM\Assemblies\Physical_oM.dll False @@ -75,41 +57,14 @@ False False - - - - - - - - - - - - + + + - - - {26d0ff3a-d1c7-428c-9517-8cf0ae9a7a8f} - RAM_oM - False - + - - - -xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y - - - - \ No newline at end of file + diff --git a/RAM_Engine/packages.config b/RAM_Engine/packages.config deleted file mode 100644 index a85eac6..0000000 --- a/RAM_Engine/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/RAM_Toolkit.sln b/RAM_Toolkit.sln index 4823ff6..2654a2b 100644 --- a/RAM_Toolkit.sln +++ b/RAM_Toolkit.sln @@ -1,16 +1,16 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Express 14 for Windows Desktop VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAM_Adapter", "RAM_Adapter\RAM_Adapter.csproj", "{BAA1043A-A029-492C-A1C1-B42FF856E808}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RAM_Adapter", "RAM_Adapter\RAM_Adapter.csproj", "{BAA1043A-A029-492C-A1C1-B42FF856E808}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAM_Engine", "RAM_Engine\RAM_Engine.csproj", "{3D6EF1E1-51EA-4BEA-9247-CAA7DF62BD61}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RAM_Engine", "RAM_Engine\RAM_Engine.csproj", "{3D6EF1E1-51EA-4BEA-9247-CAA7DF62BD61}" ProjectSection(ProjectDependencies) = postProject {26D0FF3A-D1C7-428C-9517-8CF0AE9A7A8F} = {26D0FF3A-D1C7-428C-9517-8CF0AE9A7A8F} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAM_oM", "RAM_oM\RAM_oM.csproj", "{26D0FF3A-D1C7-428C-9517-8CF0AE9A7A8F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RAM_oM", "RAM_oM\RAM_oM.csproj", "{26D0FF3A-D1C7-428C-9517-8CF0AE9A7A8F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/RAM_oM/Properties/AssemblyInfo.cs b/RAM_oM/Properties/AssemblyInfo.cs deleted file mode 100644 index 499b766..0000000 --- a/RAM_oM/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,65 +0,0 @@ -/* - * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved. - * - * Each contributor holds copyright over their respective contributions. - * The project versioning (Git) records all such contribution source information. - * - * - * The BHoM is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3.0 of the License, or - * (at your option) any later version. - * - * The BHoM is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this code. If not, see . - */ - -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("RAM_oM")] -[assembly: AssemblyDescription("https://github.com/BHoM/RAM_Toolkit")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Buro Happold")] -[assembly: AssemblyProduct("RAM_oM")] -[assembly: AssemblyCopyright("Copyright © https://github.com/BHoM")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("26d0ff3a-d1c7-428c-9517-8cf0ae9a7a8f")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("9.0.0.0")] -[assembly: AssemblyFileVersion("9.1.0.0")] - - - - - - - diff --git a/RAM_oM/RAM_oM.csproj b/RAM_oM/RAM_oM.csproj index 5867b51..1a074c9 100644 --- a/RAM_oM/RAM_oM.csproj +++ b/RAM_oM/RAM_oM.csproj @@ -1,35 +1,20 @@ - - - + - Debug - AnyCPU - {26D0FF3A-D1C7-428C-9517-8CF0AE9A7A8F} +net472 Library - Properties BH.oM.Adapters.RAM - RAM_oM - v4.7.2 - 512 - - - - true - full - false - ..\Build\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true ..\Build\ - TRACE - prompt - 4 + RAM_oM + https://github.com/BHoM/RAM_Toolkit + Buro Happold + RAM_oM + Copyright © https://github.com/BHoM + 9.0.0.0 + 9.1.0.0 + + + C:\ProgramData\BHoM\Assemblies\BHoM.dll @@ -41,51 +26,13 @@ False False - - ..\packages\Interop.RamDataAccessLib_v15_x64.1.0.0\lib\Interop.RAMDATAACCESSLib.dll - True - C:\ProgramData\BHoM\Assemblies\Structure_oM.dll False False - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - -xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y - - - diff --git a/RAM_oM/packages.config b/RAM_oM/packages.config deleted file mode 100644 index a85eac6..0000000 --- a/RAM_oM/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file From ed8ae138b6da7da9a7ba5447b287e1b52ef4c397 Mon Sep 17 00:00:00 2001 From: Arnaud Declercq Date: Tue, 17 Feb 2026 16:07:01 +0000 Subject: [PATCH 2/3] Fix compilation cause by missing explicit casting --- RAM_Adapter/RAMAdapter.cs | 6 +++--- RAM_Adapter/Read/Loads.cs | 6 +++--- RAM_Adapter/Read/Results.cs | 6 +++--- RAM_Adapter/Update/Bar.cs | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/RAM_Adapter/RAMAdapter.cs b/RAM_Adapter/RAMAdapter.cs index 8608b6a..22cb03d 100644 --- a/RAM_Adapter/RAMAdapter.cs +++ b/RAM_Adapter/RAMAdapter.cs @@ -65,7 +65,7 @@ public RAMAdapter(string filePath = "", bool active = false) ClearTempFiles(m_filePath); try { - m_IDBIO = m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IDBIO1_INT); + m_IDBIO = (IDBIO1)m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IDBIO1_INT); // Create DB m_IDBIO.CreateNewDatabase2(m_filePath, EUnits.eUnitsEnglish, "BHoM"); CloseDatabase(); @@ -96,7 +96,7 @@ private bool OpenDatabase() { return false; } - m_IDBIO = m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IDBIO1_INT); + m_IDBIO = (IDBIO1)m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IDBIO1_INT); int loadOutput = m_IDBIO.LoadDataBase2(m_filePath, "BHoM_UI"); //if 0 successful @@ -124,7 +124,7 @@ private bool OpenDatabase() } // Object Model Interface - m_Model = m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IModel_INT); + m_Model = (IModel)m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IModel_INT); return true; } diff --git a/RAM_Adapter/Read/Loads.cs b/RAM_Adapter/Read/Loads.cs index 161a436..00420cf 100644 --- a/RAM_Adapter/Read/Loads.cs +++ b/RAM_Adapter/Read/Loads.cs @@ -99,7 +99,7 @@ private List ReadPointGravityLoad(List ids = null) //Implement code for reading Gravity Loads List bhomPtGravLoads = new List(); - IGravityLoads1 ramGravityLoads = m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IGravityLoads_INT); + IGravityLoads1 ramGravityLoads = (IGravityLoads1)m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IGravityLoads_INT); // Get all IWalls List allRamWalls = ReadRamWalls(m_Model); @@ -202,8 +202,8 @@ private List ReadLineGravityLoad(List ids = null) //Implement code for reading Gravity Loads List bhomLineGravLoads = new List(); - IModel ramModel = m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IModel_INT); - IGravityLoads1 ramGravityLoads = m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IGravityLoads_INT); + IModel ramModel = (IModel)m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IModel_INT); + IGravityLoads1 ramGravityLoads = (IGravityLoads1)m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IGravityLoads_INT); // Get all IWalls List allRamWalls = ReadRamWalls(ramModel); diff --git a/RAM_Adapter/Read/Results.cs b/RAM_Adapter/Read/Results.cs index 7ce11ad..ea9884f 100644 --- a/RAM_Adapter/Read/Results.cs +++ b/RAM_Adapter/Read/Results.cs @@ -44,7 +44,7 @@ private List ReadNodeReaction(List ids = null) //Implement code for reading Node Reactions List bhomNodeReactions = new List(); - IModel ramModel = m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IModel_INT); + IModel ramModel = (IModel)m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IModel_INT); ILoadCases ramLoadCases = ramModel.GetLoadCases(EAnalysisResultType.RAMFrameResultType); //Get IWalls @@ -92,9 +92,9 @@ private List ReadBeamEndReactions(List ids = nu { List barEndReactions = new List(); - IModel ramModel = m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IModel_INT); + IModel ramModel = (IModel)m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IModel_INT); - IGravityLoads1 gravLoads = m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IGravityLoads_INT); + IGravityLoads1 gravLoads = (IGravityLoads1)m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IGravityLoads_INT); List ramBeams = ReadRamBeams(ramModel); diff --git a/RAM_Adapter/Update/Bar.cs b/RAM_Adapter/Update/Bar.cs index 1cbd3cb..3ca8ddc 100644 --- a/RAM_Adapter/Update/Bar.cs +++ b/RAM_Adapter/Update/Bar.cs @@ -49,8 +49,8 @@ protected bool Update(IEnumerable bars) { //Access model - IDBIO1 RAMDataAccIDBIO = m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IDBIO1_INT); - IModel IModel = m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IModel_INT); + IDBIO1 RAMDataAccIDBIO = (IDBIO1)m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IDBIO1_INT); + IModel IModel = (IModel)m_Application.GetDispInterfacePointerByEnum(EINTERFACES.IModel_INT); foreach (Bar bar in bars) { From eaeba88bbd4a05ed67bda33b5b536d0f0deebe24 Mon Sep 17 00:00:00 2001 From: Arnaud Declercq Date: Tue, 17 Feb 2026 16:20:38 +0000 Subject: [PATCH 3/3] Fix project compliance --- RAM_Adapter/RAM_Adapter.csproj | 34 +++++++++++++++++----------------- RAM_Engine/RAM_Engine.csproj | 16 ++++++++-------- RAM_oM/RAM_oM.csproj | 6 +++--- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/RAM_Adapter/RAM_Adapter.csproj b/RAM_Adapter/RAM_Adapter.csproj index 3469f7d..cc9a8d9 100644 --- a/RAM_Adapter/RAM_Adapter.csproj +++ b/RAM_Adapter/RAM_Adapter.csproj @@ -17,87 +17,87 @@ - C:\ProgramData\BHoM\Assemblies\Adapter_Engine.dll + $(ProgramData)\BHoM\Assemblies\Adapter_Engine.dll False False - C:\ProgramData\BHoM\Assemblies\Adapter_oM.dll + $(ProgramData)\BHoM\Assemblies\Adapter_oM.dll False False - C:\ProgramData\BHoM\Assemblies\Analytical_oM.dll + $(ProgramData)\BHoM\Assemblies\Analytical_oM.dll False False - C:\ProgramData\BHoM\Assemblies\BHoM.dll + $(ProgramData)\BHoM\Assemblies\BHoM.dll False False - C:\ProgramData\BHoM\Assemblies\BHoM_Adapter.dll + $(ProgramData)\BHoM\Assemblies\BHoM_Adapter.dll False False - C:\ProgramData\BHoM\Assemblies\BHoM_Engine.dll + $(ProgramData)\BHoM\Assemblies\BHoM_Engine.dll False False - C:\ProgramData\BHoM\Assemblies\Data_oM.dll + $(ProgramData)\BHoM\Assemblies\Data_oM.dll False False - C:\ProgramData\BHoM\Assemblies\Dimensional_oM.dll + $(ProgramData)\BHoM\Assemblies\Dimensional_oM.dll False False - C:\ProgramData\BHoM\Assemblies\Geometry_Engine.dll + $(ProgramData)\BHoM\Assemblies\Geometry_Engine.dll False False - C:\ProgramData\BHoM\Assemblies\Geometry_oM.dll + $(ProgramData)\BHoM\Assemblies\Geometry_oM.dll False False - C:\ProgramData\BHoM\Assemblies\Physical_oM.dll + $(ProgramData)\BHoM\Assemblies\Physical_oM.dll False False - C:\ProgramData\BHoM\Assemblies\Spatial_Engine.dll + $(ProgramData)\BHoM\Assemblies\Spatial_Engine.dll False False - C:\ProgramData\BHoM\Assemblies\Spatial_oM.dll + $(ProgramData)\BHoM\Assemblies\Spatial_oM.dll False False - C:\ProgramData\BHoM\Assemblies\Structure_AdapterModules.dll + $(ProgramData)\BHoM\Assemblies\Structure_AdapterModules.dll False False - C:\ProgramData\BHoM\Assemblies\Structure_Engine.dll + $(ProgramData)\BHoM\Assemblies\Structure_Engine.dll False False - C:\ProgramData\BHoM\Assemblies\Structure_oM.dll + $(ProgramData)\BHoM\Assemblies\Structure_oM.dll False False - C:\ProgramData\BHoM\Assemblies\Units_Engine.dll + $(ProgramData)\BHoM\Assemblies\Units_Engine.dll False False diff --git a/RAM_Engine/RAM_Engine.csproj b/RAM_Engine/RAM_Engine.csproj index 8d5e833..bb23785 100644 --- a/RAM_Engine/RAM_Engine.csproj +++ b/RAM_Engine/RAM_Engine.csproj @@ -17,43 +17,43 @@ - C:\ProgramData\BHoM\Assemblies\Architecture_oM.dll + $(ProgramData)\BHoM\Assemblies\Architecture_oM.dll False False - C:\ProgramData\BHoM\Assemblies\BHoM.dll + $(ProgramData)\BHoM\Assemblies\BHoM.dll False False - C:\ProgramData\BHoM\Assemblies\Dimensional_oM.dll + $(ProgramData)\BHoM\Assemblies\Dimensional_oM.dll False False False - C:\ProgramData\BHoM\Assemblies\Geometry_Engine.dll + $(ProgramData)\BHoM\Assemblies\Geometry_Engine.dll False False - C:\ProgramData\BHoM\Assemblies\Geometry_oM.dll + $(ProgramData)\BHoM\Assemblies\Geometry_oM.dll False False - C:\ProgramData\BHoM\Assemblies\Physical_oM.dll + $(ProgramData)\BHoM\Assemblies\Physical_oM.dll False False - C:\ProgramData\BHoM\Assemblies\Structure_Engine.dll + $(ProgramData)\BHoM\Assemblies\Structure_Engine.dll False False - C:\ProgramData\BHoM\Assemblies\Structure_oM.dll + $(ProgramData)\BHoM\Assemblies\Structure_oM.dll False False diff --git a/RAM_oM/RAM_oM.csproj b/RAM_oM/RAM_oM.csproj index 1a074c9..54ec4fb 100644 --- a/RAM_oM/RAM_oM.csproj +++ b/RAM_oM/RAM_oM.csproj @@ -17,17 +17,17 @@ - C:\ProgramData\BHoM\Assemblies\BHoM.dll + $(ProgramData)\BHoM\Assemblies\BHoM.dll False False - C:\ProgramData\BHoM\Assemblies\Geometry_oM.dll + $(ProgramData)\BHoM\Assemblies\Geometry_oM.dll False False - C:\ProgramData\BHoM\Assemblies\Structure_oM.dll + $(ProgramData)\BHoM\Assemblies\Structure_oM.dll False False