Skip to content

Commit

Permalink
Second pass at fixing csproj ref paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rolyhudson authored and al-fisher committed Dec 7, 2020
1 parent acfc4ca commit 173885e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Analytical_Engine/Analytical_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<Private>False</Private>
</Reference>
<Reference Include="Graphics_oM">
<HintPath>\ProgramData\BHoM\Assemblies\Graphics_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Graphics_oM.dll</HintPath>
</Reference>
<Reference Include="Physical_oM">
<HintPath>C:\ProgramData\BHoM\Assemblies\Physical_oM.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Graphics_Engine/Graphics_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</Reference>
<Reference Include="Data_oM, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" />
<Reference Include="Dimensional_oM">
<HintPath>\ProgramData\BHoM\Assemblies\Dimensional_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Dimensional_oM.dll</HintPath>
</Reference>
<Reference Include="Geometry_oM">
<SpecificVersion>False</SpecificVersion>
Expand Down

0 comments on commit 173885e

Please sign in to comment.