Changeset 16692 for branches/2521_ProblemRefactoring/HeuristicLab
- Timestamp:
- 03/18/19 17:24:30 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 4 deleted
- 5 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:ignore
-
old new 24 24 protoc.exe 25 25 obj 26 .vs
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/2521_ProblemRefactoring/HeuristicLab/3.3/HeuristicLab 3.3 License.txt
r11171 r16692 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/2521_ProblemRefactoring/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r11623 r16692 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> 143 <None Include="CustomPostBuild.cmd" /> 144 <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" /> 146 <None Include="app.manifest"> 147 <SubType>Designer</SubType> 148 </None> 145 149 <None Include="HeuristicLab.snk" /> 146 150 <None Include="Properties\AssemblyInfo.cs.frame" /> … … 166 170 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 167 171 </None> 168 <Content Include="Files.txt">169 </Content>170 <Content Include="Files.x64.txt">171 </Content>172 <Content Include="Files.x86.txt">173 </Content>174 172 <None Include="HeuristicLab 3.3 License.txt"> 175 173 <CopyToOutputDirectory>Always</CopyToOutputDirectory> … … 214 212 $SolutionDir/PreBuildEvent.sh 215 213 </PreBuildEvent> 216 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 217 set ProjectDir=$(ProjectDir) 218 set SolutionDir=$(SolutionDir) 219 set Outdir=$(Outdir) 220 set Platform=$(PlatformName) 221 set Configuration=$(ConfigurationName) 222 223 call "$(SolutionDir)MergeConfigs.cmd" 224 if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent> 214 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 215 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 216 set ProjectDir=$(ProjectDir) 217 set SolutionDir=$(SolutionDir) 218 set OutDir=$(OutDir) 219 set TargetDir=$(TargetDir) 220 set Platform=$(PlatformName) 221 set Configuration=$(ConfigurationName) 222 223 call "$(SolutionDir)MergeConfigs.cmd" 224 </PostBuildEvent> 225 225 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 226 export Out dir=$(Outdir)226 export OutDir=$(OutDir) 227 227 export ProjectDir=$(ProjectDir) 228 228 export SolutionDir=$(SolutionDir) 229 export TargetDir=$(TargetDir) 229 230 230 231 $SolutionDir/MergeConfigs.sh -
branches/2521_ProblemRefactoring/HeuristicLab/3.3/Program.cs
r12012 r16692 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 5Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab/3.3/Properties/AssemblyInfo.cs.frame
r13321 r16692 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 5Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 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-2018 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.15.$WCREV$")] 54 [assembly: AssemblyFileVersion("3.3.15.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.