Changeset 6866 for trunk/sources/HeuristicLab
- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 deleted
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- 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 15 bin 16 HeuristicLab 3.3.6.0.ReSharper.user 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
/branches/Restructure trunk solution (added) merged: 6828 /branches/Trunk (added) merged: 6829,6831-6833,6842-6848,6850,6865
- Property svn:ignore
-
trunk/sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r6208 r6866 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> -
trunk/sources/HeuristicLab/3.3/MergeConfigs.cmd
r4387 r6866 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.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.