- Timestamp:
- 01/20/12 13:41:14 (13 years ago)
- Location:
- branches/OKB (trunk integration)/HeuristicLab.Services.OKB/3.3
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Services.OKB/3.3/HeuristicLab.Services.OKB-3.3.csproj
r7360 r7382 139 139 <Compile Include="Administration\DataTransfer\ProblemClass.cs" /> 140 140 <Compile Include="Administration\IAdministrationService.cs" /> 141 <Compile Include="Authentication\AuthenticationService.cs" />142 <Compile Include="Authentication\DataTransfer\User.cs" />143 <Compile Include="Authentication\IAuthenticationService.cs" />144 141 <Compile Include="OKBRoles.cs" /> 145 142 <Compile Include="Properties\AssemblyInfo.cs" /> -
branches/OKB (trunk integration)/HeuristicLab.Services.OKB/3.3/app.config
r5479 r7382 58 58 </behaviors> 59 59 60 <services> 61 <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.OKB.Authentication.AuthenticationService"> 62 <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding" 63 contract="IMetadataExchange" /> 64 <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" 65 contract="HeuristicLab.Services.OKB.Authentication.IAuthenticationService" /> 66 <host> 67 <baseAddresses> 68 <add baseAddress="http://localhost:8732/Design_Time_Addresses/OKB-3.3/AuthenticationService" /> 69 </baseAddresses> 70 </host> 71 </service> 60 <services> 72 61 <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.OKB.Administration.AdministrationService"> 73 62 <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding"
Note: See TracChangeset
for help on using the changeset viewer.