Skip to content
Open
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
64 changes: 0 additions & 64 deletions Robot_Adapter/Properties/AssemblyInfo.cs

This file was deleted.

287 changes: 39 additions & 248 deletions Robot_Adapter/Robot_Adapter.csproj

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions Robot_Adapter/packages.config

This file was deleted.

65 changes: 0 additions & 65 deletions Robot_Engine/Properties/AssemblyInfo.cs

This file was deleted.

87 changes: 15 additions & 72 deletions Robot_Engine/Robot_Engine.csproj
Original file line number Diff line number Diff line change
@@ -1,42 +1,22 @@
<?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')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{45D542CD-79B5-485A-BA39-0163230431F0}</ProjectGuid>
<TargetFramework>net472</TargetFramework>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BH.Engine.Adapters.Robot</RootNamespace>
<AssemblyName>Robot_Engine</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\Build\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\Build\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AssemblyTitle>Robot_Engine</AssemblyTitle>
<Description>https://github.com/BHoM/Robot_Toolkit</Description>
<Product>Robot_Engine</Product>
<Copyright>Copyright � https://github.com/BHoM</Copyright>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.1.0.0</FileVersion>
</PropertyGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="if not &quot;$(ConfigurationName)&quot; == &quot;Test&quot; (xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y)" />
</Target>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\Build\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="Analytical_oM">
Expand Down Expand Up @@ -69,10 +49,6 @@
<HintPath>$(ProgramData)\BHoM\Assemblies\Geometry_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Interop.RobotOM, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\BHoM.Interop.Robot2018.1.0.0\lib\net45\Interop.RobotOM.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Physical_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(ProgramData)\BHoM\Assemblies\Physical_oM.dll</HintPath>
Expand All @@ -98,48 +74,15 @@
<HintPath>$(ProgramData)\BHoM\Assemblies\Structure_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Objects\Comparers\LoadingPanelProperty.cs" />
<Compile Include="Create\DesignGroup.cs" />
<Compile Include="Create\DatabaseSettings.cs" />
<Compile Include="Create\FramingElementDesignProperties.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Query\GetStringFromEnum.cs" />
<Compile Include="Query\RobotGravityConstant.cs" />
<Compile Include="Query\ToDictionaryDistinctCheck.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="BHoM.Interop.Robot2018" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Compute\" />
<Folder Include="Modify\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Robot_oM\Robot_oM.csproj">
<Project>{0dd05698-6a33-4092-bfad-ff702685feaf}</Project>
<Name>Robot_oM</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\Robot_oM\Robot_oM.csproj" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>if not "$(ConfigurationName)" == "Test" (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>
4 changes: 0 additions & 4 deletions Robot_Engine/packages.config

This file was deleted.

8 changes: 4 additions & 4 deletions Robot_Toolkit.sln
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Robot_Adapter", "Robot_Adapter\Robot_Adapter.csproj", "{A4FE6182-A985-44E0-A5BF-3E54C6EA30BF}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Robot_Adapter", "Robot_Adapter\Robot_Adapter.csproj", "{A4FE6182-A985-44E0-A5BF-3E54C6EA30BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Robot_Engine", "Robot_Engine\Robot_Engine.csproj", "{45D542CD-79B5-485A-BA39-0163230431F0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Robot_Engine", "Robot_Engine\Robot_Engine.csproj", "{45D542CD-79B5-485A-BA39-0163230431F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Robot_oM", "Robot_oM\Robot_oM.csproj", "{0DD05698-6A33-4092-BFAD-FF702685FEAF}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Robot_oM", "Robot_oM\Robot_oM.csproj", "{0DD05698-6A33-4092-BFAD-FF702685FEAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
65 changes: 0 additions & 65 deletions Robot_oM/Properties/AssemblyInfo.cs

This file was deleted.

Loading