Skip to content

Commit 3039f1d

Browse files
BHoMBotFraser Greenroyd
authored andcommitted
Update CSProject compliance
1 parent 209f06e commit 3039f1d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Python_Engine/Python_Engine.csproj

Lines changed: 5 additions & 1 deletion
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>
@@ -38,6 +38,8 @@
3838
</Reference>
3939
<Reference Include="BHoM_Adapter">
4040
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM_Adapter.dll</HintPath>
41+
<Private>False</Private>
42+
<SpecificVersion>False</SpecificVersion>
4143
</Reference>
4244
<Reference Include="BHoM_Engine">
4345
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM_Engine.dll</HintPath>
@@ -46,6 +48,8 @@
4648
</Reference>
4749
<Reference Include="File_Adapter">
4850
<HintPath>C:\ProgramData\BHoM\Assemblies\File_Adapter.dll</HintPath>
51+
<Private>False</Private>
52+
<SpecificVersion>False</SpecificVersion>
4953
</Reference>
5054
<Reference Include="Python.Runtime, Version=3.7.4.0, Culture=neutral, processorArchitecture=MSIL">
5155
<SpecificVersion>False</SpecificVersion>

Python_oM/Python_oM.csproj

Lines changed: 2 additions & 2 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>
@@ -63,4 +63,4 @@
6363
<PropertyGroup>
6464
<PostBuildEvent>xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y</PostBuildEvent>
6565
</PropertyGroup>
66-
</Project>
66+
</Project>

0 commit comments

Comments
 (0)