- Timestamp:
- 04/19/19 09:09:45 (6 years ago)
- Location:
- branches/2994-AutoDiffForIntervals
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2994-AutoDiffForIntervals
- Property svn:mergeinfo changed
/trunk merged: 16740,16743,16757-16758,16762-16764,16768-16769,16779,16782-16784,16788,16792,16794-16799,16802,16819-16822
- Property svn:mergeinfo changed
-
branches/2994-AutoDiffForIntervals/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/HeuristicLab.ExtLibs merged: 16779,16792,16819
- Property svn:mergeinfo changed
-
branches/2994-AutoDiffForIntervals/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0/HeuristicLab.Attic.csproj
r16739 r16829 36 36 </PropertyGroup> 37 37 <ItemGroup> 38 <Reference Include="HeuristicLab.PluginInfrastructure-3.3">39 <HintPath>..\..\..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>40 </Reference>41 38 <Reference Include="System" /> 42 39 <Reference Include="System.Core" /> … … 67 64 </PackageReference> 68 65 </ItemGroup> 66 <ItemGroup> 67 <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 68 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project> 69 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 70 <Private>False</Private> 71 </ProjectReference> 72 <ProjectReference Include="..\..\HeuristicLab.Protobuf\3.6.1\HeuristicLab.Protobuf.csproj"> 73 <Project>{44b10478-d290-43d3-9757-c08f5292fea5}</Project> 74 <Name>HeuristicLab.Protobuf</Name> 75 </ProjectReference> 76 </ItemGroup> 69 77 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 70 78 <PropertyGroup> -
branches/2994-AutoDiffForIntervals/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0/Plugin.cs.frame
r16658 r16829 31 31 [PluginFile("HEAL.Attic.dll", PluginFileType.Assembly)] 32 32 [PluginFile("HEAL.Attic.License.txt", PluginFileType.License)] 33 [PluginFile("Google.Protobuf.dll", PluginFileType.Assembly)]34 33 [PluginFile("System.Drawing.Common.dll", PluginFileType.Assembly)] 34 [PluginDependency("HeuristicLab.Protobuf", "3.6.1")] 35 35 public class Plugin : PluginBase { 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.