Skip to content

Commit

Permalink
Update post build
Browse files Browse the repository at this point in the history
  • Loading branch information
MajaLindroth authored and Fraser Greenroyd committed Jun 4, 2020
1 parent 8f1b90b commit d8178c5
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 32 deletions.
35 changes: 20 additions & 15 deletions IES_Adapter/IES_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,52 +32,52 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Adapter_Engine">
<HintPath>..\..\BHoM_Adapter\Build\Adapter_Engine.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Adapter_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Adapter_oM">
<HintPath>..\..\BHoM_Adapter\Build\Adapter_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Adapter_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Analytical_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Analytical_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Analytical_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BHoM">
<HintPath>..\..\BHoM\Build\BHoM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BHoM_Adapter">
<HintPath>..\..\BHoM_Adapter\Build\BHoM_Adapter.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM_Adapter.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BHoM_Engine">
<HintPath>..\..\BHoM_Engine\Build\BHoM_Engine.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Data_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Data_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Data_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Dimensional_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Dimensional_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Dimensional_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Environment_Engine">
<HintPath>..\..\BHoM_Engine\Build\Environment_Engine.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Environment_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Environment_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Environment_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Environment_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Geometry_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Geometry_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Geometry_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.Dynamic, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
Expand All @@ -98,12 +98,12 @@
</Reference>
<Reference Include="Reflection_Engine">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM_Engine\Build\Reflection_Engine.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Reflection_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Reflection_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Reflection_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Reflection_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -137,11 +137,16 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
31 changes: 18 additions & 13 deletions IES_Engine/IES_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,56 +32,56 @@
<ItemGroup>
<Reference Include="Analytical_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Analytical_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Analytical_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BHoM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\BHoM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BHoM_Adapter">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM_Adapter\Build\BHoM_Adapter.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM_Adapter.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BHoM_Engine">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM_Engine\Build\BHoM_Engine.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Dimensional_oM">
<HintPath>..\..\BHoM\Build\Dimensional_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Dimensional_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Environment_Engine">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM_Engine\Build\Environment_Engine.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Environment_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Environment_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Environment_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Environment_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Geometry_Engine">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM_Engine\Build\Geometry_Engine.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Geometry_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Geometry_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Geometry_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Geometry_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Reflection_Engine">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM_Engine\Build\Reflection_Engine.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Reflection_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Reflection_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Reflection_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Reflection_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -118,11 +118,16 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
13 changes: 9 additions & 4 deletions IES_oM/IES_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 @@ -31,12 +31,12 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="BHoM">
<HintPath>..\..\BHoM\Build\BHoM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Geometry_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Geometry_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Geometry_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -53,11 +53,16 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit d8178c5

Please sign in to comment.