Changeset 16792
- Timestamp:
- 04/16/19 14:27:17 (6 years ago)
- Location:
- trunk
- Files:
-
- 7 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.ExtLibs.sln
r16779 r16792 78 78 EndProject 79 79 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Attic", "HeuristicLab.ExtLibs\HeuristicLab.Attic\1.0.0\HeuristicLab.Attic.csproj", "{44A10478-D290-43C2-9757-F08F5292FEA5}" 80 EndProject 81 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Protobuf", "HeuristicLab.ExtLibs\HeuristicLab.Protobuf\3.6.1\HeuristicLab.Protobuf.csproj", "{44B10478-D290-43D3-9757-C08F5292FEA5}" 80 82 EndProject 81 83 Global … … 505 507 {44A10478-D290-43C2-9757-F08F5292FEA5}.Release|x86.ActiveCfg = Release|Any CPU 506 508 {44A10478-D290-43C2-9757-F08F5292FEA5}.Release|x86.Build.0 = Release|Any CPU 509 {44B10478-D290-43D3-9757-C08F5292FEA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 510 {44B10478-D290-43D3-9757-C08F5292FEA5}.Debug|Any CPU.Build.0 = Debug|Any CPU 511 {44B10478-D290-43D3-9757-C08F5292FEA5}.Debug|x64.ActiveCfg = Debug|Any CPU 512 {44B10478-D290-43D3-9757-C08F5292FEA5}.Debug|x64.Build.0 = Debug|Any CPU 513 {44B10478-D290-43D3-9757-C08F5292FEA5}.Debug|x86.ActiveCfg = Debug|Any CPU 514 {44B10478-D290-43D3-9757-C08F5292FEA5}.Debug|x86.Build.0 = Debug|Any CPU 515 {44B10478-D290-43D3-9757-C08F5292FEA5}.Release|Any CPU.ActiveCfg = Release|Any CPU 516 {44B10478-D290-43D3-9757-C08F5292FEA5}.Release|Any CPU.Build.0 = Release|Any CPU 517 {44B10478-D290-43D3-9757-C08F5292FEA5}.Release|x64.ActiveCfg = Release|Any CPU 518 {44B10478-D290-43D3-9757-C08F5292FEA5}.Release|x64.Build.0 = Release|Any CPU 519 {44B10478-D290-43D3-9757-C08F5292FEA5}.Release|x86.ActiveCfg = Release|Any CPU 520 {44B10478-D290-43D3-9757-C08F5292FEA5}.Release|x86.Build.0 = Release|Any CPU 507 521 EndGlobalSection 508 522 GlobalSection(SolutionProperties) = preSolution -
trunk/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0/HeuristicLab.Attic.csproj
r16707 r16792 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> -
trunk/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0/Plugin.cs.frame
r16658 r16792 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.