Skip to content

Commit 88f4c40

Browse files
authored
8.2 Deployment (#718)
2 parents 8140e6d + 85a2384 commit 88f4c40

4 files changed

Lines changed: 346 additions & 346 deletions

File tree

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
1-
/*
2-
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
4-
*
5-
* Each contributor holds copyright over their respective contributions.
6-
* The project versioning (Git) records all such contribution source information.
7-
*
8-
*
9-
* The BHoM is free software: you can redistribute it and/or modify
10-
* it under the terms of the GNU Lesser General Public License as published by
11-
* the Free Software Foundation, either version 3.0 of the License, or
12-
* (at your option) any later version.
13-
*
14-
* The BHoM is distributed in the hope that it will be useful,
15-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU Lesser General Public License for more details.
18-
*
19-
* You should have received a copy of the GNU Lesser General Public License
20-
* along with this code. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
21-
*/
22-
23-
using Grasshopper.Kernel;
24-
using System.Reflection;
25-
using System.Runtime.CompilerServices;
26-
using System.Runtime.InteropServices;
27-
28-
// General Information about an assembly is controlled through the following
29-
// set of attributes. Change these attribute values to modify the information
30-
// associated with an assembly.
31-
[assembly: AssemblyTitle("GH_Manipulator")]
1+
/*
2+
* This file is part of the Buildings and Habitats object Model (BHoM)
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
4+
*
5+
* Each contributor holds copyright over their respective contributions.
6+
* The project versioning (Git) records all such contribution source information.
7+
*
8+
*
9+
* The BHoM is free software: you can redistribute it and/or modify
10+
* it under the terms of the GNU Lesser General Public License as published by
11+
* the Free Software Foundation, either version 3.0 of the License, or
12+
* (at your option) any later version.
13+
*
14+
* The BHoM is distributed in the hope that it will be useful,
15+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
* GNU Lesser General Public License for more details.
18+
*
19+
* You should have received a copy of the GNU Lesser General Public License
20+
* along with this code. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
21+
*/
22+
23+
using Grasshopper.Kernel;
24+
using System.Reflection;
25+
using System.Runtime.CompilerServices;
26+
using System.Runtime.InteropServices;
27+
28+
// General Information about an assembly is controlled through the following
29+
// set of attributes. Change these attribute values to modify the information
30+
// associated with an assembly.
31+
[assembly: AssemblyTitle("GH_Manipulator")]
3232
[assembly: AssemblyDescription("https://github.com/BHoM/Grasshopper_UI")]
33-
[assembly: AssemblyConfiguration("")]
34-
[assembly: AssemblyCompany("")]
35-
[assembly: AssemblyProduct("GH_Manipulator")]
36-
[assembly: AssemblyCopyright("Copyright © https://github.com/BHoM")]
37-
[assembly: AssemblyTrademark("")]
38-
[assembly: AssemblyCulture("")]
39-
[assembly: Grasshopper.Kernel.GH_Loading(GH_LoadingDemand.ForceDirect)]
40-
41-
// Setting ComVisible to false makes the types in this assembly not visible
42-
// to COM components. If you need to access a type in this assembly from
43-
// COM, set the ComVisible attribute to true on that type.
44-
[assembly: ComVisible(false)]
45-
46-
// The following GUID is for the ID of the typelib if this project is exposed to COM
47-
[assembly: Guid("215bd43e-2500-4a6c-b56a-38abf9c6e7a0")]
48-
49-
// Version information for an assembly consists of the following four values:
50-
//
51-
// Major Version
52-
// Minor Version
53-
// Build Number
54-
// Revision
55-
//
56-
// You can specify all the values or you can default the Build and Revision Numbers
57-
// by using the '*' as shown below:
58-
// [assembly: AssemblyVersion("1.0.*")]
59-
[assembly: AssemblyVersion("8.0.0.0")]
60-
[assembly: AssemblyFileVersion("8.1.0.0")]
61-
62-
63-
64-
65-
66-
33+
[assembly: AssemblyConfiguration("")]
34+
[assembly: AssemblyCompany("")]
35+
[assembly: AssemblyProduct("GH_Manipulator")]
36+
[assembly: AssemblyCopyright("Copyright © https://github.com/BHoM")]
37+
[assembly: AssemblyTrademark("")]
38+
[assembly: AssemblyCulture("")]
39+
[assembly: Grasshopper.Kernel.GH_Loading(GH_LoadingDemand.ForceDirect)]
40+
41+
// Setting ComVisible to false makes the types in this assembly not visible
42+
// to COM components. If you need to access a type in this assembly from
43+
// COM, set the ComVisible attribute to true on that type.
44+
[assembly: ComVisible(false)]
45+
46+
// The following GUID is for the ID of the typelib if this project is exposed to COM
47+
[assembly: Guid("215bd43e-2500-4a6c-b56a-38abf9c6e7a0")]
48+
49+
// Version information for an assembly consists of the following four values:
50+
//
51+
// Major Version
52+
// Minor Version
53+
// Build Number
54+
// Revision
55+
//
56+
// You can specify all the values or you can default the Build and Revision Numbers
57+
// by using the '*' as shown below:
58+
// [assembly: AssemblyVersion("1.0.*")]
59+
[assembly: AssemblyVersion("8.0.0.0")]
60+
[assembly: AssemblyFileVersion("8.2.0.0")]
61+
62+
63+
64+
65+
66+
Lines changed: 105 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1,105 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net472</TargetFramework>
5-
<AssemblyVersion>8.0.0.0</AssemblyVersion>
6-
<Description>https://github.com/BHoM/Grasshopper_UI</Description>
7-
<Version>5.0.0</Version>
8-
<Authors>BHoM</Authors>
9-
<Copyright>Copyright © https://github.com/BHoM</Copyright>
10-
<RootNamespace>BH.Engine.Grasshopper</RootNamespace>
11-
<FileVersion>8.1.0.0</FileVersion>
12-
<OutputPath>..\Build\</OutputPath>
13-
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
14-
</PropertyGroup>
15-
16-
<ItemGroup>
17-
<PackageReference Include="Grasshopper" Version="6.33.20343.16431" />
18-
</ItemGroup>
19-
<ItemGroup>
20-
<Reference Include="BHoM">
21-
<SpecificVersion>False</SpecificVersion>
22-
<HintPath>$(ProgramData)\BHoM\Assemblies\BHoM.dll</HintPath>
23-
<Private>False</Private>
24-
</Reference>
25-
<Reference Include="BHoM_Engine">
26-
<SpecificVersion>False</SpecificVersion>
27-
<HintPath>$(ProgramData)\BHoM\Assemblies\BHoM_Engine.dll</HintPath>
28-
<Private>False</Private>
29-
</Reference>
30-
<Reference Include="BHoM_UI">
31-
<HintPath>$(ProgramData)\BHoM\Assemblies\BHoM_UI.dll</HintPath>
32-
<Private>False</Private>
33-
<SpecificVersion>False</SpecificVersion>
34-
</Reference>
35-
<Reference Include="Data_Engine">
36-
<HintPath>$(ProgramData)\BHoM\Assemblies\Data_Engine.dll</HintPath>
37-
<Private>False</Private>
38-
<SpecificVersion>False</SpecificVersion>
39-
</Reference>
40-
<Reference Include="Dimensional_oM">
41-
<HintPath>$(ProgramData)\BHoM\Assemblies\Dimensional_oM.dll</HintPath>
42-
<Private>False</Private>
43-
<SpecificVersion>False</SpecificVersion>
44-
</Reference>
45-
<Reference Include="Geometry_Engine">
46-
<SpecificVersion>False</SpecificVersion>
47-
<HintPath>$(ProgramData)\BHoM\Assemblies\Geometry_Engine.dll</HintPath>
48-
<Private>False</Private>
49-
</Reference>
50-
<Reference Include="Geometry_oM">
51-
<HintPath>$(ProgramData)\BHoM\Assemblies\Geometry_oM.dll</HintPath>
52-
<Private>False</Private>
53-
<SpecificVersion>False</SpecificVersion>
54-
</Reference>
55-
<Reference Include="Graphics_oM">
56-
<HintPath>$(ProgramData)\BHoM\Assemblies\Graphics_oM.dll</HintPath>
57-
<Private>False</Private>
58-
<SpecificVersion>False</SpecificVersion>
59-
</Reference>
60-
<Reference Include="Programming_oM">
61-
<HintPath>$(ProgramData)\BHoM\Assemblies\Programming_oM.dll</HintPath>
62-
<Private>False</Private>
63-
<SpecificVersion>False</SpecificVersion>
64-
</Reference>
65-
<Reference Include="Reflection_Engine">
66-
<SpecificVersion>False</SpecificVersion>
67-
<HintPath>$(ProgramData)\BHoM\Assemblies\Reflection_Engine.dll</HintPath>
68-
<Private>False</Private>
69-
</Reference>
70-
<Reference Include="Rhinoceros_Engine">
71-
<SpecificVersion>False</SpecificVersion>
72-
<HintPath>$(ProgramData)\BHoM\Assemblies\Rhinoceros_Engine.dll</HintPath>
73-
<Private>False</Private>
74-
</Reference>
75-
<Reference Include="Serialiser_Engine">
76-
<SpecificVersion>False</SpecificVersion>
77-
<HintPath>$(ProgramData)\BHoM\Assemblies\Serialiser_Engine.dll</HintPath>
78-
<Private>False</Private>
79-
</Reference>
80-
<Reference Include="System" />
81-
<Reference Include="System.Core" />
82-
<Reference Include="System.Drawing" />
83-
<Reference Include="System.Xml.Linq" />
84-
<Reference Include="System.Data.DataSetExtensions" />
85-
<Reference Include="Microsoft.CSharp" />
86-
<Reference Include="System.Data" />
87-
<Reference Include="System.Net.Http" />
88-
<Reference Include="System.Xml" />
89-
<Reference Include="UI_Engine">
90-
<HintPath>$(ProgramData)\BHoM\Assemblies\UI_Engine.dll</HintPath>
91-
<Private>False</Private>
92-
<SpecificVersion>False</SpecificVersion>
93-
</Reference>
94-
<Reference Include="UI_oM">
95-
<HintPath>$(ProgramData)\BHoM\Assemblies\UI_oM.dll</HintPath>
96-
<Private>False</Private>
97-
<SpecificVersion>False</SpecificVersion>
98-
</Reference>
99-
</ItemGroup>
100-
101-
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
102-
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;$(ProgramData)\BHoM\Assemblies&quot; /Y" />
103-
</Target>
104-
105-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net472</TargetFramework>
5+
<AssemblyVersion>8.0.0.0</AssemblyVersion>
6+
<Description>https://github.com/BHoM/Grasshopper_UI</Description>
7+
<Version>5.0.0</Version>
8+
<Authors>BHoM</Authors>
9+
<Copyright>Copyright © https://github.com/BHoM</Copyright>
10+
<RootNamespace>BH.Engine.Grasshopper</RootNamespace>
11+
<FileVersion>8.2.0.0</FileVersion>
12+
<OutputPath>..\Build\</OutputPath>
13+
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
14+
</PropertyGroup>
15+
16+
<ItemGroup>
17+
<PackageReference Include="Grasshopper" Version="6.33.20343.16431" />
18+
</ItemGroup>
19+
<ItemGroup>
20+
<Reference Include="BHoM">
21+
<SpecificVersion>False</SpecificVersion>
22+
<HintPath>$(ProgramData)\BHoM\Assemblies\BHoM.dll</HintPath>
23+
<Private>False</Private>
24+
</Reference>
25+
<Reference Include="BHoM_Engine">
26+
<SpecificVersion>False</SpecificVersion>
27+
<HintPath>$(ProgramData)\BHoM\Assemblies\BHoM_Engine.dll</HintPath>
28+
<Private>False</Private>
29+
</Reference>
30+
<Reference Include="BHoM_UI">
31+
<HintPath>$(ProgramData)\BHoM\Assemblies\BHoM_UI.dll</HintPath>
32+
<Private>False</Private>
33+
<SpecificVersion>False</SpecificVersion>
34+
</Reference>
35+
<Reference Include="Data_Engine">
36+
<HintPath>$(ProgramData)\BHoM\Assemblies\Data_Engine.dll</HintPath>
37+
<Private>False</Private>
38+
<SpecificVersion>False</SpecificVersion>
39+
</Reference>
40+
<Reference Include="Dimensional_oM">
41+
<HintPath>$(ProgramData)\BHoM\Assemblies\Dimensional_oM.dll</HintPath>
42+
<Private>False</Private>
43+
<SpecificVersion>False</SpecificVersion>
44+
</Reference>
45+
<Reference Include="Geometry_Engine">
46+
<SpecificVersion>False</SpecificVersion>
47+
<HintPath>$(ProgramData)\BHoM\Assemblies\Geometry_Engine.dll</HintPath>
48+
<Private>False</Private>
49+
</Reference>
50+
<Reference Include="Geometry_oM">
51+
<HintPath>$(ProgramData)\BHoM\Assemblies\Geometry_oM.dll</HintPath>
52+
<Private>False</Private>
53+
<SpecificVersion>False</SpecificVersion>
54+
</Reference>
55+
<Reference Include="Graphics_oM">
56+
<HintPath>$(ProgramData)\BHoM\Assemblies\Graphics_oM.dll</HintPath>
57+
<Private>False</Private>
58+
<SpecificVersion>False</SpecificVersion>
59+
</Reference>
60+
<Reference Include="Programming_oM">
61+
<HintPath>$(ProgramData)\BHoM\Assemblies\Programming_oM.dll</HintPath>
62+
<Private>False</Private>
63+
<SpecificVersion>False</SpecificVersion>
64+
</Reference>
65+
<Reference Include="Reflection_Engine">
66+
<SpecificVersion>False</SpecificVersion>
67+
<HintPath>$(ProgramData)\BHoM\Assemblies\Reflection_Engine.dll</HintPath>
68+
<Private>False</Private>
69+
</Reference>
70+
<Reference Include="Rhinoceros_Engine">
71+
<SpecificVersion>False</SpecificVersion>
72+
<HintPath>$(ProgramData)\BHoM\Assemblies\Rhinoceros_Engine.dll</HintPath>
73+
<Private>False</Private>
74+
</Reference>
75+
<Reference Include="Serialiser_Engine">
76+
<SpecificVersion>False</SpecificVersion>
77+
<HintPath>$(ProgramData)\BHoM\Assemblies\Serialiser_Engine.dll</HintPath>
78+
<Private>False</Private>
79+
</Reference>
80+
<Reference Include="System" />
81+
<Reference Include="System.Core" />
82+
<Reference Include="System.Drawing" />
83+
<Reference Include="System.Xml.Linq" />
84+
<Reference Include="System.Data.DataSetExtensions" />
85+
<Reference Include="Microsoft.CSharp" />
86+
<Reference Include="System.Data" />
87+
<Reference Include="System.Net.Http" />
88+
<Reference Include="System.Xml" />
89+
<Reference Include="UI_Engine">
90+
<HintPath>$(ProgramData)\BHoM\Assemblies\UI_Engine.dll</HintPath>
91+
<Private>False</Private>
92+
<SpecificVersion>False</SpecificVersion>
93+
</Reference>
94+
<Reference Include="UI_oM">
95+
<HintPath>$(ProgramData)\BHoM\Assemblies\UI_oM.dll</HintPath>
96+
<Private>False</Private>
97+
<SpecificVersion>False</SpecificVersion>
98+
</Reference>
99+
</ItemGroup>
100+
101+
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
102+
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;$(ProgramData)\BHoM\Assemblies&quot; /Y" />
103+
</Target>
104+
105+
</Project>

0 commit comments

Comments
 (0)