diff --git a/.ci/code/Verification.sln b/.ci/code/Verification.sln index 41ca269..f64ae0b 100644 --- a/.ci/code/Verification.sln +++ b/.ci/code/Verification.sln @@ -1,9 +1,9 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28307.1259 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Versioning_Test", "Versioning_Test\Versioning_Test.csproj", "{9841FB69-E472-4A52-B25B-FA11288BC54B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Versioning_Test", "Versioning_Test\Versioning_Test.csproj", "{9841FB69-E472-4A52-B25B-FA11288BC54B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/.ci/code/Versioning_Test/Properties/AssemblyInfo.cs b/.ci/code/Versioning_Test/Properties/AssemblyInfo.cs deleted file mode 100644 index 80dd58a..0000000 --- a/.ci/code/Versioning_Test/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,62 +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("Versioning_Test")] -[assembly: AssemblyDescription("https://github.com/BHoM/Versioning_Toolkit")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Versioning_Test")] -[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("9841fb69-e472-4a52-b25b-fa11288bc54b")] - -// 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/.ci/code/Versioning_Test/Versioning_Test.csproj b/.ci/code/Versioning_Test/Versioning_Test.csproj index 96dcd45..63ef25b 100644 --- a/.ci/code/Versioning_Test/Versioning_Test.csproj +++ b/.ci/code/Versioning_Test/Versioning_Test.csproj @@ -1,35 +1,19 @@ - - - + - Debug - AnyCPU - {9841FB69-E472-4A52-B25B-FA11288BC54B} +net472 Library - Properties BH.Test.Versioning - Versioning_Test - v4.7.2 - 512 - true - - - true - full - false - ..\Build\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true ..\Build\ - TRACE - prompt - 4 + Versioning_Test + https://github.com/BHoM/Versioning_Toolkit + Versioning_Test + Copyright © https://github.com/BHoM + 9.0.0.0 + 9.1.0.0 + + + $(ProgramData)\BHoM\Assemblies\BHoM.dll @@ -51,14 +35,6 @@ False False - - - - - - - - $(ProgramData)\BHoM\Assemblies\Test_Engine.dll False @@ -79,21 +55,7 @@ False False + + - - - - - - - - - - - - - - xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y -xcopy "$(ProjectDir)Datasets" "C:\ProgramData\BHoM\Datasets\TestSets\Versioning" /E /H /C /I /R /Y - - \ No newline at end of file + diff --git a/BHoMUpgrades/BHoMUpgrades.csproj b/BHoMUpgrades/BHoMUpgrades.csproj index 3489c28..9820374 100644 --- a/BHoMUpgrades/BHoMUpgrades.csproj +++ b/BHoMUpgrades/BHoMUpgrades.csproj @@ -18,7 +18,10 @@ - + + false + true + diff --git a/PostBuild/PostBuild.csproj b/PostBuild/PostBuild.csproj index 6e008e3..45f3076 100644 --- a/PostBuild/PostBuild.csproj +++ b/PostBuild/PostBuild.csproj @@ -1,83 +1,38 @@ - - - + - Debug - AnyCPU - {4EC319A6-67C9-4627-9DE6-046BB5BAE401} + net472 Exe PostBuild - PostBuild - v4.7.2 - 512 - true - true - - - - AnyCPU - true - full - false - Build\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true Build\ - TRACE - prompt - 4 + PostBuild + https://github.com/BHoM/Versioning_Toolkit + PostBuild + Copyright © https://github.com/BHoM + 9.0.0.0 + 9.1.0.0 + false + + + False True - C:\ProgramData\BHoM\Assemblies\BHoM.dll + $(ProgramData)\BHoM\Assemblies\BHoM.dll False True - C:\ProgramData\BHoM\Assemblies\BHoM_Engine.dll - - - ..\packages\MongoDB.Bson.2.18.0\lib\net472\MongoDB.Bson.dll + $(ProgramData)\BHoM\Assemblies\BHoM_Engine.dll False True - C:\ProgramData\BHoM\Assemblies\Serialiser_Engine.dll - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll + $(ProgramData)\BHoM\Assemblies\Serialiser_Engine.dll - - - - - - + + + - - - - - - - - - - - - mkdir "$(ProgramData)\BHoM\Developer\Versioning" -xcopy /Y /I /E "$(TargetDir)PostBuild.exe" C:\ProgramData\BHoM\Developer\Versioning -xcopy /Y /I /E "$(TargetDir)*.dll" C:\ProgramData\BHoM\Developer\Versioning - - - \ No newline at end of file + diff --git a/PostBuild/Properties/AssemblyInfo.cs b/PostBuild/Properties/AssemblyInfo.cs deleted file mode 100644 index 04265c2..0000000 --- a/PostBuild/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,62 +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("PostBuild")] -[assembly: AssemblyDescription("https://github.com/BHoM/Versioning_Toolkit")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("PostBuild")] -[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("4ec319a6-67c9-4627-9de6-046bb5bae401")] - -// 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")] - - - -