Changeset 15973 for branches/2522_RefactorPluginInfrastructure/HeuristicLab
- Timestamp:
- 06/28/18 11:13:37 (7 years ago)
- Location:
- branches/2522_RefactorPluginInfrastructure
- Files:
-
- 4 deleted
- 5 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2522_RefactorPluginInfrastructure
- Property svn:ignore
-
old new 24 24 protoc.exe 25 25 obj 26 .vs
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/2522_RefactorPluginInfrastructure/HeuristicLab/3.3/HeuristicLab 3.3 License.txt
r11171 r15973 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/2522_RefactorPluginInfrastructure/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r13389 r15973 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" /> … … 159 163 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 160 164 </None> 161 <Content Include="Files.txt">162 </Content>163 <Content Include="Files.x64.txt">164 </Content>165 <Content Include="Files.x86.txt">166 </Content>167 165 <None Include="HeuristicLab 3.3 License.txt"> 168 166 <CopyToOutputDirectory>Always</CopyToOutputDirectory> … … 218 216 $SolutionDir/PreBuildEvent.sh 219 217 </PreBuildEvent> 220 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 221 set ProjectDir=$(ProjectDir) 222 set SolutionDir=$(SolutionDir) 223 set Outdir=$(Outdir) 224 set Platform=$(PlatformName) 225 set Configuration=$(ConfigurationName) 226 227 call "$(SolutionDir)MergeConfigs.cmd" 228 if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent> 218 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 219 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 220 set ProjectDir=$(ProjectDir) 221 set SolutionDir=$(SolutionDir) 222 set OutDir=$(OutDir) 223 set TargetDir=$(TargetDir) 224 set Platform=$(PlatformName) 225 set Configuration=$(ConfigurationName) 226 227 call "$(SolutionDir)MergeConfigs.cmd" 228 </PostBuildEvent> 229 229 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 230 export Out dir=$(Outdir)230 export OutDir=$(OutDir) 231 231 export ProjectDir=$(ProjectDir) 232 232 export SolutionDir=$(SolutionDir) 233 export TargetDir=$(TargetDir) 233 234 234 235 $SolutionDir/MergeConfigs.sh -
branches/2522_RefactorPluginInfrastructure/HeuristicLab/3.3/Program.cs
r13389 r15973 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/2522_RefactorPluginInfrastructure/HeuristicLab/3.3/Properties/AssemblyInfo.cs.frame
r13353 r15973 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. … … 33 33 [assembly: AssemblyCompany("")] 34 34 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-201 5HEAL")]35 [assembly: AssemblyCopyright("(c) 2002-2018 HEAL")] 36 36 [assembly: AssemblyTrademark("")] 37 37 [assembly: AssemblyCulture("")] … … 52 52 // Revision 53 53 // 54 [assembly: AssemblyVersion("3.3.1 3.$WCREV$")]55 [assembly: AssemblyFileVersion("3.3.1 3.$WCREV$")]54 [assembly: AssemblyVersion("3.3.15.$WCREV$")] 55 [assembly: AssemblyFileVersion("3.3.15.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.