Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update assembly file version to 2.4 and copy locals to false #95

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions RAM_Adapter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
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>
4 changes: 2 additions & 2 deletions RAM_Engine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
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>
4 changes: 2 additions & 2 deletions RAM_oM/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
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>