Changeset 15547
- Timestamp:
- 12/19/17 13:35:29 (7 years ago)
- Location:
- branches/HiveProjectManagement
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveProjectManagement/HeuristicLab.Clients.Access/3.3/app.config
r15546 r15547 36 36 </bindings> 37 37 <client> 38 <endpoint address="http:// hivelab.hagenberg.fhooe.at/AccessService-3.3/AccessService.svc"38 <endpoint address="http://services.heuristiclab.com/AccessService-3.3/AccessService.svc" 39 39 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAccessService" 40 40 contract="HeuristicLab.Clients.Access.IAccessService" name="WSHttpBinding_IAccessService"> 41 41 <identity> 42 <dns value=" localhost" />42 <dns value="services.heuristiclab.com" /> 43 43 </identity> 44 44 </endpoint> -
branches/HiveProjectManagement/HeuristicLab.Clients.Common/3.3/ClientFactory.cs
r15546 r15547 61 61 client.ClientCredentials.UserName.UserName = userName; 62 62 client.ClientCredentials.UserName.Password = password; 63 client.ClientCredentials.ServiceCertificate.Authentication.CertificateValidationMode = X509CertificateValidationMode. None;63 client.ClientCredentials.ServiceCertificate.Authentication.CertificateValidationMode = X509CertificateValidationMode.ChainTrust; 64 64 65 65 // we (jkarder + abeham) have disabled the revocation check for now … … 90 90 channelFactory.Credentials.UserName.UserName = userName; 91 91 channelFactory.Credentials.UserName.Password = password; 92 channelFactory.Credentials.ServiceCertificate.Authentication.CertificateValidationMode = X509CertificateValidationMode. None;92 channelFactory.Credentials.ServiceCertificate.Authentication.CertificateValidationMode = X509CertificateValidationMode.ChainTrust; 93 93 94 94 // we (jkarder + abeham) have disabled the revocation check for now -
branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/app.config
r15546 r15547 150 150 <client> 151 151 <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/> 152 <endpoint address="http:// hivelab.hagenberg.fhooe.at/Hive-3.3/HiveService.svc"152 <endpoint address="http://services.heuristiclab.com/Hive-3.3/HiveService.svc" 153 153 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService" 154 154 contract="HeuristicLab.Clients.Hive.IHiveService" name="WSHttpBinding_IHiveService"> 155 155 <identity> 156 <dns value=" localhost" />156 <dns value="services.heuristiclab.com" /> 157 157 </identity> 158 158 </endpoint> 159 <endpoint address="net.tcp:// hivelab.hagenberg.fhooe.at/Hive-3.3/HiveService.svc"159 <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.3/HiveService.svc" 160 160 binding="netTcpBinding" bindingConfiguration="NetBinding_IHiveService" 161 161 contract="HeuristicLab.Clients.Hive.IHiveService" name="NetBinding_IHiveService"> 162 162 <identity> 163 <dns value=" localhost" />163 <dns value="services.heuristiclab.com" /> 164 164 </identity> 165 165 </endpoint> -
branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Slave/3.3/app.config
r15546 r15547 150 150 <client> 151 151 <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/> 152 <endpoint address="http:// hivelab.hagenberg.fhooe.at/Hive-3.3/HiveService.svc"152 <endpoint address="http://services.heuristiclab.com/Hive-3.3/HiveService.svc" 153 153 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService" 154 154 contract="HeuristicLab.Clients.Hive.IHiveService" name="WSHttpBinding_IHiveService"> 155 155 <identity> 156 <dns value=" localhost" />156 <dns value="services.heuristiclab.com" /> 157 157 </identity> 158 158 </endpoint> 159 <endpoint address="net.tcp:// hivelab.hagenberg.fhooe.at/Hive-3.3/HiveService.svc"159 <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.3/HiveService.svc" 160 160 binding="netTcpBinding" bindingConfiguration="NetBinding_IHiveService" 161 161 contract="HeuristicLab.Clients.Hive.IHiveService" name="NetBinding_IHiveService"> 162 162 <identity> 163 <dns value=" localhost" />163 <dns value="services.heuristiclab.com" /> 164 164 </identity> 165 165 </endpoint> -
branches/HiveProjectManagement/HeuristicLab.Clients.Hive/3.3/app.config
r15546 r15547 71 71 </bindings> 72 72 <client> 73 <endpoint address="http:// hivelab.hagenberg.fhooe.at/Hive-3.3/HiveService.svc"73 <endpoint address="http://services.heuristiclab.com/Hive-3.3/HiveService.svc" 74 74 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService" 75 75 contract="HeuristicLab.Clients.Hive.IHiveService" name="WSHttpBinding_IHiveService"> 76 76 <identity> 77 <dns value=" localhost" />77 <dns value="services.heuristiclab.com" /> 78 78 </identity> 79 79 </endpoint> 80 <endpoint address="net.tcp:// hivelab.hagenberg.fhooe.at/Hive-3.3/HiveService.svc"80 <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.3/HiveService.svc" 81 81 binding="netTcpBinding" bindingConfiguration="NetBinding_IHiveService" 82 82 contract="HeuristicLab.Clients.Hive.IHiveService" name="NetBinding_IHiveService"> 83 83 <identity> 84 <dns value=" localhost" />84 <dns value="services.heuristiclab.com" /> 85 85 </identity> 86 86 </endpoint> -
branches/HiveProjectManagement/HeuristicLab.Clients.OKB/3.3/app.config
r15546 r15547 52 52 </bindings> 53 53 <client> 54 <endpoint address="http:// hivelab.hagenberg.fhooe.at/OKB-3.3/AdministrationService.svc"54 <endpoint address="http://services.heuristiclab.com/OKB-3.3/AdministrationService.svc" 55 55 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdministrationService" 56 56 contract="HeuristicLab.Clients.OKB.Administration.IAdministrationService" 57 57 name="WSHttpBinding_IAdministrationService"> 58 58 <identity> 59 <dns value=" localhost" />59 <dns value="services.heuristiclab.com" /> 60 60 </identity> 61 61 </endpoint> 62 <endpoint address="http:// hivelab.hagenberg.fhooe.at/OKB-3.3/QueryService.svc"62 <endpoint address="http://services.heuristiclab.com/OKB-3.3/QueryService.svc" 63 63 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IQueryService" 64 64 contract="HeuristicLab.Clients.OKB.Query.IQueryService" name="WSHttpBinding_IQueryService"> 65 65 <identity> 66 <dns value=" localhost" />66 <dns value="services.heuristiclab.com" /> 67 67 </identity> 68 68 </endpoint> 69 <endpoint address="net.tcp:// hivelab.hagenberg.fhooe.at/OKB-3.3/QueryService.svc"69 <endpoint address="net.tcp://services.heuristiclab.com/OKB-3.3/QueryService.svc" 70 70 binding="netTcpBinding" bindingConfiguration="NetBinding_IQueryService" 71 71 contract="HeuristicLab.Clients.OKB.Query.IQueryService" name="NetBinding_IQueryService"> 72 72 <identity> 73 <dns value=" localhost" />73 <dns value="services.heuristiclab.com" /> 74 74 </identity> 75 75 </endpoint> 76 <endpoint address="http:// hivelab.hagenberg.fhooe.at/OKB-3.3/RunCreationService.svc"76 <endpoint address="http://services.heuristiclab.com/OKB-3.3/RunCreationService.svc" 77 77 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IRunCreationService" 78 78 contract="HeuristicLab.Clients.OKB.RunCreation.IRunCreationService" 79 79 name="WSHttpBinding_IRunCreationService"> 80 80 <identity> 81 <dns value=" localhost" />81 <dns value="services.heuristiclab.com" /> 82 82 </identity> 83 83 </endpoint> -
branches/HiveProjectManagement/HeuristicLab.PluginInfrastructure/3.3/app.config
r15546 r15547 19 19 </setting> 20 20 <setting name="UpdateLocation" serializeAs="String"> 21 <value>http:// hivelab.hagenberg.fhooe.at/Deployment-3.3/UpdateService.svc</value>21 <value>http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc</value> 22 22 </setting> 23 23 <setting name="UpdateLocationAdministrationAddress" serializeAs="String"> 24 <value>http:// hivelab.hagenberg.fhooe.at/Deployment-3.3/AdminService.svc</value>24 <value>http://services.heuristiclab.com/Deployment-3.3/AdminService.svc</value> 25 25 </setting> 26 26 <setting name="StarterFormLocation" serializeAs="String"> … … 62 62 </bindings> 63 63 <client> 64 <endpoint address="http:// hivelab.hagenberg.fhooe.at/Deployment-3.3/UpdateService.svc"64 <endpoint address="http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc" 65 65 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUpdateService" 66 66 contract="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IUpdateService" 67 67 name="WSHttpBinding_IUpdateService"> 68 68 <identity> 69 <dns value=" localhost" />69 <dns value="services.heuristiclab.com" /> 70 70 </identity> 71 71 </endpoint> 72 <endpoint address="http:// hivelab.hagenberg.fhooe.at/Deployment-3.3/AdminService.svc"72 <endpoint address="http://services.heuristiclab.com/Deployment-3.3/AdminService.svc" 73 73 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdminService" 74 74 contract="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IAdminService" 75 75 name="WSHttpBinding_IAdminService"> 76 76 <identity> 77 <dns value=" localhost" />77 <dns value="services.heuristiclab.com" /> 78 78 </identity> 79 79 </endpoint> -
branches/HiveProjectManagement/HeuristicLab.Services.Hive.Web/web_services.config
r15546 r15547 97 97 <serviceAuthorization principalPermissionMode="UseAspNetRoles" roleProviderName="AspNetSqlRoleProvider" /> 98 98 <serviceCredentials> 99 <serviceCertificate findValue=" localhost" x509FindType="FindBySubjectName" />99 <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" /> 100 100 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" membershipProviderName="AspNetSqlMembershipProvider" /> 101 101 </serviceCredentials> … … 118 118 <endpoint address="mex" binding="mexTcpBinding" bindingConfiguration="" name="MexTcpEndpoint" contract="IMetadataExchange"/> 119 119 <endpoint address="" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService" name="WSHttpBinding_IHiveService" contract="HeuristicLab.Services.Hive.ServiceContracts.IHiveService"/> 120 <endpoint address="net.tcp:// hivelab.hagenberg.fhooe.at/Hive-3.3/HiveService.svc" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IHiveService" name="NetBinding_IHiveService" contract="HeuristicLab.Services.Hive.ServiceContracts.IHiveService"/>120 <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.3/HiveService.svc" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IHiveService" name="NetBinding_IHiveService" contract="HeuristicLab.Services.Hive.ServiceContracts.IHiveService"/> 121 121 </service> 122 122 </services> -
branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/HiveService.cs
r15546 r15547 435 435 x => new DA.AssignedJobResource { 436 436 ResourceId = x 437 }));438 437 })); 438 439 439 var job = jobDao.Save(newJob); 440 440 if (userPriorityDao.GetById(jobDto.OwnerUserId) == null) { … … 498 498 x => new DA.AssignedJobResource { 499 499 ResourceId = x 500 }));500 })); 501 501 502 502 if (!exists) { … … 780 780 using (new PerformanceLogger("GrantProjectPermissions")) { 781 781 var projectDao = pm.ProjectDao; 782 782 783 783 pm.UseTransaction(() => { 784 784 var project = projectDao.GetById(projectId); 785 785 var projectPermissions = project.ProjectPermissions.ToList(); 786 786 foreach (var id in grantedUserIds) { 787 if (projectPermissions.All(x => x.GrantedUserId != id)) { 787 if (projectPermissions.All(x => x.GrantedUserId != id)) { 788 788 project.ProjectPermissions.Add(new DA.ProjectPermission { 789 789 GrantedUserId = id, … … 792 792 } 793 793 } 794 if (cascading) {794 if (cascading) { 795 795 var childProjects = projectDao.GetChildProjectsById(projectId); 796 796 foreach (var p in childProjects) { … … 817 817 var projectDao = pm.ProjectDao; 818 818 pm.UseTransaction(() => { 819 if (cascading) {819 if (cascading) { 820 820 var childProjectIds = projectDao.GetChildProjectIdsById(projectId); 821 821 projectPermissionDao.DeleteByProjectIdsAndGrantedUserIds(childProjectIds, grantedUserIds); … … 858 858 } 859 859 } 860 if (cascading) {860 if (cascading) { 861 861 var childProjects = projectDao.GetChildProjectsById(projectId); 862 foreach (var p in childProjects) {862 foreach (var p in childProjects) { 863 863 p.AssignedProjectResources.Clear(); 864 foreach (var id in resourceIds) {864 foreach (var id in resourceIds) { 865 865 p.AssignedProjectResources.Add(new DA.AssignedProjectResource { 866 866 ResourceId = id … … 882 882 var projectDao = pm.ProjectDao; 883 883 pm.UseTransaction(() => { 884 if (cascading) {884 if (cascading) { 885 885 var childProjectIds = projectDao.GetChildProjectIdsById(projectId); 886 886 assignedProjectResourceDao.DeleteByProjectIdsAndResourceIds(childProjectIds, resourceIds); … … 1243 1243 } 1244 1244 } 1245 1245 1246 1246 #endregion 1247 1247 } -
branches/HiveProjectManagement/HeuristicLab.Services.WebApp/3.3/Web.config
r15546 r15547 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 3 <connectionStrings> 4 <remove name="HeuristicLab.Authentication" />5 <remove name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" />6 <add name="HeuristicLab.Authentication" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />7 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.3" />4 <remove name="HeuristicLab.Authentication" /> 5 <remove name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" /> 6 <add name="HeuristicLab.Authentication" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" /> 7 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.3" /> 8 8 </connectionStrings> 9 9 10 <appSettings> 10 <add key="webpages:Version" value="3.0.0.0" />11 <add key="webpages:Enabled" value="false" />12 <add key="ClientValidationEnabled" value="true" />13 <add key="UnobtrusiveJavaScriptEnabled" value="true" />11 <add key="webpages:Version" value="3.0.0.0" /> 12 <add key="webpages:Enabled" value="false" /> 13 <add key="ClientValidationEnabled" value="true" /> 14 <add key="UnobtrusiveJavaScriptEnabled" value="true" /> 14 15 </appSettings> 16 15 17 <system.web> 16 18 <authentication mode="Forms"> 17 <forms loginUrl="~/App/Empty" timeout="2880" cookieless="UseCookies" name=".HEURISTICLABWEBAPP" />19 <forms loginUrl="~/App/Empty" timeout="2880" cookieless="UseCookies" name=".HEURISTICLABWEBAPP" /> 18 20 </authentication> 19 <compilation debug=" true" targetFramework="4.5"/>20 <httpRuntime targetFramework="4.5" />21 <compilation debug="false" targetFramework="4.5" /> 22 <httpRuntime targetFramework="4.5" /> 21 23 <membership defaultProvider="AspNetSqlMembershipProvider"> 22 24 <providers> 23 <clear/> 24 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" applicationName="HeuristicLab.Authentication" minRequiredPasswordLength="8" minRequiredNonalphanumericCharacters="0" maxInvalidPasswordAttempts="5"/> 25 <clear /> 26 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication" 27 requiresQuestionAndAnswer="false" requiresUniqueEmail="false" applicationName="HeuristicLab.Authentication" minRequiredPasswordLength="8" 28 minRequiredNonalphanumericCharacters="0" maxInvalidPasswordAttempts="5" /> 25 29 </providers> 26 30 </membership> 27 31 <roleManager enabled="true" defaultProvider="AspNetSqlRoleProvider"> 28 32 <providers> 29 <clear />30 <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication" />33 <clear /> 34 <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication" /> 31 35 </providers> 32 36 </roleManager> 33 37 </system.web> 38 34 39 <system.webServer> 35 40 <modules> 36 <remove name="FormsAuthentication" />37 <remove name="DefaultAuthentication" />38 <remove name="RoleManager" />39 <remove name="UrlAuthorization" />40 <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" />41 <add name="DefaultAuthentication" type="System.Web.Security.DefaultAuthenticationModule" />42 <add name="RoleManager" type="System.Web.Security.RoleManagerModule" />43 <add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule" />41 <remove name="FormsAuthentication" /> 42 <remove name="DefaultAuthentication" /> 43 <remove name="RoleManager" /> 44 <remove name="UrlAuthorization" /> 45 <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" /> 46 <add name="DefaultAuthentication" type="System.Web.Security.DefaultAuthenticationModule" /> 47 <add name="RoleManager" type="System.Web.Security.RoleManagerModule" /> 48 <add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule" /> 44 49 </modules> 45 50 <handlers> 46 <remove name="ExtensionlessUrlHandler-Integrated-4.0" />47 <remove name="OPTIONSVerbHandler" />48 <remove name="TRACEVerbHandler" />49 <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />51 <remove name="ExtensionlessUrlHandler-Integrated-4.0" /> 52 <remove name="OPTIONSVerbHandler" /> 53 <remove name="TRACEVerbHandler" /> 54 <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" /> 50 55 </handlers> 51 56 </system.webServer> 57 52 58 <runtime> 53 59 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> 54 60 <dependentAssembly> 55 <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />56 <bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />61 <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" /> 62 <bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" /> 57 63 </dependentAssembly> 58 64 <dependentAssembly> 59 <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />60 <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />65 <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" /> 66 <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" /> 61 67 </dependentAssembly> 62 68 <dependentAssembly> 63 <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />64 <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />69 <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" /> 70 <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" /> 65 71 </dependentAssembly> 66 72 <dependentAssembly> 67 <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />68 <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />73 <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" /> 74 <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> 69 75 </dependentAssembly> 70 76 <dependentAssembly> 71 <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />72 <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />77 <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" /> 78 <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> 73 79 </dependentAssembly> 74 80 <dependentAssembly> 75 <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />76 <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />81 <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> 82 <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" /> 77 83 </dependentAssembly> 78 84 <dependentAssembly> 79 <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />80 <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />85 <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" /> 86 <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" /> 81 87 </dependentAssembly> 82 88 </assemblyBinding>
Note: See TracChangeset
for help on using the changeset viewer.