Changeset 6878 for branches/GeneralizedQAP/HeuristicLab
- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 3 deleted
- 6 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP
- Property svn:ignore
-
old new 1 *.docstates 2 *.psess 1 3 *.resharper 2 4 *.suo 5 *.vsp 3 6 Google.ProtocolBuffers-0.9.1.dll 7 HeuristicLab 3.3.5.1.ReSharper.user 8 HeuristicLab 3.3.6.0.ReSharper.user 4 9 HeuristicLab.4.5.resharper.user 5 10 HeuristicLab.resharper.user … … 8 13 _ReSharper.HeuristicLab 9 14 _ReSharper.HeuristicLab 3.3 15 _ReSharper.HeuristicLab.ExtLibs 16 bin 10 17 protoc.exe 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp 14 *.docstates 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab
-
Property
svn:ignore
set to
bin
-
Property
svn:ignore
set to
-
branches/GeneralizedQAP/HeuristicLab/3.3/CustomPostBuildTemplate_UpdateLocalInstallation.cmd
r3849 r6878 5 5 copy HeuristicLab.PluginInfrastructure-3.3.dll "%target%" 6 6 7 FOR /F "skip=1 tokens=1-2 delims=: usebackq" %%G IN ("%ProjectDir%\Files.txt") DO copy "% SolutionDir%\%%G\%Outdir%\%%H" "%target%" >nul7 FOR /F "skip=1 tokens=1-2 delims=: usebackq" %%G IN ("%ProjectDir%\Files.txt") DO copy "%Outdir%\%%H" "%target%" >nul 8 8 9 9 10 10 echo "Platform: %Platform%, architecture: %PROCESSOR_ARCHITECTURE%" 11 11 if "%Platform%" == "x86" ( 12 FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x86.txt") DO copy "% SolutionDir%\%%G" "%target%" >nul12 FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x86.txt") DO copy "%Outdir%\%%G" "%target%" >nul 13 13 ) else if "%Platform%" == "x64" ( 14 FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x64.txt") DO copy "% SolutionDir%\%%G" "%target%" >nul14 FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x64.txt") DO copy "%Outdir%\%%G" "%target%" >nul 15 15 ) else if "%Platform%" == "AnyCPU" ( 16 16 if "%PROCESSOR_ARCHITECTURE%" == "x64" ( 17 FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x64.txt") DO copy "% SolutionDir%\%%G" "%target%" >nul17 FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x64.txt") DO copy "%Outdir%\%%G" "%target%" >nul 18 18 ) else if "%PROCESSOR_ARCHITECTURE%" == "x86" ( 19 FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x86.txt") DO copy "% SolutionDir%\%%G" "%target%" >nul19 FOR /F "skip=1 tokens=* usebackq" %%G IN ("%ProjectDir%\Files.x86.txt") DO copy "%Outdir%\%%G" "%target%" >nul 20 20 ) else ( 21 21 echo "ERROR: unknown architecture: "%PROCESSOR_ARCHITECTURE%" -
branches/GeneralizedQAP/HeuristicLab/3.3/Files.txt
r6650 r6878 69 69 HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4:HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll 70 70 HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views\3.4:HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.dll 71 HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis\3.4:HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll 72 HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis.Views\3.4:HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis.Views-3.4.dll 71 73 HeuristicLab.Problems.DataAnalysis.Views\3.3:HeuristicLab.Problems.DataAnalysis.Views-3.3.dll 72 74 HeuristicLab.Problems.DataAnalysis.Views\3.4:HeuristicLab.Problems.DataAnalysis.Views-3.4.dll … … 128 130 HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\HeuristicLab.WinFormsUI-2.3.1:HeuristicLab.WinFormsUI-2.3.1.dll 129 131 HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\HeuristicLab.WinFormsUI-2.3.1:WeifenLuo.WinFormsUI.Docking License.txt 132 133 HeuristicLab.ExtLibs\HeuristicLab.DayView\1.0:HeuristicLab.DayView-1.0.dll 134 HeuristicLab.ExtLibs\HeuristicLab.DayView\1.0:Calendar.DayView.dll 135 HeuristicLab.ExtLibs\HeuristicLab.DayView\1.0:DayView License.txt -
branches/GeneralizedQAP/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r6208 r6878 45 45 <DebugType>full</DebugType> 46 46 <Optimize>false</Optimize> 47 <OutputPath> bin\Debug\</OutputPath>47 <OutputPath>$(SolutionDir)\bin\</OutputPath> 48 48 <DefineConstants>DEBUG;TRACE</DefineConstants> 49 49 <ErrorReport>prompt</ErrorReport> … … 54 54 <DebugType>pdbonly</DebugType> 55 55 <Optimize>true</Optimize> 56 <OutputPath> bin\Release\</OutputPath>56 <OutputPath>$(SolutionDir)\bin\</OutputPath> 57 57 <DefineConstants>TRACE</DefineConstants> 58 58 <ErrorReport>prompt</ErrorReport> 59 59 <WarningLevel>4</WarningLevel> 60 <DocumentationFile>bin\Release\HeuristicLab 3.3.xml</DocumentationFile> 60 <DocumentationFile> 61 </DocumentationFile> 61 62 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 62 63 </PropertyGroup> 63 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 64 65 <DebugSymbols>true</DebugSymbols> 65 <OutputPath> bin\x86\Debug\</OutputPath>66 <OutputPath>$(SolutionDir)\bin\</OutputPath> 66 67 <DefineConstants>DEBUG;TRACE</DefineConstants> 67 68 <DebugType>full</DebugType> … … 71 72 </PropertyGroup> 72 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 73 <OutputPath> bin\x86\Release\</OutputPath>74 <OutputPath>$(SolutionDir)\bin\</OutputPath> 74 75 <DefineConstants>TRACE</DefineConstants> 75 76 <Optimize>true</Optimize> … … 77 78 <PlatformTarget>x86</PlatformTarget> 78 79 <ErrorReport>prompt</ErrorReport> 79 <DocumentationFile>bin\x86\Release\HeuristicLab 3.3.xml</DocumentationFile> 80 <DocumentationFile> 81 </DocumentationFile> 80 82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 81 83 </PropertyGroup> 82 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 83 85 <DebugSymbols>true</DebugSymbols> 84 <OutputPath> bin\x64\Debug\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 85 87 <DefineConstants>DEBUG;TRACE</DefineConstants> 86 88 <DebugType>full</DebugType> … … 90 92 </PropertyGroup> 91 93 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 92 <OutputPath> bin\x64\Release\</OutputPath>94 <OutputPath>$(SolutionDir)\bin\</OutputPath> 93 95 <DefineConstants>TRACE</DefineConstants> 94 96 <Optimize>true</Optimize> … … 96 98 <PlatformTarget>x64</PlatformTarget> 97 99 <ErrorReport>prompt</ErrorReport> 98 <DocumentationFile>bin\x64\Release\HeuristicLab 3.3.xml</DocumentationFile> 100 <DocumentationFile> 101 </DocumentationFile> 99 102 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 100 103 </PropertyGroup> … … 133 136 </None> 134 137 <None Include="CustomPostBuild.cmd" /> 135 <None Include="CopyAssemblies.cmd" />136 138 <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" /> 137 139 <None Include="HeuristicLab.snk" /> 138 140 <None Include="MergeConfigs.cmd" /> 139 <None Include="Properties\AssemblyInfo. frame" />141 <None Include="Properties\AssemblyInfo.cs.frame" /> 140 142 <None Include="Properties\Settings.settings"> 141 143 <Generator>SettingsSingleFileGenerator</Generator> … … 152 154 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 153 155 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 156 <Private>False</Private> 154 157 </ProjectReference> 155 158 </ItemGroup> … … 198 201 set ProjectDir=$(ProjectDir) 199 202 set SolutionDir=$(SolutionDir) 200 set Outdir=$(Outdir)201 set Configuration=$(ConfigurationName)202 203 203 204 call PreBuildEvent.cmd</PreBuildEvent> … … 210 211 211 212 call MergeConfigs.cmd 212 call CopyAssemblies.cmd213 213 if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent> 214 214 </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" 1 ConfigMerger "%Outdir%HeuristicLab.PluginInfrastructure-3.3.dll.config" "HeuristicLab 3.3.exe.config" 2 ConfigMerger "%Outdir%HeuristicLab.Clients.Common-3.3.dll.config" "HeuristicLab 3.3.exe.config" 3 ConfigMerger "%Outdir%HeuristicLab.Optimizer-3.3.dll.config" "HeuristicLab 3.3.exe.config" 4 ConfigMerger "%Outdir%HeuristicLab.Persistence-3.3.dll.config" "HeuristicLab 3.3.exe.config" 5 ConfigMerger "%Outdir%HeuristicLab.Tracing-3.3.dll.config" "HeuristicLab 3.3.exe.config"
Note: See TracChangeset
for help on using the changeset viewer.