Skip to content

Commit d202372

Browse files
author
Fraser Greenroyd
committed
Remove reference to File_Toolkit
1 parent 3039f1d commit d202372

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

Python_Engine/Create/PythonEnvironment.cs

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
using System.IO;
3030
using System.Linq;
3131
using System;
32-
using BH.Adapter.File;
3332

3433
namespace BH.Engine.Python
3534
{

Python_Engine/Python_Engine.csproj

+2-12
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" 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>
@@ -36,21 +36,11 @@
3636
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM.dll</HintPath>
3737
<Private>False</Private>
3838
</Reference>
39-
<Reference Include="BHoM_Adapter">
40-
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM_Adapter.dll</HintPath>
41-
<Private>False</Private>
42-
<SpecificVersion>False</SpecificVersion>
43-
</Reference>
4439
<Reference Include="BHoM_Engine">
4540
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM_Engine.dll</HintPath>
4641
<Private>False</Private>
4742
<SpecificVersion>False</SpecificVersion>
4843
</Reference>
49-
<Reference Include="File_Adapter">
50-
<HintPath>C:\ProgramData\BHoM\Assemblies\File_Adapter.dll</HintPath>
51-
<Private>False</Private>
52-
<SpecificVersion>False</SpecificVersion>
53-
</Reference>
5444
<Reference Include="Python.Runtime, Version=3.7.4.0, Culture=neutral, processorArchitecture=MSIL">
5545
<SpecificVersion>False</SpecificVersion>
5646
<HintPath>..\libs\Python.Runtime.dll</HintPath>
@@ -168,4 +158,4 @@ robocopy "$(ProjectDir)Python" "C:\ProgramData\BHoM\Settings\Python" "$(Solution
168158
:: remove temporary log file
169159
del output.log</PostBuildEvent>
170160
</PropertyGroup>
171-
</Project>
161+
</Project>

dependencies.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
BHoM/BHoM
2-
BHoM/BHoM_Engine
3-
BHoM/BHoM_Adapter
4-
BHoM/File_Toolkit
2+
BHoM/BHoM_Engine

0 commit comments

Comments
 (0)