Skip to content

Commit acb6b4c

Browse files
BHoMBotFraser Greenroyd
authored andcommitted
Update project compliance
1 parent 35c0256 commit acb6b4c

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

CSharp_Engine/CSharp_Engine.csproj

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Description>https://github.com/BHoM/CSharp_Toolkit</Description>
6+
<FileVersion>6.1.0.0</FileVersion>
7+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
58
<BaseOutputPath>..\Build\</BaseOutputPath>
69
<RootNamespace>BH.Engine.CSharp</RootNamespace>
710
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
@@ -25,22 +28,34 @@
2528

2629
<ItemGroup>
2730
<Reference Include="BHoM">
28-
<HintPath>..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\BHoM.dll</HintPath>
31+
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM.dll</HintPath>
32+
<Private>False</Private>
33+
<SpecificVersion>False</SpecificVersion>
2934
</Reference>
3035
<Reference Include="BHoM_Engine">
31-
<HintPath>..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\BHoM_Engine.dll</HintPath>
36+
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM_Engine.dll</HintPath>
37+
<Private>False</Private>
38+
<SpecificVersion>False</SpecificVersion>
3239
</Reference>
3340
<Reference Include="Library_Engine">
34-
<HintPath>..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\Library_Engine.dll</HintPath>
41+
<HintPath>C:\ProgramData\BHoM\Assemblies\Library_Engine.dll</HintPath>
42+
<Private>False</Private>
43+
<SpecificVersion>False</SpecificVersion>
3544
</Reference>
3645
<Reference Include="Programming_Engine">
37-
<HintPath>..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\Programming_Engine.dll</HintPath>
46+
<HintPath>C:\ProgramData\BHoM\Assemblies\Programming_Engine.dll</HintPath>
47+
<Private>False</Private>
48+
<SpecificVersion>False</SpecificVersion>
3849
</Reference>
3950
<Reference Include="Programming_oM">
40-
<HintPath>..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\Programming_oM.dll</HintPath>
51+
<HintPath>C:\ProgramData\BHoM\Assemblies\Programming_oM.dll</HintPath>
52+
<Private>False</Private>
53+
<SpecificVersion>False</SpecificVersion>
4154
</Reference>
4255
<Reference Include="Reflection_Engine">
43-
<HintPath>..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\Reflection_Engine.dll</HintPath>
56+
<HintPath>C:\ProgramData\BHoM\Assemblies\Reflection_Engine.dll</HintPath>
57+
<Private>False</Private>
58+
<SpecificVersion>False</SpecificVersion>
4459
</Reference>
4560
</ItemGroup>
4661

CSharp_oM/CSharp_oM.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Description>https://github.com/BHoM/CSharp_Toolkit</Description>
6+
<FileVersion>6.1.0.0</FileVersion>
7+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
58
<RootNamespace>BH.oM.CSharp</RootNamespace>
69
<BaseOutputPath>..\Build\</BaseOutputPath>
710
</PropertyGroup>
@@ -16,7 +19,9 @@
1619

1720
<ItemGroup>
1821
<Reference Include="BHoM">
19-
<HintPath>..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\BHoM.dll</HintPath>
22+
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM.dll</HintPath>
23+
<Private>False</Private>
24+
<SpecificVersion>False</SpecificVersion>
2025
</Reference>
2126
</ItemGroup>
2227

0 commit comments

Comments
 (0)