Skip to content

Commit

Permalink
update csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhoehn authored and enarhi committed Jun 7, 2021
1 parent 3f9b1eb commit f4cda34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM_Adapter.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BHoM_Engine, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="BHoM_Engine">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BuildingEnvironments_Toolkit\Build\BHoM_Engine.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM_Engine.dll</HintPath>
</Reference>
<Reference Include="Data_oM">
<HintPath>C:\ProgramData\BHoM\Assemblies\Data_oM.dll</HintPath>
Expand All @@ -64,9 +64,9 @@
<HintPath>C:\ProgramData\BHoM\Assemblies\LifeCycleAssessment_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Physical_oM, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Physical_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BuildingEnvironments_Toolkit\Build\Physical_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Physical_oM.dll</HintPath>
</Reference>
<Reference Include="Reflection_Engine">
<HintPath>C:\ProgramData\BHoM\Assemblies\Reflection_Engine.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions CarbonQueryDatabase_oM/CarbonQueryDatabase_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<HintPath>C:\ProgramData\BHoM\Assemblies\Data_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="LifeCycleAssessment_oM, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="LifeCycleAssessment_oML">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\LifeCycleAssessment_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\LifeCycleAssessment_oM.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit f4cda34

Please sign in to comment.