- Timestamp:
- 07/20/21 18:13:55 (3 years ago)
- Location:
- branches/3026_IntegrationIntoSymSpace
- Files:
-
- 1 deleted
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/HeuristicLab.ExtLibs merged: 17931,17941,18004,18023
- Property svn:mergeinfo changed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.ExtLibs/HeuristicLab.NativeInterpreter/0.1/HeuristicLab.NativeInterpreter-0.1/Plugin.cs
r17180 r18027 23 23 24 24 namespace HeuristicLab.Problems.DataAnalysis.Symbolic { 25 [Plugin("HeuristicLab.NativeInterpreter", "Provides a native (C++) interpreter for symbolic expression trees", "0. 0.0.1")]25 [Plugin("HeuristicLab.NativeInterpreter", "Provides a native (C++) interpreter for symbolic expression trees", "0.1.0.0")] 26 26 [PluginFile("HeuristicLab.Problems.DataAnalysis.Symbolic.NativeInterpreter-0.1.dll", PluginFileType.Assembly)] 27 27 [PluginFile("hl-native-interpreter-msvc-x86.dll", PluginFileType.NativeDll)] -
branches/3026_IntegrationIntoSymSpace/HeuristicLab.ExtLibs/HeuristicLab.OrTools/7.0.0/HeuristicLab.OrTools-7.0.0/HeuristicLab.OrTools-7.0.0.csproj
r16944 r18027 82 82 </PropertyGroup> 83 83 <ItemGroup> 84 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">85 <SpecificVersion>False</SpecificVersion>86 <HintPath>..\..\..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>87 </Reference>88 84 <Reference Include="System" /> 89 85 <Reference Include="System.Core" /> … … 93 89 <Reference Include="System.Data" /> 94 90 <Reference Include="System.Xml" /> 91 </ItemGroup> 92 <ItemGroup> 93 <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 94 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 95 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 96 <Private>False</Private> 97 </ProjectReference> 95 98 </ItemGroup> 96 99 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.