diff --git a/LifeCycleAssessment_Engine/LifeCycleAssessment_Engine.csproj b/LifeCycleAssessment_Engine/LifeCycleAssessment_Engine.csproj
index f657ef6..7192f7f 100644
--- a/LifeCycleAssessment_Engine/LifeCycleAssessment_Engine.csproj
+++ b/LifeCycleAssessment_Engine/LifeCycleAssessment_Engine.csproj
@@ -1,34 +1,14 @@
-
-
-
+
+
- Debug
- AnyCPU
- {75BC936E-7B41-453E-A219-C0817EB35676}
- Library
- Properties
+ netstandard2.0
+ https://github.com/BHoM/LifeCycleAssessment_Toolkit
+ 6.1.0.0
+ 6.0.0.0
BH.Engine.LifeCycleAssessment
- LifeCycleAssessment_Engine
- v4.7.2
- 512
-
-
- true
- full
- false
- ..\Build\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- ..\Build\
- TRACE
- prompt
- 4
+ ..\Build\
+
C:\ProgramData\BHoM\Assemblies\Analytical_oM.dll
@@ -41,14 +21,14 @@
False
- False
C:\ProgramData\BHoM\Assemblies\BHoM_Engine.dll
False
+ False
- False
C:\ProgramData\BHoM\Assemblies\Dimensional_oM.dll
False
+ False
C:\ProgramData\BHoM\Assemblies\Environment_oM.dll
@@ -66,9 +46,9 @@
False
- False
C:\ProgramData\BHoM\Assemblies\LifeCycleAssessment_oM.dll
False
+ False
C:\ProgramData\BHoM\Assemblies\Matter_Engine.dll
@@ -86,14 +66,14 @@
False
- False
C:\ProgramData\BHoM\Assemblies\Physical_oM.dll
False
+ False
- False
C:\ProgramData\BHoM\Assemblies\Quantities_oM.dll
False
+ False
C:\ProgramData\BHoM\Assemblies\Spatial_Engine.dll
@@ -106,71 +86,14 @@
False
- False
C:\ProgramData\BHoM\Assemblies\Structure_oM.dll
False
+ False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y
-xcopy "$(SolutionDir)DataSets\*.*" "C:\ProgramData\BHoM\DataSets" /Y /I /E
-
-
-
\ No newline at end of file
+
+
diff --git a/LifeCycleAssessment_Engine/Properties/AssemblyInfo.cs b/LifeCycleAssessment_Engine/Properties/AssemblyInfo.cs
deleted file mode 100644
index 8eba6e4..0000000
--- a/LifeCycleAssessment_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("LifeCycleAssessment_Engine")]
-[assembly: AssemblyDescription("https://github.com/BHoM/LifeCycleAssessment_Toolkit")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("LifeCycleAssessment_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("75bc936e-7b41-453e-a219-c0817eb35676")]
-
-// 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("6.0.0.0")]
-[assembly: AssemblyFileVersion("6.1.0.0")]
-
-
-