Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/05/11 21:55:55 (13 years ago)
Author:
abeham
Message:

#1614

  • updated branch from trunk
Location:
branches/GeneralizedQAP
Files:
3 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP

  • branches/GeneralizedQAP/HeuristicLab

    • Property svn:ignore set to
      bin
  • branches/GeneralizedQAP/HeuristicLab/3.3/CustomPostBuildTemplate_UpdateLocalInstallation.cmd

    r3849 r6878  
    55copy HeuristicLab.PluginInfrastructure-3.3.dll "%target%"
    66
    7 FOR /F "skip=1 tokens=1-2 delims=: usebackq" %%G IN ("%ProjectDir%\Files.txt") DO copy "%SolutionDir%\%%G\%Outdir%\%%H" "%target%" >nul
     7FOR /F "skip=1 tokens=1-2 delims=: usebackq" %%G IN ("%ProjectDir%\Files.txt") DO copy "%Outdir%\%%H" "%target%" >nul
    88
    99
    1010echo "Platform: %Platform%, architecture: %PROCESSOR_ARCHITECTURE%"
    1111if "%Platform%" == "x86" (   
    12   FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x86.txt") DO copy "%SolutionDir%\%%G" "%target%" >nul
     12  FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x86.txt") DO copy "%Outdir%\%%G" "%target%" >nul
    1313) else if "%Platform%" == "x64" (
    14   FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x64.txt") DO copy "%SolutionDir%\%%G" "%target%" >nul
     14  FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x64.txt") DO copy "%Outdir%\%%G" "%target%" >nul
    1515) else if "%Platform%" == "AnyCPU" (
    1616  if "%PROCESSOR_ARCHITECTURE%" == "x64" (
    17   FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x64.txt") DO copy "%SolutionDir%\%%G" "%target%" >nul
     17  FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x64.txt") DO copy "%Outdir%\%%G" "%target%" >nul
    1818  ) else if "%PROCESSOR_ARCHITECTURE%" == "x86" (
    19   FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x86.txt") DO copy "%SolutionDir%\%%G" "%target%" >nul
     19  FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x86.txt") DO copy "%Outdir%\%%G" "%target%" >nul
    2020  ) else (
    2121    echo "ERROR: unknown architecture: "%PROCESSOR_ARCHITECTURE%"
  • branches/GeneralizedQAP/HeuristicLab/3.3/Files.txt

    r6650 r6878  
    6969HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4:HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll
    7070HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views\3.4:HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.dll
     71HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis\3.4:HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll
     72HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis.Views\3.4:HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis.Views-3.4.dll
    7173HeuristicLab.Problems.DataAnalysis.Views\3.3:HeuristicLab.Problems.DataAnalysis.Views-3.3.dll
    7274HeuristicLab.Problems.DataAnalysis.Views\3.4:HeuristicLab.Problems.DataAnalysis.Views-3.4.dll
     
    128130HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\HeuristicLab.WinFormsUI-2.3.1:HeuristicLab.WinFormsUI-2.3.1.dll
    129131HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\HeuristicLab.WinFormsUI-2.3.1:WeifenLuo.WinFormsUI.Docking License.txt
     132
     133HeuristicLab.ExtLibs\HeuristicLab.DayView\1.0:HeuristicLab.DayView-1.0.dll
     134HeuristicLab.ExtLibs\HeuristicLab.DayView\1.0:Calendar.DayView.dll
     135HeuristicLab.ExtLibs\HeuristicLab.DayView\1.0:DayView License.txt
  • branches/GeneralizedQAP/HeuristicLab/3.3/HeuristicLab-3.3.csproj

    r6208 r6878  
    4545    <DebugType>full</DebugType>
    4646    <Optimize>false</Optimize>
    47     <OutputPath>bin\Debug\</OutputPath>
     47    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4848    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4949    <ErrorReport>prompt</ErrorReport>
     
    5454    <DebugType>pdbonly</DebugType>
    5555    <Optimize>true</Optimize>
    56     <OutputPath>bin\Release\</OutputPath>
     56    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5757    <DefineConstants>TRACE</DefineConstants>
    5858    <ErrorReport>prompt</ErrorReport>
    5959    <WarningLevel>4</WarningLevel>
    60     <DocumentationFile>bin\Release\HeuristicLab 3.3.xml</DocumentationFile>
     60    <DocumentationFile>
     61    </DocumentationFile>
    6162    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6263  </PropertyGroup>
    6364  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6465    <DebugSymbols>true</DebugSymbols>
    65     <OutputPath>bin\x86\Debug\</OutputPath>
     66    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6667    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6768    <DebugType>full</DebugType>
     
    7172  </PropertyGroup>
    7273  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    73     <OutputPath>bin\x86\Release\</OutputPath>
     74    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7475    <DefineConstants>TRACE</DefineConstants>
    7576    <Optimize>true</Optimize>
     
    7778    <PlatformTarget>x86</PlatformTarget>
    7879    <ErrorReport>prompt</ErrorReport>
    79     <DocumentationFile>bin\x86\Release\HeuristicLab 3.3.xml</DocumentationFile>
     80    <DocumentationFile>
     81    </DocumentationFile>
    8082    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    8183  </PropertyGroup>
    8284  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    8385    <DebugSymbols>true</DebugSymbols>
    84     <OutputPath>bin\x64\Debug\</OutputPath>
     86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8587    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8688    <DebugType>full</DebugType>
     
    9092  </PropertyGroup>
    9193  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    92     <OutputPath>bin\x64\Release\</OutputPath>
     94    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    9395    <DefineConstants>TRACE</DefineConstants>
    9496    <Optimize>true</Optimize>
     
    9698    <PlatformTarget>x64</PlatformTarget>
    9799    <ErrorReport>prompt</ErrorReport>
    98     <DocumentationFile>bin\x64\Release\HeuristicLab 3.3.xml</DocumentationFile>
     100    <DocumentationFile>
     101    </DocumentationFile>
    99102    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    100103  </PropertyGroup>
     
    133136    </None>
    134137    <None Include="CustomPostBuild.cmd" />
    135     <None Include="CopyAssemblies.cmd" />
    136138    <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" />
    137139    <None Include="HeuristicLab.snk" />
    138140    <None Include="MergeConfigs.cmd" />
    139     <None Include="Properties\AssemblyInfo.frame" />
     141    <None Include="Properties\AssemblyInfo.cs.frame" />
    140142    <None Include="Properties\Settings.settings">
    141143      <Generator>SettingsSingleFileGenerator</Generator>
     
    152154      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    153155      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     156      <Private>False</Private>
    154157    </ProjectReference>
    155158  </ItemGroup>
     
    198201set ProjectDir=$(ProjectDir)
    199202set SolutionDir=$(SolutionDir)
    200 set Outdir=$(Outdir)
    201 set Configuration=$(ConfigurationName)
    202203
    203204call PreBuildEvent.cmd</PreBuildEvent>
     
    210211
    211212call MergeConfigs.cmd
    212 call CopyAssemblies.cmd
    213213if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent>
    214214  </PropertyGroup>
  • branches/GeneralizedQAP/HeuristicLab/3.3/MergeConfigs.cmd

    r6659 r6878  
    1 ConfigMerger "%SolutionDir%\HeuristicLab.PluginInfrastructure\3.3\%Outdir%\HeuristicLab.PluginInfrastructure-3.3.dll.config" "HeuristicLab 3.3.exe.config"
    2 ConfigMerger "%SolutionDir%\HeuristicLab.Clients.Common\3.3\%Outdir%\HeuristicLab.Clients.Common-3.3.dll.config" "HeuristicLab 3.3.exe.config"
    3 ConfigMerger "%SolutionDir%\HeuristicLab.Optimizer\3.3\%Outdir%\HeuristicLab.Optimizer-3.3.dll.config" "HeuristicLab 3.3.exe.config"
    4 ConfigMerger "%SolutionDir%\HeuristicLab.Persistence\3.3\%Outdir%\HeuristicLab.Persistence-3.3.dll.config" "HeuristicLab 3.3.exe.config"
    5 ConfigMerger "%SolutionDir%\HeuristicLab.Problems.QuadraticAssignment.Views\3.3\%Outdir%\HeuristicLab.Problems.QuadraticAssignment.Views-3.3.dll.config" "HeuristicLab 3.3.exe.config"
    6 ConfigMerger "%SolutionDir%\HeuristicLab.Tracing\3.3\%Outdir%\HeuristicLab.Tracing-3.3.dll.config" "HeuristicLab 3.3.exe.config"
     1ConfigMerger "%Outdir%HeuristicLab.PluginInfrastructure-3.3.dll.config" "HeuristicLab 3.3.exe.config"
     2ConfigMerger "%Outdir%HeuristicLab.Clients.Common-3.3.dll.config" "HeuristicLab 3.3.exe.config"
     3ConfigMerger "%Outdir%HeuristicLab.Optimizer-3.3.dll.config" "HeuristicLab 3.3.exe.config"
     4ConfigMerger "%Outdir%HeuristicLab.Persistence-3.3.dll.config" "HeuristicLab 3.3.exe.config"
     5ConfigMerger "%Outdir%HeuristicLab.Tracing-3.3.dll.config" "HeuristicLab 3.3.exe.config"
Note: See TracChangeset for help on using the changeset viewer.