Changeset 15281 for branches/Async/HeuristicLab
- Timestamp:
- 07/23/17 11:17:18 (7 years ago)
- Location:
- branches/Async
- Files:
-
- 5 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/Async
- Property svn:ignore
-
old new 24 24 protoc.exe 25 25 obj 26 .vs
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/Async/HeuristicLab/3.3/HeuristicLab 3.3 License.txt
r11171 r15281 1 1 HeuristicLab 2 Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)2 Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 3 3 4 4 HeuristicLab is free software: you can redistribute it and/or modify -
branches/Async/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r15280 r15281 108 108 <Prefer32Bit>false</Prefer32Bit> 109 109 </PropertyGroup> 110 <PropertyGroup> 111 <ApplicationManifest>app.manifest</ApplicationManifest> 112 </PropertyGroup> 110 113 <ItemGroup> 111 114 <Reference Include="System" /> … … 141 144 <SubType>Designer</SubType> 142 145 </None> 146 <None Include="app.manifest"> 147 <SubType>Designer</SubType> 148 </None> 143 149 <None Include="HeuristicLab.snk" /> 144 150 <None Include="Properties\AssemblyInfo.cs.frame" /> … … 225 231 $SolutionDir/MergeConfigs.sh 226 232 </PostBuildEvent> 227 </PropertyGroup> 233 </PropertyGroup> 228 234 </Project> -
branches/Async/HeuristicLab/3.3/Program.cs
r12012 r15281 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 5Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/Async/HeuristicLab/3.3/Properties/AssemblyInfo.cs.frame
r13321 r15281 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 5Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 32 32 [assembly: AssemblyCompany("")] 33 33 [assembly: AssemblyProduct("HeuristicLab")] 34 [assembly: AssemblyCopyright("(c) 2002-201 5HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2016 HEAL")] 35 35 [assembly: AssemblyTrademark("")] 36 36 [assembly: AssemblyCulture("")] … … 51 51 // Revision 52 52 // 53 [assembly: AssemblyVersion("3.3.1 3.$WCREV$")]54 [assembly: AssemblyFileVersion("3.3.1 3.$WCREV$")]53 [assembly: AssemblyVersion("3.3.14.$WCREV$")] 54 [assembly: AssemblyFileVersion("3.3.14.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.