Changeset 5537
- Timestamp:
- 02/22/11 14:27:37 (14 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources
- Files:
-
- 3 added
- 3 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.ConsoleClient-3.4/HeuristicLab.Clients.Hive.Slave.ConsoleClient-3.4.csproj
r5536 r5537 84 84 <SubType>Designer</SubType> 85 85 </None> 86 <None Include="app - services.config"> 87 <SubType>Designer</SubType> 88 </None> 86 89 </ItemGroup> 87 90 <ItemGroup> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/HeuristicLab.Clients.Hive.Slave-3.4.csproj
r5536 r5537 126 126 <None Include="app.config" /> 127 127 <None Include="app - F005PC.config" /> 128 <None Include="app - services.config" /> 128 129 <None Include="HeuristicLabClientsHiveSlavePlugin.cs.frame" /> 129 130 <Compile Include="HeuristicLabClientsHiveSlavePlugin.cs" /> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/HeuristicLab.Clients.Hive-3.4.csproj
r5536 r5537 114 114 <ItemGroup> 115 115 <None Include="app - F005PC.config" /> 116 <None Include="app - services.config" /> 116 117 <None Include="HeuristicLabClientsHivePlugin.cs.frame" /> 117 118 <Compile Include="Administration\HiveAdministrationClient.cs" /> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/app.config
r5402 r5537 4 4 <bindings> 5 5 <wsHttpBinding> 6 <binding name="wsHttpBinding" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize=" 65536" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">7 <readerQuotas maxDepth="32" maxStringContentLength=" 8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>6 <binding name="wsHttpBinding" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false"> 7 <readerQuotas maxDepth="32" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="4096" maxNameTableCharCount="16384"/> 8 8 <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/> 9 9 <security mode="Message"> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.4/app.config
r5264 r5537 21 21 </roleManager> 22 22 </system.web> 23 23 24 24 <system.serviceModel> 25 25 <diagnostics> -
branches/HeuristicLab.Hive-3.4/sources/PreBuildEvent.cmd
r5050 r5537 1 1 cd %ProjectDir% 2 2 for /r %%i in (*.cs.frame) do SubWCRev . %%i %%~dpi%%~ni 3 4 REM SET configfile=app_f005pc.config 5 SET configfile=app_services.config 6 7 IF EXIST "%configfile%" ( 8 xcopy "%configfile%" "app.config" /Y 9 echo config file replaced: %ProjectDir%%configfile% 10 )
Note: See TracChangeset
for help on using the changeset viewer.