- Timestamp:
- 03/16/11 13:51:07 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Clients.Common/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Common/3.3/ClientFactory.cs
r5706 r5710 76 76 where I : class { 77 77 ChannelFactory<I> channelFactory = new ChannelFactory<I>(endpointConfigurationName); 78 78 79 if (!string.IsNullOrEmpty(remoteAddress)) { 79 80 SetEndpointAddress(channelFactory.Endpoint, remoteAddress); -
trunk/sources/HeuristicLab.Clients.Common/3.3/HeuristicLab.Clients.Common-3.3.csproj
r5706 r5710 142 142 </ItemGroup> 143 143 <ItemGroup> 144 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">145 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>146 <Name>HeuristicLab.Common-3.3</Name>147 </ProjectReference>148 144 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 149 145 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> -
trunk/sources/HeuristicLab.Clients.Common/3.3/HeuristicLabClientsCommonPlugin.cs.frame
r5446 r5710 28 28 [Plugin("HeuristicLab.Clients.Common", "3.3.3.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Clients.Common-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Common", "3.3")]31 30 public class HeuristicLabClientsCommonPlugin : PluginBase { 32 31 }
Note: See TracChangeset
for help on using the changeset viewer.