diff --git a/SQL_Adapter/Properties/AssemblyInfo.cs b/SQL_Adapter/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ce647f8 --- /dev/null +++ b/SQL_Adapter/Properties/AssemblyInfo.cs @@ -0,0 +1,60 @@ +/* + * 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("SQL_Adapter")] +[assembly: AssemblyDescription("https://github.com/BHoM/SQL_Toolkit")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("SQL_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("4d861e16-ceec-4953-8f6a-1708d8167329")] + +// 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")] + + diff --git a/SQL_Adapter/SQL_Adapter.csproj b/SQL_Adapter/SQL_Adapter.csproj index 8558019..90d015b 100644 --- a/SQL_Adapter/SQL_Adapter.csproj +++ b/SQL_Adapter/SQL_Adapter.csproj @@ -1,35 +1,91 @@ - - + + + - netstandard2.0 - true + Debug + AnyCPU + {4D861E16-CEEC-4953-8F6A-1708D8167329} + Library + Properties + BH.Adapter.SQL + SQL_Adapter + v4.7.2 + 512 + + + + true + full + false + ..\Build\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ..\Build\ + TRACE + prompt + 4 - - - - - - - - - - - ..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\Adapter_oM.dll + C:\ProgramData\BHoM\Assemblies\Adapter_oM.dll + False + False - ..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\BHoM.dll + C:\ProgramData\BHoM\Assemblies\BHoM.dll + False + False - ..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\BHoM_Adapter.dll + C:\ProgramData\BHoM\Assemblies\BHoM_Adapter.dll + False + False - ..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\BHoM_Engine.dll + C:\ProgramData\BHoM\Assemblies\BHoM_Engine.dll + False + False - ..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\Data_oM.dll + C:\ProgramData\BHoM\Assemblies\Data_oM.dll + False + False + + + + + + + + - + + + + + + + + + + + + {089e0c4a-e022-4dae-868d-b46f0de06074} + SQL_Engine + + + {0a6a3dbf-220b-4c64-8ce5-3e0ddc479404} + SQL_oM + + + + + xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y + diff --git a/SQL_Engine/Properties/AssemblyInfo.cs b/SQL_Engine/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..fc77a02 --- /dev/null +++ b/SQL_Engine/Properties/AssemblyInfo.cs @@ -0,0 +1,60 @@ +/* + * 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("SQL_Engine")] +[assembly: AssemblyDescription("https://github.com/BHoM/SQL_Toolkit")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("SQL_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("089e0c4a-e022-4dae-868d-b46f0de06074")] + +// 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")] + + diff --git a/SQL_Engine/SQL_Engine.csproj b/SQL_Engine/SQL_Engine.csproj index a526985..3fc96c1 100644 --- a/SQL_Engine/SQL_Engine.csproj +++ b/SQL_Engine/SQL_Engine.csproj @@ -1,36 +1,80 @@ - - + + + - netstandard2.0 - ..\Build\ - true + Debug + AnyCPU + {089E0C4A-E022-4DAE-868D-B46F0DE06074} + Library + Properties + BH.Engine.SQL + SQL_Engine + v4.7.2 + 512 + + + + true + full + false + ..\Build\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ..\Build\ + TRACE + prompt + 4 - - - - - - - - - - ..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\Adapter_oM.dll + False + False + C:\ProgramData\BHoM\Assemblies\Adapter_oM.dll - ..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\BHoM.dll + C:\ProgramData\BHoM\Assemblies\BHoM.dll + False + False - ..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\BHoM_Engine.dll + C:\ProgramData\BHoM\Assemblies\BHoM_Engine.dll + False + False - ..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\Data_oM.dll + C:\ProgramData\BHoM\Assemblies\Data_oM.dll + False + False + + + + + + + + - - - - - + + + + + + + + + + {0a6a3dbf-220b-4c64-8ce5-3e0ddc479404} + SQL_oM + + + + + xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y + diff --git a/SQL_Toolkit.sln b/SQL_Toolkit.sln index 48b314f..fd97c6b 100644 --- a/SQL_Toolkit.sln +++ b/SQL_Toolkit.sln @@ -1,13 +1,13 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.4.33403.182 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.1382 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQL_oM", "SQL_oM\SQL_oM.csproj", "{7187B692-350F-4DB6-BCFC-8FAEEF13A607}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQL_Adapter", "SQL_Adapter\SQL_Adapter.csproj", "{4D861E16-CEEC-4953-8F6A-1708D8167329}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQL_Engine", "SQL_Engine\SQL_Engine.csproj", "{5882A976-3E46-41D5-9632-29E0E7500C87}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQL_oM", "SQL_oM\SQL_oM.csproj", "{0A6A3DBF-220B-4C64-8CE5-3E0DDC479404}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQL_Adapter", "SQL_Adapter\SQL_Adapter.csproj", "{9FA48E87-F6B8-4E11-8F07-F2424A1F078A}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQL_Engine", "SQL_Engine\SQL_Engine.csproj", "{089E0C4A-E022-4DAE-868D-B46F0DE06074}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,18 +15,18 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7187B692-350F-4DB6-BCFC-8FAEEF13A607}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7187B692-350F-4DB6-BCFC-8FAEEF13A607}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7187B692-350F-4DB6-BCFC-8FAEEF13A607}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7187B692-350F-4DB6-BCFC-8FAEEF13A607}.Release|Any CPU.Build.0 = Release|Any CPU - {5882A976-3E46-41D5-9632-29E0E7500C87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5882A976-3E46-41D5-9632-29E0E7500C87}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5882A976-3E46-41D5-9632-29E0E7500C87}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5882A976-3E46-41D5-9632-29E0E7500C87}.Release|Any CPU.Build.0 = Release|Any CPU - {9FA48E87-F6B8-4E11-8F07-F2424A1F078A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9FA48E87-F6B8-4E11-8F07-F2424A1F078A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9FA48E87-F6B8-4E11-8F07-F2424A1F078A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9FA48E87-F6B8-4E11-8F07-F2424A1F078A}.Release|Any CPU.Build.0 = Release|Any CPU + {4D861E16-CEEC-4953-8F6A-1708D8167329}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4D861E16-CEEC-4953-8F6A-1708D8167329}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4D861E16-CEEC-4953-8F6A-1708D8167329}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4D861E16-CEEC-4953-8F6A-1708D8167329}.Release|Any CPU.Build.0 = Release|Any CPU + {0A6A3DBF-220B-4C64-8CE5-3E0DDC479404}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0A6A3DBF-220B-4C64-8CE5-3E0DDC479404}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0A6A3DBF-220B-4C64-8CE5-3E0DDC479404}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0A6A3DBF-220B-4C64-8CE5-3E0DDC479404}.Release|Any CPU.Build.0 = Release|Any CPU + {089E0C4A-E022-4DAE-868D-B46F0DE06074}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {089E0C4A-E022-4DAE-868D-B46F0DE06074}.Debug|Any CPU.Build.0 = Debug|Any CPU + {089E0C4A-E022-4DAE-868D-B46F0DE06074}.Release|Any CPU.ActiveCfg = Release|Any CPU + {089E0C4A-E022-4DAE-868D-B46F0DE06074}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/SQL_oM/Properties/AssemblyInfo.cs b/SQL_oM/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..0404f85 --- /dev/null +++ b/SQL_oM/Properties/AssemblyInfo.cs @@ -0,0 +1,60 @@ +/* + * 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("SQL_oM")] +[assembly: AssemblyDescription("https://github.com/BHoM/SQL_Toolkit")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("SQL_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("0a6a3dbf-220b-4c64-8ce5-3e0ddc479404")] + +// 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")] + + diff --git a/SQL_oM/SQL_oM.csproj b/SQL_oM/SQL_oM.csproj index 6f811b8..c0e99eb 100644 --- a/SQL_oM/SQL_oM.csproj +++ b/SQL_oM/SQL_oM.csproj @@ -1,24 +1,72 @@ - - + + + - netstandard2.0 - ..\Build\ + Debug + AnyCPU + {0A6A3DBF-220B-4C64-8CE5-3E0DDC479404} + Library + Properties + BH.oM.SQL + SQL_oM + v4.7.2 + 512 + + + + true + full + false + ..\Build\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ..\Build\ + TRACE + prompt + 4 - - ..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\Adapter_oM.dll + C:\ProgramData\BHoM\Assemblies\Adapter_oM.dll + False + False - ..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\BHoM.dll + C:\ProgramData\BHoM\Assemblies\BHoM.dll + False + False - ..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\Data_oM.dll + C:\ProgramData\BHoM\Assemblies\Data_oM.dll + False + False + + + + + + + + + + + + + + + + + + - - - - - - + + + xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y + + \ No newline at end of file