Skip to content

Commit 09762fc

Browse files
BHoMBotFraser Greenroyd
authored andcommitted
Update CSProject compliance
1 parent 33e5fba commit 09762fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Python_Engine/Python_Engine.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" 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>
@@ -37,8 +37,9 @@
3737
<Private>False</Private>
3838
</Reference>
3939
<Reference Include="BHoM_Engine">
40-
<HintPath>..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\BHoM_Engine.dll</HintPath>
40+
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM_Engine.dll</HintPath>
4141
<Private>False</Private>
42+
<SpecificVersion>False</SpecificVersion>
4243
</Reference>
4344
<Reference Include="Python.Runtime, Version=3.7.4.0, Culture=neutral, processorArchitecture=MSIL">
4445
<SpecificVersion>False</SpecificVersion>
@@ -150,4 +151,4 @@ if exist "C:\ProgramData\BHoM\Extensions\PythonCode\$(SolutionName)" rmdir "C:\P
150151
robocopy "$(ProjectDir)Python" "C:\ProgramData\BHoM\Extensions\PythonCode\$(SolutionName)" /s /purge /xf "*.pyc" /xd "\__pycache__\" &gt; output.log
151152
del output.log</PostBuildEvent>
152153
</PropertyGroup>
153-
</Project>
154+
</Project>

0 commit comments

Comments
 (0)