Changeset 9931 for stable/HeuristicLab.ExtLibs
- Timestamp:
- 09/03/13 15:46:01 (11 years ago)
- Location:
- stable
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 9587,9590,9600,9607,9626,9658-9659,9699,9906
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/branches/ExportSymbolicDataAnalysisSolutions/HeuristicLab.ExtLibs merged eligible /trunk/sources/HeuristicLab.ExtLibs merged eligible /branches/Algorithms.GradientDescent/HeuristicLab.ExtLibs 5516-5520 /branches/Benchmarking/sources/HeuristicLab.ExtLibs 6917-7005 /branches/CloningRefactoring/HeuristicLab.ExtLibs 4656-4721 /branches/DataAnalysis Refactoring/HeuristicLab.ExtLibs 5471-5808 /branches/DataAnalysis SolutionEnsembles/HeuristicLab.ExtLibs 5815-6180 /branches/DataAnalysis/HeuristicLab.ExtLibs 4458-4459,4462,4464 /branches/GP.Grammar.Editor/HeuristicLab.ExtLibs 6284-6795 /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.ExtLibs 5060 /branches/NET40/sources/HeuristicLab.ExtLibs 5138-5162 /branches/ParallelEngine/HeuristicLab.ExtLibs 5175-5192 /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.ExtLibs 7568-7810 /branches/QAPAlgorithms/HeuristicLab.ExtLibs 6350-6627 /branches/Restructure trunk solution/HeuristicLab.ExtLibs 6828 /branches/RuntimeOptimizer/HeuristicLab.ExtLibs 8943-9078 /branches/ScatterSearch (trunk integration)/HeuristicLab.ExtLibs 7787-8333 /branches/SlaveShutdown/HeuristicLab.ExtLibs 8944-8956 /branches/SuccessProgressAnalysis/HeuristicLab.ExtLibs 5370-5682 /branches/Trunk/HeuristicLab.ExtLibs 6829-6865 /branches/UnloadJobs/HeuristicLab.ExtLibs 9168-9215 /branches/VNS/HeuristicLab.ExtLibs 5594-5752 /branches/histogram/HeuristicLab.ExtLibs 5959-6341
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
stable/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/3.1.3/EPPlus-3.1.3/EPPlus-3.1.3.csproj
r9587 r9931 48 48 <DebugType>full</DebugType> 49 49 <Optimize>false</Optimize> 50 <OutputPath> ..\..\..\..\..\..\trunk\sources\bin\</OutputPath>50 <OutputPath>$(SolutionDir)\bin\</OutputPath> 51 51 <DefineConstants>DEBUG;TRACE</DefineConstants> 52 52 <ErrorReport>prompt</ErrorReport> … … 59 59 <DebugType>pdbonly</DebugType> 60 60 <Optimize>true</Optimize> 61 <OutputPath> ..\..\..\..\..\..\trunk\sources\bin\</OutputPath>61 <OutputPath>$(SolutionDir)\bin\</OutputPath> 62 62 <DefineConstants>TRACE</DefineConstants> 63 63 <ErrorReport>prompt</ErrorReport> … … 70 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 71 71 <DebugSymbols>true</DebugSymbols> 72 <OutputPath> ..\..\..\..\bin\</OutputPath>72 <OutputPath>$(SolutionDir)\bin\</OutputPath> 73 73 <DefineConstants>DEBUG;TRACE</DefineConstants> 74 74 <DocumentationFile> … … 80 80 </PropertyGroup> 81 81 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 82 <OutputPath> ..\..\..\..\bin\</OutputPath>82 <OutputPath>$(SolutionDir)\bin\</OutputPath> 83 83 <DefineConstants>TRACE</DefineConstants> 84 84 <DocumentationFile> … … 92 92 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 93 93 <DebugSymbols>true</DebugSymbols> 94 <OutputPath> ..\..\..\..\bin\</OutputPath>94 <OutputPath>$(SolutionDir)\bin\</OutputPath> 95 95 <DefineConstants>DEBUG;TRACE</DefineConstants> 96 96 <DocumentationFile> … … 102 102 </PropertyGroup> 103 103 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 104 <OutputPath> ..\..\..\..\bin\</OutputPath>104 <OutputPath>$(SolutionDir)\bin\</OutputPath> 105 105 <DefineConstants>TRACE</DefineConstants> 106 106 <DocumentationFile> … … 167 167 <Compile Include="ConditionalFormatting\Contracts\IExcelConditionalFormattingWithStdDev.cs" /> 168 168 <Compile Include="ConditionalFormatting\Contracts\IExcelConditionalFormattingWithText.cs" /> 169 <Compile Include="ConditionalFormatting\ExcelConditionalFormattingIconData BarValue.cs" />169 <Compile Include="ConditionalFormatting\ExcelConditionalFormattingIconDatabarValue.cs" /> 170 170 <Compile Include="ConditionalFormatting\Rules\ExcelConditionalFormattingDataBar.cs" /> 171 171 <Compile Include="ConditionalFormatting\Rules\ExcelConditionalFormattingFiveIconSet.cs" /> … … 321 321 <Compile Include="VBA\ExcelVbaModule.cs" /> 322 322 <Compile Include="VBA\ExcelVbaModuleAttribute.cs" /> 323 <Compile Include="VBA\ExcelV baModuleCollection.cs" />324 <Compile Include="VBA\ExcelV baProject.cs" />323 <Compile Include="VBA\ExcelVBAModuleCollection.cs" /> 324 <Compile Include="VBA\ExcelVBAProject.cs" /> 325 325 <Compile Include="ExcelWorkbookView.cs" /> 326 326 <Compile Include="ExcelWorksheetView.cs" /> … … 372 372 <Compile Include="Utils\SqRefUtility.cs" /> 373 373 <Compile Include="VBA\ExcelVbaProtection.cs" /> 374 <Compile Include="VBA\ExcelV baReference.cs" />375 <Compile Include="VBA\ExcelV baSignature.cs" />374 <Compile Include="VBA\ExcelVBAReference.cs" /> 375 <Compile Include="VBA\ExcelVBASignature.cs" /> 376 376 <Compile Include="XmlHelper.cs" /> 377 377 <Compile Include="XmlHelperFactory.cs" /> -
stable/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/3.1.3/HeuristicLab.EPPlus-3.1.3/HeuristicLab.EPPlus-3.1.3.csproj
r9587 r9931 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\..\..\ ..\..\trunk\sources\bin\</OutputPath>20 <OutputPath>..\..\..\..\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath>..\..\..\..\ ..\..\trunk\sources\bin\</OutputPath>28 <OutputPath>..\..\..\..\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 92 92 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project> 93 93 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 94 <Private>False</Private> 94 95 </ProjectReference> 95 96 <ProjectReference Include="..\EPPlus-3.1.3\EPPlus-3.1.3.csproj"> … … 105 106 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 106 107 <PropertyGroup> 107 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)108 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 108 109 set ProjectDir=$(ProjectDir) 109 110 set SolutionDir=$(SolutionDir) 110 111 set Outdir=$(Outdir) 111 112 112 call PreBuildEvent.cmd</PreBuildEvent> 113 call PreBuildEvent.cmd 114 </PreBuildEvent> 115 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 116 export ProjectDir=$(ProjectDir) 117 export SolutionDir=$(SolutionDir) 118 119 $SolutionDir/PreBuildEvent.sh 120 </PreBuildEvent> 113 121 </PropertyGroup> 114 122 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.