Changeset 16801 for branches/2521_ProblemRefactoring/HeuristicLab.ExtLibs
- Timestamp:
- 04/17/19 16:03:57 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 1 deleted
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:mergeinfo changed
/trunk merged: 16729,16737,16740,16743,16757-16758,16762-16764,16768-16769,16779,16782-16784,16788,16792,16794-16799
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/HeuristicLab.ExtLibs merged: 16779,16792
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0/HeuristicLab.Attic.csproj
r16707 r16801 67 67 </PackageReference> 68 68 </ItemGroup> 69 <ItemGroup> 70 <ProjectReference Include="..\..\HeuristicLab.Protobuf\3.6.1\HeuristicLab.Protobuf.csproj"> 71 <Project>{44b10478-d290-43d3-9757-c08f5292fea5}</Project> 72 <Name>HeuristicLab.Protobuf</Name> 73 </ProjectReference> 74 </ItemGroup> 69 75 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 70 76 <PropertyGroup> -
branches/2521_ProblemRefactoring/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0/Plugin.cs.frame
r16658 r16801 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.