- Timestamp:
- 11/15/15 17:27:31 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy
- Files:
-
- 6 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy/3.3/HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy-3.3.csproj
r12968 r13164 11 11 <RootNamespace>HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <TargetFrameworkProfile> 15 15 </TargetFrameworkProfile> … … 46 46 <WarningLevel>4</WarningLevel> 47 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 <Prefer32Bit>false</Prefer32Bit> 48 49 </PropertyGroup> 49 50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 55 56 <WarningLevel>4</WarningLevel> 56 57 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 <Prefer32Bit>false</Prefer32Bit> 57 59 </PropertyGroup> 58 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 64 66 <ErrorReport>prompt</ErrorReport> 65 67 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 68 <Prefer32Bit>false</Prefer32Bit> 66 69 </PropertyGroup> 67 70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 73 76 <ErrorReport>prompt</ErrorReport> 74 77 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 78 <Prefer32Bit>false</Prefer32Bit> 75 79 </PropertyGroup> 76 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 82 86 <ErrorReport>prompt</ErrorReport> 83 87 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 88 <Prefer32Bit>false</Prefer32Bit> 84 89 </PropertyGroup> 85 90 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 91 96 <ErrorReport>prompt</ErrorReport> 92 97 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 98 <Prefer32Bit>false</Prefer32Bit> 93 99 </PropertyGroup> 94 100 <ItemGroup> … … 117 123 <None Include="Plugin.cs.frame" /> 118 124 <None Include="Properties\AssemblyInfo.cs.frame" /> 119 </ItemGroup>120 <ItemGroup>121 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">122 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>123 <Name>HeuristicLab.Analysis-3.3</Name>124 <Private>False</Private>125 </ProjectReference>126 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">127 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>128 <Name>HeuristicLab.Collections-3.3</Name>129 <Private>False</Private>130 </ProjectReference>131 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">132 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>133 <Name>HeuristicLab.Common-3.3</Name>134 <Private>False</Private>135 </ProjectReference>136 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">137 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>138 <Name>HeuristicLab.Core-3.3</Name>139 <Private>False</Private>140 </ProjectReference>141 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">142 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>143 <Name>HeuristicLab.Data-3.3</Name>144 <Private>False</Private>145 </ProjectReference>146 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">147 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>148 <Name>HeuristicLab.Operators-3.3</Name>149 <Private>False</Private>150 </ProjectReference>151 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">152 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>153 <Name>HeuristicLab.Optimization.Operators-3.3</Name>154 <Private>False</Private>155 </ProjectReference>156 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">157 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>158 <Name>HeuristicLab.Optimization-3.3</Name>159 <Private>False</Private>160 </ProjectReference>161 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">162 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>163 <Name>HeuristicLab.Parameters-3.3</Name>164 <Private>False</Private>165 </ProjectReference>166 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">167 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>168 <Name>HeuristicLab.Persistence-3.3</Name>169 <Private>False</Private>170 </ProjectReference>171 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">172 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>173 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>174 <Private>False</Private>175 </ProjectReference>176 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">177 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>178 <Name>HeuristicLab.Random-3.3</Name>179 <Private>False</Private>180 </ProjectReference>181 <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">182 <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>183 <Name>HeuristicLab.Selection-3.3</Name>184 <Private>False</Private>185 </ProjectReference>186 125 </ItemGroup> 187 126 <ItemGroup> … … 201 140 <Install>true</Install> 202 141 </BootstrapperPackage> 142 </ItemGroup> 143 <ItemGroup> 144 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 145 <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project> 146 <Name>HeuristicLab.Analysis-3.3</Name> 147 <Private>False</Private> 148 </ProjectReference> 149 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 150 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 151 <Name>HeuristicLab.Collections-3.3</Name> 152 <Private>False</Private> 153 </ProjectReference> 154 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 155 <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project> 156 <Name>HeuristicLab.Common-3.3</Name> 157 <Private>False</Private> 158 </ProjectReference> 159 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 160 <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project> 161 <Name>HeuristicLab.Core-3.3</Name> 162 <Private>False</Private> 163 </ProjectReference> 164 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 165 <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project> 166 <Name>HeuristicLab.Data-3.3</Name> 167 <Private>False</Private> 168 </ProjectReference> 169 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 170 <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project> 171 <Name>HeuristicLab.Operators-3.3</Name> 172 <Private>False</Private> 173 </ProjectReference> 174 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 175 <Project>{25087811-f74c-4128-bc86-8324271da13e}</Project> 176 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 177 <Private>False</Private> 178 </ProjectReference> 179 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 180 <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project> 181 <Name>HeuristicLab.Optimization-3.3</Name> 182 <Private>False</Private> 183 </ProjectReference> 184 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 185 <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project> 186 <Name>HeuristicLab.Parameters-3.3</Name> 187 <Private>False</Private> 188 </ProjectReference> 189 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 190 <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project> 191 <Name>HeuristicLab.Persistence-3.3</Name> 192 <Private>False</Private> 193 </ProjectReference> 194 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 195 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project> 196 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 197 <Private>False</Private> 198 </ProjectReference> 199 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 200 <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project> 201 <Name>HeuristicLab.Random-3.3</Name> 202 <Private>False</Private> 203 </ProjectReference> 204 <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj"> 205 <Project>{2c36cd4f-e5f5-43a4-801a-201ea895fe17}</Project> 206 <Name>HeuristicLab.Selection-3.3</Name> 207 <Private>False</Private> 208 </ProjectReference> 203 209 </ItemGroup> 204 210 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
trunk/sources/HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy/3.3/Plugin.cs.frame
r12968 r13164 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
trunk/sources/HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy/3.3/Properties/AssemblyInfo.cs.frame
r12968 r13164 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 31 31 [assembly: AssemblyCompany("")] 32 32 [assembly: AssemblyProduct("HeuristicLab")] 33 [assembly: AssemblyCopyright("(c) 2002-201 3HEAL")]33 [assembly: AssemblyCopyright("(c) 2002-2015 HEAL")] 34 34 [assembly: AssemblyTrademark("")] 35 35 [assembly: AssemblyCulture("")] -
trunk/sources/HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy/3.3/WithoutRepeatingBatchedRandomSelector.cs
r12968 r13164 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab.
Note: See TracChangeset
for help on using the changeset viewer.