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 postbuild events and project references #261

Merged
merged 3 commits into from
Jun 4, 2020
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
43 changes: 24 additions & 19 deletions Lusas_Adapter/Lusas_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 @@ -183,49 +183,49 @@
</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">
<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="Common_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Common_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Common_oM.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">
<HintPath>..\..\BHoM\Build\Dimensional_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Dimensional_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Geometry_Engine">
<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">
<HintPath>..\..\BHoM\Build\Geometry_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Geometry_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Lusas.Interop, Version=17.0.1633.29698, Culture=neutral, PublicKeyToken=ee620220e102840a, processorArchitecture=x86" Condition="'$(Configuration)'=='Debug17' Or '$(Configuration)'=='Release17'">
Expand All @@ -241,27 +241,27 @@
<Private>False</Private>
</Reference>
<Reference Include="Physical_oM">
<HintPath>..\..\BHoM\Build\Physical_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Physical_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Reflection_Engine">
<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">
<HintPath>..\..\BHoM\Build\Reflection_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Reflection_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Structure_AdapterModules">
<HintPath>..\..\BHoM_Adapter\Build\Structure_AdapterModules.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Structure_AdapterModules.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Structure_Engine">
<HintPath>..\..\BHoM_Engine\Build\Structure_Engine.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Structure_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Structure_oM">
<HintPath>..\..\BHoM\Build\Structure_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Structure_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -415,11 +415,16 @@
<WCFMetadata Include="Connected Services\" />
</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>
35 changes: 20 additions & 15 deletions Lusas_Engine/Lusas_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 @@ -67,57 +67,57 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Analytical_oM">
<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="Common_oM">
<HintPath>..\..\BHoM\Build\Common_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Common_oM.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="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">
<HintPath>..\..\BHoM\Build\Geometry_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Geometry_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Physical_oM">
<HintPath>..\..\BHoM\Build\Physical_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Physical_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">
<HintPath>..\..\BHoM\Build\Reflection_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Reflection_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Structure_Engine">
<HintPath>..\..\BHoM_Engine\Build\Structure_Engine.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Structure_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Structure_oM">
<HintPath>..\..\BHoM\Build\Structure_oM.dll</HintPath>
<HintPath>C:\ProgramData\BHoM\Assemblies\Structure_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -155,11 +155,16 @@
<Folder Include="Compute\" />
</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>
11 changes: 8 additions & 3 deletions Lusas_oM/Lusas_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 @@ -67,7 +67,7 @@
</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="System" />
Expand All @@ -91,11 +91,16 @@
</ItemGroup>
<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>