Changeset 13305
- Timestamp:
- 11/19/15 15:45:39 (9 years ago)
- Location:
- stable
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12793,13093,13219,13253
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.Instances.Orienteering/3.3/SchildeParser.cs
r12721 r13305 179 179 // Remove the 'm,' 180 180 inputString = inputString.Remove(0, inputString.IndexOf(',') + 1); 181 // Extract the number of points 182 bool matrixGiven = true; 183 181 184 182 pointCount = Coordinates.GetLength(1); 185 183 Distances = new double[pointCount, pointCount]; -
stable/HeuristicLab.Problems.NK/3.3
-
Property
svn:ignore
set to
bin
obj
Plugin.cs
-
Property
svn:ignore
set to
-
stable/HeuristicLab.Services.Access.DataAccess/3.3/HeuristicLab.Services.Access.DataAccess-3.3.csproj
r11920 r13305 131 131 <None Include="Properties\AssemblyInfo.cs.frame" /> 132 132 <None Include="Properties\Settings.settings"> 133 <Generator> SettingsSingleFileGenerator</Generator>133 <Generator>PublicSettingsSingleFileGenerator</Generator> 134 134 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 135 135 </None> -
stable/HeuristicLab.Services.Access.DataAccess/3.3/Properties/Settings.Designer.cs
r11920 r13305 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 340144 // Runtime Version:4.0.30319.42000 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] 16 internalsealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {16 public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 18 18 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); -
stable/Test.cmd
r11907 r13305 22 22 ECHO Test starting for category %TESTCATEGORY%... 23 23 24 FOR /F "tokens=1,2,* delims= " %%A IN ('REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\VisualStudio\SxS\VS7"') DO (25 IF "%%A"=="1 2.0" SET VSPATH=%%C)24 FOR /F "tokens=1,2,* delims= " %%A IN ('REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\SxS\VS7"') DO ( 25 IF "%%A"=="14.0" SET VSPATH=%%C) 26 26 27 27 "%VSPATH%Common7\IDE\CommonExtensions\Microsoft\TestWindow\VSTest.Console.exe" bin\HeuristicLab.Tests.dll /Framework:framework40 /Platform:%TESTPLATFORM% /TestCaseFilter:"TestCategory=%TESTCATEGORY%"
Note: See TracChangeset
for help on using the changeset viewer.