Skip to content

Commit

Permalink
Setting copy locals to false for all BHoM references
Browse files Browse the repository at this point in the history
  • Loading branch information
IsakNaslundBh authored and Josef Taylor committed Sep 24, 2019
1 parent 11334c3 commit a0df8b2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
14 changes: 12 additions & 2 deletions RAM_Adapter/RAM_Adapter.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -32,9 +32,11 @@
<ItemGroup>
<Reference Include="Analytical_oM">
<HintPath>..\..\BHoM\Build\Analytical_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Architecture_oM">
<HintPath>..\..\BHoM\Build\Architecture_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BHoM">
<HintPath>..\..\BHoM\Build\BHoM.dll</HintPath>
Expand All @@ -50,39 +52,47 @@
</Reference>
<Reference Include="Common_Engine">
<HintPath>..\..\BHoM_Engine\Build\Common_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Common_oM">
<HintPath>..\..\BHoM\Build\Common_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Geometry_Engine">
<HintPath>..\..\BHoM_Engine\Build\Geometry_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Geometry_oM">
<HintPath>..\..\BHoM\Build\Geometry_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Interop.RAMDATAACCESSLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Interop.RamDataAccessLib_v15_x64.1.0.0\lib\Interop.RAMDATAACCESSLib.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Physical_oM">
<HintPath>..\..\BHoM\Build\Physical_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RAM_oM, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\RAM_oM\bin\Debug\RAM_oM.dll</HintPath>
</Reference>
<Reference Include="Reflection_Engine">
<HintPath>..\..\BHoM_Engine\Build\Reflection_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Reflection_oM">
<HintPath>..\..\BHoM\Build\Reflection_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Structure_Engine">
<HintPath>..\..\BHoM_Engine\Build\Structure_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Structure_oM">
<HintPath>..\..\BHoM\Build\Structure_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -122,4 +132,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
13 changes: 11 additions & 2 deletions RAM_Engine/RAM_Engine.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -32,46 +32,55 @@
<ItemGroup>
<Reference Include="Architecture_oM">
<HintPath>..\..\BHoM\Build\Architecture_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BHoM">
<HintPath>..\..\BHoM\Build\BHoM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Common_Engine">
<HintPath>..\..\BHoM_Engine\Build\Common_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Common_oM">
<HintPath>..\..\BHoM\Build\Common_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Geometry_Engine, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM_Engine\Build\Geometry_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Geometry_oM">
<HintPath>..\..\BHoM\Build\Geometry_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Interop.RAMDATAACCESSLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Interop.RamDataAccessLib_v15_x64.1.0.0\lib\Interop.RAMDATAACCESSLib.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Physical_oM">
<HintPath>..\..\BHoM\Build\Physical_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RAM_oM">
<HintPath>..\RAM_oM\bin\Debug\RAM_oM.dll</HintPath>
</Reference>
<Reference Include="Reflection_Engine">
<HintPath>..\..\BHoM_Engine\Build\Reflection_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Reflection_oM">
<HintPath>..\..\BHoM\Build\Reflection_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Structure_Engine">
<HintPath>..\..\BHoM_Engine\Build\Structure_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Structure_oM">
<HintPath>..\..\BHoM\Build\Structure_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -99,4 +108,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
7 changes: 5 additions & 2 deletions RAM_oM/RAM_oM.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -33,16 +33,19 @@
<ItemGroup>
<Reference Include="BHoM">
<HintPath>..\..\BHoM\Build\BHoM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Geometry_oM">
<HintPath>..\..\BHoM\Build\Geometry_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Interop.RAMDATAACCESSLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Interop.RamDataAccessLib_v15_x64.1.0.0\lib\Interop.RAMDATAACCESSLib.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Structure_oM">
<HintPath>..\..\BHoM\Build\Structure_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -68,4 +71,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit a0df8b2

Please sign in to comment.