Skip to content

Commit b676453

Browse files
BHoMBotFraser Greenroyd
authored andcommitted
Update CSProject compliance
1 parent d5c1be9 commit b676453

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

SQL_Adapter/SQL_Adapter.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTarget="" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -47,8 +47,9 @@
4747
<SpecificVersion>False</SpecificVersion>
4848
</Reference>
4949
<Reference Include="BHoM_Engine">
50-
<HintPath>..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\BHoM_Engine.dll</HintPath>
50+
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM_Engine.dll</HintPath>
5151
<Private>False</Private>
52+
<SpecificVersion>False</SpecificVersion>
5253
</Reference>
5354
<Reference Include="Data_oM">
5455
<HintPath>C:\ProgramData\BHoM\Assemblies\Data_oM.dll</HintPath>
@@ -87,4 +88,4 @@
8788
<PropertyGroup>
8889
<PostBuildEvent>xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y</PostBuildEvent>
8990
</PropertyGroup>
90-
</Project>
91+
</Project>

SQL_Engine/SQL_Engine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTarget="" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -77,4 +77,4 @@
7777
<PropertyGroup>
7878
<PostBuildEvent>xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y</PostBuildEvent>
7979
</PropertyGroup>
80-
</Project>
80+
</Project>

0 commit comments

Comments
 (0)