Skip to content

Commit a0df8b2

Browse files
IsakNaslundBhJosef Taylor
authored andcommitted
Setting copy locals to false for all BHoM references
1 parent 11334c3 commit a0df8b2

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

RAM_Adapter/RAM_Adapter.csproj

Lines changed: 12 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="14.0" DefaultTargets="Build" 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>
@@ -32,9 +32,11 @@
3232
<ItemGroup>
3333
<Reference Include="Analytical_oM">
3434
<HintPath>..\..\BHoM\Build\Analytical_oM.dll</HintPath>
35+
<Private>False</Private>
3536
</Reference>
3637
<Reference Include="Architecture_oM">
3738
<HintPath>..\..\BHoM\Build\Architecture_oM.dll</HintPath>
39+
<Private>False</Private>
3840
</Reference>
3941
<Reference Include="BHoM">
4042
<HintPath>..\..\BHoM\Build\BHoM.dll</HintPath>
@@ -50,39 +52,47 @@
5052
</Reference>
5153
<Reference Include="Common_Engine">
5254
<HintPath>..\..\BHoM_Engine\Build\Common_Engine.dll</HintPath>
55+
<Private>False</Private>
5356
</Reference>
5457
<Reference Include="Common_oM">
5558
<HintPath>..\..\BHoM\Build\Common_oM.dll</HintPath>
59+
<Private>False</Private>
5660
</Reference>
5761
<Reference Include="Geometry_Engine">
5862
<HintPath>..\..\BHoM_Engine\Build\Geometry_Engine.dll</HintPath>
63+
<Private>False</Private>
5964
</Reference>
6065
<Reference Include="Geometry_oM">
6166
<HintPath>..\..\BHoM\Build\Geometry_oM.dll</HintPath>
67+
<Private>False</Private>
6268
</Reference>
6369
<Reference Include="Interop.RAMDATAACCESSLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
6470
<HintPath>..\packages\Interop.RamDataAccessLib_v15_x64.1.0.0\lib\Interop.RAMDATAACCESSLib.dll</HintPath>
6571
<EmbedInteropTypes>True</EmbedInteropTypes>
6672
</Reference>
6773
<Reference Include="Physical_oM">
6874
<HintPath>..\..\BHoM\Build\Physical_oM.dll</HintPath>
75+
<Private>False</Private>
6976
</Reference>
7077
<Reference Include="RAM_oM, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
7178
<SpecificVersion>False</SpecificVersion>
7279
<HintPath>..\RAM_oM\bin\Debug\RAM_oM.dll</HintPath>
7380
</Reference>
7481
<Reference Include="Reflection_Engine">
7582
<HintPath>..\..\BHoM_Engine\Build\Reflection_Engine.dll</HintPath>
83+
<Private>False</Private>
7684
</Reference>
7785
<Reference Include="Reflection_oM">
7886
<HintPath>..\..\BHoM\Build\Reflection_oM.dll</HintPath>
87+
<Private>False</Private>
7988
</Reference>
8089
<Reference Include="Structure_Engine">
8190
<HintPath>..\..\BHoM_Engine\Build\Structure_Engine.dll</HintPath>
8291
<Private>False</Private>
8392
</Reference>
8493
<Reference Include="Structure_oM">
8594
<HintPath>..\..\BHoM\Build\Structure_oM.dll</HintPath>
95+
<Private>False</Private>
8696
</Reference>
8797
<Reference Include="System" />
8898
<Reference Include="System.Core" />
@@ -122,4 +132,4 @@
122132
<Target Name="AfterBuild">
123133
</Target>
124134
-->
125-
</Project>
135+
</Project>

RAM_Engine/RAM_Engine.csproj

Lines changed: 11 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="14.0" DefaultTargets="Build" 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>
@@ -32,46 +32,55 @@
3232
<ItemGroup>
3333
<Reference Include="Architecture_oM">
3434
<HintPath>..\..\BHoM\Build\Architecture_oM.dll</HintPath>
35+
<Private>False</Private>
3536
</Reference>
3637
<Reference Include="BHoM">
3738
<HintPath>..\..\BHoM\Build\BHoM.dll</HintPath>
3839
<Private>False</Private>
3940
</Reference>
4041
<Reference Include="Common_Engine">
4142
<HintPath>..\..\BHoM_Engine\Build\Common_Engine.dll</HintPath>
43+
<Private>False</Private>
4244
</Reference>
4345
<Reference Include="Common_oM">
4446
<HintPath>..\..\BHoM\Build\Common_oM.dll</HintPath>
47+
<Private>False</Private>
4548
</Reference>
4649
<Reference Include="Geometry_Engine, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
4750
<SpecificVersion>False</SpecificVersion>
4851
<HintPath>..\..\BHoM_Engine\Build\Geometry_Engine.dll</HintPath>
52+
<Private>False</Private>
4953
</Reference>
5054
<Reference Include="Geometry_oM">
5155
<HintPath>..\..\BHoM\Build\Geometry_oM.dll</HintPath>
56+
<Private>False</Private>
5257
</Reference>
5358
<Reference Include="Interop.RAMDATAACCESSLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
5459
<HintPath>..\packages\Interop.RamDataAccessLib_v15_x64.1.0.0\lib\Interop.RAMDATAACCESSLib.dll</HintPath>
5560
<EmbedInteropTypes>True</EmbedInteropTypes>
5661
</Reference>
5762
<Reference Include="Physical_oM">
5863
<HintPath>..\..\BHoM\Build\Physical_oM.dll</HintPath>
64+
<Private>False</Private>
5965
</Reference>
6066
<Reference Include="RAM_oM">
6167
<HintPath>..\RAM_oM\bin\Debug\RAM_oM.dll</HintPath>
6268
</Reference>
6369
<Reference Include="Reflection_Engine">
6470
<HintPath>..\..\BHoM_Engine\Build\Reflection_Engine.dll</HintPath>
71+
<Private>False</Private>
6572
</Reference>
6673
<Reference Include="Reflection_oM">
6774
<HintPath>..\..\BHoM\Build\Reflection_oM.dll</HintPath>
75+
<Private>False</Private>
6876
</Reference>
6977
<Reference Include="Structure_Engine">
7078
<HintPath>..\..\BHoM_Engine\Build\Structure_Engine.dll</HintPath>
7179
<Private>False</Private>
7280
</Reference>
7381
<Reference Include="Structure_oM">
7482
<HintPath>..\..\BHoM\Build\Structure_oM.dll</HintPath>
83+
<Private>False</Private>
7584
</Reference>
7685
<Reference Include="System" />
7786
<Reference Include="System.Core" />
@@ -99,4 +108,4 @@
99108
<Target Name="AfterBuild">
100109
</Target>
101110
-->
102-
</Project>
111+
</Project>

RAM_oM/RAM_oM.csproj

Lines changed: 5 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="14.0" DefaultTargets="Build" 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>
@@ -33,16 +33,19 @@
3333
<ItemGroup>
3434
<Reference Include="BHoM">
3535
<HintPath>..\..\BHoM\Build\BHoM.dll</HintPath>
36+
<Private>False</Private>
3637
</Reference>
3738
<Reference Include="Geometry_oM">
3839
<HintPath>..\..\BHoM\Build\Geometry_oM.dll</HintPath>
40+
<Private>False</Private>
3941
</Reference>
4042
<Reference Include="Interop.RAMDATAACCESSLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
4143
<HintPath>..\packages\Interop.RamDataAccessLib_v15_x64.1.0.0\lib\Interop.RAMDATAACCESSLib.dll</HintPath>
4244
<EmbedInteropTypes>True</EmbedInteropTypes>
4345
</Reference>
4446
<Reference Include="Structure_oM">
4547
<HintPath>..\..\BHoM\Build\Structure_oM.dll</HintPath>
48+
<Private>False</Private>
4649
</Reference>
4750
<Reference Include="System" />
4851
<Reference Include="System.Core" />
@@ -68,4 +71,4 @@
6871
<Target Name="AfterBuild">
6972
</Target>
7073
-->
71-
</Project>
74+
</Project>

0 commit comments

Comments
 (0)