diff --git a/LadybugTools_Adapter/LadybugTools_Adapter.csproj b/LadybugTools_Adapter/LadybugTools_Adapter.csproj
index 5ea5006e..52d79b6a 100644
--- a/LadybugTools_Adapter/LadybugTools_Adapter.csproj
+++ b/LadybugTools_Adapter/LadybugTools_Adapter.csproj
@@ -1,115 +1,72 @@
-
-
-
+
+
- Debug
- AnyCPU
- {D1014F13-0D21-47D4-BE0C-0ED2779F387F}
- Library
- LadybugTools_Adapter
- LadybugTools_Adapter
- v4.7.2
- 512
- true
- true
-
-
-
- AnyCPU
- true
- full
- false
- ..\Build\
- DEBUG;TRACE
- prompt
- 4
- false
-
-
- AnyCPU
- pdbonly
- true
+ netstandard2.0
+ 7.0.0.0
+ https://github.com/BHoM/LadybugTools_Toolkit
+ 6.0.0
+ BHoM
+ Copyright © https://github.com/BHoM
+ BH.Adapter.LadyBugTools
+ 7.0.0.0
..\Build\
- TRACE
- prompt
- 4
-
-
-
+
+
+
+
+
+
- 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\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_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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {68ab279e-3e50-4ee3-9e9e-c5c100df5c58}
- LadybugTools_Engine
- False
-
-
- {3778ee3e-f314-4eb5-b99f-cf4a8c254e80}
- LadybugTools_oM
- False
-
-
-
-
- xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /C /Y
-
-
\ No newline at end of file
+
+
+
+
+
+
diff --git a/LadybugTools_Adapter/Properties/AssemblyInfo.cs b/LadybugTools_Adapter/Properties/AssemblyInfo.cs
deleted file mode 100644
index 99e4548f..00000000
--- a/LadybugTools_Adapter/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,59 +0,0 @@
-/*
- * This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2023, 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("LadybugTools_Adapter")]
-[assembly: AssemblyDescription("https://github.com/BHoM/LadybugTools_Toolkit")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("LadybugTools_Adapter")]
-[assembly: AssemblyCopyright("Copyright © 2021")]
-[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("d1014f13-0d21-47d4-be0c-0ed2779f387f")]
-
-// 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("7.0.0.0")]
-[assembly: AssemblyFileVersion("7.0.0.0")]
-
diff --git a/LadybugTools_Engine/Convert/FromHoneybeeSurface.cs b/LadybugTools_Engine/Convert/FromHoneybeeSurface.cs
deleted file mode 100644
index a9644bf4..00000000
--- a/LadybugTools_Engine/Convert/FromHoneybeeSurface.cs
+++ /dev/null
@@ -1,148 +0,0 @@
-/*
- * This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2023, 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;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-using BH.oM.Geometry;
-using BH.oM.Environment;
-using BH.oM.Environment.Elements;
-
-using BH.Engine.Geometry;
-using BH.Engine.Environment;
-
-using BH.oM.Base.Attributes;
-using System.ComponentModel;
-
-namespace BH.Engine.LadybugTools
-{
- public static partial class Convert
- {
- [Description("Converts a Honeybee Surface object into an Environments Panel or Opening depending on the Honeybee Surface type.\n" +
- "If the Honeybee Surface is a Window type, then it will convert to an Environments Opening, otherwise it will convert to an Environments Panel. If the Honeybee Surface is an AirWall type then it will convert to an Environments Panel which contains an Opening with the same edges, and the Opening will be set as the Hole type.\n" +
- "Providing a collection of Honeybee Surfaces will return a collection of Environment objects, which may be mixed as Panels and Openings depending on the types.\n" +
- "You can filter out Panels from Openings using the Panels(List) and Openings(List) query methods in the Environment Engine.")]
- [Input("honeybeeSrf", "A Honeybee Surface object from the Honeybee Plus libraries")]
- [Output("environmentObject", "Either an Environment Panel or an Environment Opening depending on the Honeybee Surface type.")]
- public static IEnvironmentObject FromHoneybeeSurface(dynamic honeybeeSrf)
- {
- IGeometry geometry = null;
- try
- {
- geometry = BH.Engine.Rhinoceros.Convert.IFromRhino(honeybeeSrf._geometry as dynamic);
- }
- catch(Exception e)
- {
- BH.Engine.Base.Compute.RecordError("Could not convert that Honeybee Surface to an Environments Panel - recorded error was: " + e.ToString());
- return null;
- }
-
- if(geometry == null)
- {
- BH.Engine.Base.Compute.RecordError("Honeybee Surface does not contain any valid geometry");
- return null;
- }
-
- Polyline boundary = null;
- try
- {
- if (geometry is ISurface)
- boundary = (geometry as ISurface).IExternalEdges().ToList().IJoin().FirstOrDefault().CollapseToPolyline(BH.oM.Geometry.Tolerance.Angle);
- else if (geometry is ICurve)
- boundary = (geometry as ICurve).ICollapseToPolyline(BH.oM.Geometry.Tolerance.Angle);
- }
- catch(Exception e)
- {
- BH.Engine.Base.Compute.RecordError("Honeybee Surface geometry could not be converted successfully - recorded error was: " + e.ToString());
- return null;
- }
-
- if(boundary == null)
- {
- BH.Engine.Base.Compute.RecordError("Honeybee Surface geometry could not be converted to BHoM Geometry");
- return null;
- }
-
- string panelType = string.Empty;
- try
- {
- panelType = honeybeeSrf._surface_type.ToString();//.__class__.__doc__;
- }
- catch(Exception e)
- {
- BH.Engine.Base.Compute.RecordWarning("Honeybee Surface does not contain a valid panel type. Using PanelType.ExternalWall instead. Recorded error was: " + e.ToString());
- }
-
- if(panelType == string.Empty)
- BH.Engine.Base.Compute.RecordWarning("Honeybee Surface does not contain a valid panel type. Using PanelType.ExternalWall instead");
-
- if (panelType.EndsWith("Window"))
- return ToOpening(boundary.ToEdges());
- else
- return ToPanel(boundary.ToEdges(), panelType);
- }
-
- private static Panel ToPanel(List edges, string panelType)
- {
- Panel returnPanel = new Panel();
- returnPanel.ExternalEdges = edges;
-
- PanelType type = PanelType.WallExternal;
- if (panelType.EndsWith("Wall"))
- type = PanelType.WallExternal;
- else if (panelType.EndsWith("Roof"))
- type = PanelType.Roof;
- else if (panelType.EndsWith("Floor"))
- type = PanelType.Floor;
- else if (panelType.EndsWith("Ceiling"))
- type = PanelType.Ceiling;
-
- returnPanel.Type = type;
-
- if (panelType.EndsWith("AirWall"))
- {
- //This should have a 100% opening on the wall
- Opening airWall = new Opening();
- airWall.Type = OpeningType.Undefined; //Change to Hole when implemented
- airWall.Edges = edges;
- returnPanel.Openings.Add(airWall);
- }
-
- return returnPanel;
- }
-
- private static Opening ToOpening(List edges)
- {
- Opening returnOpening = new Opening();
- returnOpening.Edges = edges;
- returnOpening.Type = OpeningType.Window;
-
- return returnOpening;
- }
- }
-}
-
-
-
diff --git a/LadybugTools_Engine/LadybugTools_Engine.csproj b/LadybugTools_Engine/LadybugTools_Engine.csproj
index 123004bb..2514fc93 100644
--- a/LadybugTools_Engine/LadybugTools_Engine.csproj
+++ b/LadybugTools_Engine/LadybugTools_Engine.csproj
@@ -1,38 +1,21 @@
-
-
-
+
+
- Debug
- AnyCPU
- {68AB279E-3E50-4EE3-9E9E-C5C100DF5C58}
- Library
- Properties
- BH.Engine.LadybugTools
- LadybugTools_Engine
- v4.7.2
- 512
- true
-
-
-
-
-
- true
- full
- false
- ..\Build\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
+ netstandard2.0
+ 7.0.0.0
+ https://github.com/BHoM/LadybugTools_Toolkit
+ 6.0.0
+ BHoM
+ Copyright © https://github.com/BHoM
+ BH.Engine.LadyBugTools
+ 7.0.0.0
..\Build\
- TRACE
- prompt
- 4
+
+
+
+
+
$(ProgramData)\BHoM\Assemblies\Analytical_oM.dll
@@ -69,9 +52,6 @@
False
False
-
- ..\packages\RhinoCommon.6.33.20343.16431\lib\net45\Eto.dll
-
$(ProgramData)\BHoM\Assemblies\Geometry_Engine.dll
False
@@ -92,88 +72,19 @@
False
False
-
- ..\packages\RhinoCommon.6.33.20343.16431\lib\net45\Rhino.UI.dll
-
-
- $(ProgramData)\BHoM\Assemblies\Rhinoceros_Engine.dll
- False
- False
-
-
- ..\packages\RhinoCommon.6.33.20343.16431\lib\net45\RhinoCommon.dll
-
$(ProgramData)\BHoM\Assemblies\Serialiser_Engine.dll
False
False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {3778EE3E-F314-4EB5-B99F-CF4A8C254E80}
- LadybugTools_oM
- False
-
-
-
-
-
-
- xcopy "$(TargetDir)$(TargetFileName)" "C:\\ProgramData\\BHoM\\Assemblies" /Y
-
-
-
-
- if not exist "C:\ProgramData\BHoM\Extensions\PythonEnvironments" mkdir "C:\ProgramData\BHoM\Extensions\PythonEnvironments"
- if not exist "C:\ProgramData\BHoM\Extensions\PythonCode" mkdir "C:\ProgramData\BHoM\Extensions\PythonCode"
-
- if exist "C:\ProgramData\BHoM\Extensions\PythonCode\$(SolutionName)" rmdir "C:\ProgramData\BHoM\Extensions\PythonCode\$(SolutionName)" /S /Q
- mkdir "C:\ProgramData\BHoM\Extensions\PythonCode\$(SolutionName)"
- robocopy "$(ProjectDir)Python" "C:\ProgramData\BHoM\Extensions\PythonCode\$(SolutionName)" /mir /xf "*.pyc" "*.ipynb" /xd "__*__" ".*" > output.log
- del output.log
-
-
-
-
-
- This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
-
+
+
-
\ No newline at end of file
+
+
+
+
+
+
diff --git a/LadybugTools_Engine/Properties/AssemblyInfo.cs b/LadybugTools_Engine/Properties/AssemblyInfo.cs
deleted file mode 100644
index 171e53df..00000000
--- a/LadybugTools_Engine/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,61 +0,0 @@
-/*
- * This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2023, 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("LadybugTools_Engine")]
-[assembly: AssemblyDescription("https://github.com/BHoM/LadybugTools_Toolkit")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("LadybugTools_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("68ab279e-3e50-4ee3-9e9e-c5c100df5c58")]
-
-// 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("7.0.0.0")]
-[assembly: AssemblyFileVersion("7.0.0.0")]
-
-
-
diff --git a/LadybugTools_Engine/Versioning_70.json b/LadybugTools_Engine/Versioning_70.json
new file mode 100644
index 00000000..b5d1e527
--- /dev/null
+++ b/LadybugTools_Engine/Versioning_70.json
@@ -0,0 +1,5 @@
+{
+ "MessageForDeleted": {
+ "BH.Engine.LadybugTools.Convert.FromHoneybeeSurface(System.Object)": "This method has been removed as part of the removal of the dependency from Rhino in the LadybugTools_Toolkit."
+ }
+}
\ No newline at end of file
diff --git a/LadybugTools_Engine/packages.config b/LadybugTools_Engine/packages.config
deleted file mode 100644
index bd92a9ef..00000000
--- a/LadybugTools_Engine/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/LadybugTools_Toolkit.sln b/LadybugTools_Toolkit.sln
index 42112650..2267205a 100644
--- a/LadybugTools_Toolkit.sln
+++ b/LadybugTools_Toolkit.sln
@@ -1,13 +1,13 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.30011.22
+# Visual Studio Version 17
+VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LadybugTools_Engine", "LadybugTools_Engine\LadybugTools_Engine.csproj", "{68AB279E-3E50-4EE3-9E9E-C5C100DF5C58}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LadybugTools_oM", "LadybugTools_oM\LadybugTools_oM.csproj", "{ABC2CD49-3DCF-46C3-9249-EB09C88ECFFD}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LadybugTools_oM", "LadybugTools_oM\LadybugTools_oM.csproj", "{3778EE3E-F314-4EB5-B99F-CF4A8C254E80}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LadybugTools_Engine", "LadybugTools_Engine\LadybugTools_Engine.csproj", "{0A409572-CA4B-4267-95AD-F9A4A699DB89}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LadybugTools_Adapter", "LadybugTools_Adapter\LadybugTools_Adapter.csproj", "{D1014F13-0D21-47D4-BE0C-0ED2779F387F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LadybugTools_Adapter", "LadybugTools_Adapter\LadybugTools_Adapter.csproj", "{FA39A3F6-100F-4824-A91B-A2AEC4660B4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,18 +15,18 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {68AB279E-3E50-4EE3-9E9E-C5C100DF5C58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {68AB279E-3E50-4EE3-9E9E-C5C100DF5C58}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {68AB279E-3E50-4EE3-9E9E-C5C100DF5C58}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {68AB279E-3E50-4EE3-9E9E-C5C100DF5C58}.Release|Any CPU.Build.0 = Release|Any CPU
- {3778EE3E-F314-4EB5-B99F-CF4A8C254E80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3778EE3E-F314-4EB5-B99F-CF4A8C254E80}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3778EE3E-F314-4EB5-B99F-CF4A8C254E80}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3778EE3E-F314-4EB5-B99F-CF4A8C254E80}.Release|Any CPU.Build.0 = Release|Any CPU
- {D1014F13-0D21-47D4-BE0C-0ED2779F387F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D1014F13-0D21-47D4-BE0C-0ED2779F387F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D1014F13-0D21-47D4-BE0C-0ED2779F387F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D1014F13-0D21-47D4-BE0C-0ED2779F387F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {ABC2CD49-3DCF-46C3-9249-EB09C88ECFFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {ABC2CD49-3DCF-46C3-9249-EB09C88ECFFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {ABC2CD49-3DCF-46C3-9249-EB09C88ECFFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {ABC2CD49-3DCF-46C3-9249-EB09C88ECFFD}.Release|Any CPU.Build.0 = Release|Any CPU
+ {0A409572-CA4B-4267-95AD-F9A4A699DB89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {0A409572-CA4B-4267-95AD-F9A4A699DB89}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {0A409572-CA4B-4267-95AD-F9A4A699DB89}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {0A409572-CA4B-4267-95AD-F9A4A699DB89}.Release|Any CPU.Build.0 = Release|Any CPU
+ {FA39A3F6-100F-4824-A91B-A2AEC4660B4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {FA39A3F6-100F-4824-A91B-A2AEC4660B4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {FA39A3F6-100F-4824-A91B-A2AEC4660B4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {FA39A3F6-100F-4824-A91B-A2AEC4660B4E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/LadybugTools_oM/LadybugTools_oM.csproj b/LadybugTools_oM/LadybugTools_oM.csproj
index c11556c3..b0df3b80 100644
--- a/LadybugTools_oM/LadybugTools_oM.csproj
+++ b/LadybugTools_oM/LadybugTools_oM.csproj
@@ -1,56 +1,17 @@
-
-
-
+
+
- Debug
- AnyCPU
- {3778EE3E-F314-4EB5-B99F-CF4A8C254E80}
- Library
- LadybugTools_oM
- LadybugTools_oM
- v4.7.2
- 512
- true
- true
- publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
-
-
- AnyCPU
- true
- full
- false
- ..\Build\
- DEBUG;TRACE
- prompt
- 4
-
-
- AnyCPU
- pdbonly
- true
+ netstandard2.0
+ 7.0.0.0
+ https://github.com/BHoM/LadybugTools_Toolkit
+ 6.0.0
+ BHoM
+ Copyright © https://github.com/BHoM
+ BH.oM.LadyBugTools
+ 7.0.0.0
..\Build\
- TRACE
- prompt
- 4
-
-
-
+
$(ProgramData)\BHoM\Assemblies\BHoM.dll
@@ -58,57 +19,19 @@
False
- False
$(ProgramData)\BHoM\Assemblies\Environment_oM.dll
False
+ False
$(ProgramData)\BHoM\Assemblies\Geometry_oM.dll
False
False
-
- ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- False
- Microsoft .NET Framework 4.5.2 %28x86 and x64%29
- true
-
-
- False
- .NET Framework 3.5 SP1
- false
-
-
-
-
-
-
- xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /C /Y
-
-
\ No newline at end of file
+
+
+
+
+
+
diff --git a/LadybugTools_oM/Properties/AssemblyInfo.cs b/LadybugTools_oM/Properties/AssemblyInfo.cs
deleted file mode 100644
index a091c8e1..00000000
--- a/LadybugTools_oM/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,59 +0,0 @@
-/*
- * This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2023, 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("LadybugTools_oM")]
-[assembly: AssemblyDescription("https://github.com/BHoM/LadybugTools_Toolkit")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("LadybugTools_oM")]
-[assembly: AssemblyCopyright("Copyright © 2021")]
-[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("3778ee3e-f314-4eb5-b99f-cf4a8c254e80")]
-
-// 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("7.0.0.0")]
-[assembly: AssemblyFileVersion("7.0.0.0")]
-
diff --git a/LadybugTools_oM/packages.config b/LadybugTools_oM/packages.config
deleted file mode 100644
index 5eaa239b..00000000
--- a/LadybugTools_oM/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/dependencies.txt b/dependencies.txt
index 7edef084..311d7f1a 100644
--- a/dependencies.txt
+++ b/dependencies.txt
@@ -1,5 +1,4 @@
BHoM/BHoM
BHoM/BHoM_Engine
BHoM/BHoM_Adapter
-BHoM/Rhinoceros_Toolkit
BHoM/Python_Toolkit
\ No newline at end of file