Changeset 6866 for trunk/sources/HeuristicLab.Optimization/3.3
- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 deleted
- 4 edited
- 2 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.Optimization/3.3
- Property svn:ignore
-
old new 4 4 *.user 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r6694 r6866 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> 55 55 <WarningLevel>4</WarningLevel> 56 <DocumentationFile>bin\Release\HeuristicLab.Optimization-3.3.XML</DocumentationFile> 56 <DocumentationFile> 57 </DocumentationFile> 57 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 59 </PropertyGroup> 59 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 60 61 <DebugSymbols>true</DebugSymbols> 61 <OutputPath> bin\x86\Debug\</OutputPath>62 <OutputPath>$(SolutionDir)\bin\</OutputPath> 62 63 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 64 <DebugType>full</DebugType> … … 67 68 </PropertyGroup> 68 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 69 <OutputPath> bin\x86\Release\</OutputPath>70 <OutputPath>$(SolutionDir)\bin\</OutputPath> 70 71 <DefineConstants>TRACE</DefineConstants> 71 <DocumentationFile>bin\x86\Release\HeuristicLab.Optimization-3.3.XML</DocumentationFile> 72 <DocumentationFile> 73 </DocumentationFile> 72 74 <Optimize>true</Optimize> 73 75 <DebugType>pdbonly</DebugType> … … 78 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 79 81 <DebugSymbols>true</DebugSymbols> 80 <OutputPath> bin\x64\Debug\</OutputPath>82 <OutputPath>$(SolutionDir)\bin\</OutputPath> 81 83 <DefineConstants>DEBUG;TRACE</DefineConstants> 82 84 <DebugType>full</DebugType> … … 86 88 </PropertyGroup> 87 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 88 <OutputPath> bin\x64\Release\</OutputPath>90 <OutputPath>$(SolutionDir)\bin\</OutputPath> 89 91 <DefineConstants>TRACE</DefineConstants> 90 <DocumentationFile>bin\x64\Release\HeuristicLab.Optimization-3.3.XML</DocumentationFile> 92 <DocumentationFile> 93 </DocumentationFile> 91 94 <Optimize>true</Optimize> 92 95 <DebugType>pdbonly</DebugType> … … 111 114 </ItemGroup> 112 115 <ItemGroup> 116 <Compile Include="Plugin.cs" /> 113 117 <Compile Include="RunCollectionDiscretizer.cs" /> 114 118 <Compile Include="RunCollectionGroupCreater.cs" /> … … 116 120 <Compile Include="RunCollectionValueRemover.cs" /> 117 121 <Compile Include="IRunCollectionModifier.cs" /> 118 <None Include=" HeuristicLabOptimizationPlugin.cs.frame" />122 <None Include="Plugin.cs.frame" /> 119 123 <Compile Include="Algorithms\Algorithm.cs" /> 120 124 <Compile Include="BatchRun.cs" /> … … 192 196 <Compile Include="Algorithms\UserDefinedAlgorithm.cs" /> 193 197 <Compile Include="Algorithms\EngineAlgorithm.cs" /> 194 <Compile Include="HeuristicLabOptimizationPlugin.cs" />195 198 <Compile Include="Properties\AssemblyInfo.cs" /> 196 199 <Compile Include="ResultCollection.cs" /> … … 199 202 <ItemGroup> 200 203 <None Include="HeuristicLab.snk" /> 201 <None Include="Properties\AssemblyInfo. frame" />204 <None Include="Properties\AssemblyInfo.cs.frame" /> 202 205 </ItemGroup> 203 206 <ItemGroup> … … 205 208 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 206 209 <Name>HeuristicLab.Collections-3.3</Name> 210 <Private>False</Private> 207 211 </ProjectReference> 208 212 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 209 213 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 210 214 <Name>HeuristicLab.Common.Resources-3.3</Name> 215 <Private>False</Private> 211 216 </ProjectReference> 212 217 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 213 218 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 214 219 <Name>HeuristicLab.Common-3.3</Name> 220 <Private>False</Private> 215 221 </ProjectReference> 216 222 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 217 223 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 218 224 <Name>HeuristicLab.Core-3.3</Name> 225 <Private>False</Private> 219 226 </ProjectReference> 220 227 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 221 228 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 222 229 <Name>HeuristicLab.Data-3.3</Name> 230 <Private>False</Private> 223 231 </ProjectReference> 224 232 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 225 233 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 226 234 <Name>HeuristicLab.Parameters-3.3</Name> 235 <Private>False</Private> 227 236 </ProjectReference> 228 237 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 229 238 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 230 239 <Name>HeuristicLab.Persistence-3.3</Name> 240 <Private>False</Private> 231 241 </ProjectReference> 232 242 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 233 243 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 234 244 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 245 <Private>False</Private> 235 246 </ProjectReference> 236 247 </ItemGroup> … … 268 279 269 280 call PreBuildEvent.cmd 270 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOptimizationPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOptimizationPlugin.cs"</PreBuildEvent>281 </PreBuildEvent> 271 282 </PropertyGroup> 272 283 </Project> -
trunk/sources/HeuristicLab.Optimization/3.3/Problems/SingleObjectiveHeuristicOptimizationProblem.cs
- Property svn:mergeinfo changed
/branches/Trunk/HeuristicLab.Optimization/3.3/Problems/SingleObjectiveHeuristicOptimizationProblem.cs (added) merged: 6865
- Property svn:mergeinfo changed
Note: See TracChangeset
for help on using the changeset viewer.