Skip to content

Commit 2693688

Browse files
tg359Fraser Greenroyd
authored andcommitted
Readded Python.RunTime for versioning compliance
1 parent 2ca3b79 commit 2693688

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Python_Engine/Python_Engine.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
<Private>False</Private>
4242
<SpecificVersion>False</SpecificVersion>
4343
</Reference>
44+
<Reference Include="Python.Runtime, Version=3.7.4.0, Culture=neutral, processorArchitecture=MSIL">
45+
<SpecificVersion>False</SpecificVersion>
46+
<HintPath>..\libs\Python.Runtime.dll</HintPath>
47+
</Reference>
4448
<Reference Include="Reflection_Engine">
4549
<SpecificVersion>False</SpecificVersion>
4650
<HintPath>C:\ProgramData\BHoM\Assemblies\Reflection_Engine.dll</HintPath>
@@ -112,6 +116,7 @@
112116
<PropertyGroup>
113117
<PostBuildEvent>
114118
xcopy "$(TargetDir)$(TargetFileName)" "C:\\ProgramData\\BHoM\\Assemblies" /Y
119+
xcopy "$(TargetDir)Python.Runtime.dll" "C:\\ProgramData\\BHoM\\Assemblies" /Y
115120

116121
:: create infrastructure necessary to support Python environments
117122
if not exist "C:\ProgramData\BHoM\Extensions\PythonEnvironments" mkdir "C:\ProgramData\BHoM\Extensions\PythonEnvironments"

libs/Python.Runtime.dll

168 KB
Binary file not shown.

0 commit comments

Comments
 (0)