Changeset 9155 for branches/CMAES
- Timestamp:
- 01/14/13 15:37:26 (12 years ago)
- Location:
- branches/CMAES
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CMAES/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/HeuristicLab.Algorithms.CMAEvolutionStrategy-3.3.csproj
r9141 r9155 118 118 <Private>False</Private> 119 119 </Reference> 120 <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">121 <SpecificVersion>False</SpecificVersion>122 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>123 <Private>False</Private>124 </Reference>125 120 <Reference Include="HeuristicLab.Operators-3.3"> 126 121 <SpecificVersion>False</SpecificVersion> … … 222 217 <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project> 223 218 <Name>HeuristicLab.Analysis-3.3</Name> 219 <Private>False</Private> 220 </ProjectReference> 221 <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj"> 222 <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project> 223 <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name> 224 224 <Private>False</Private> 225 225 </ProjectReference> -
branches/CMAES/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj
r9149 r9155 184 184 <DependentUpon>ScatterPlotDataRowVisualPropertiesControl.cs</DependentUpon> 185 185 </Compile> 186 <Compile Include="ScatterPlotView.cs" /> 186 <Compile Include="ScatterPlotView.cs"> 187 <SubType>UserControl</SubType> 188 </Compile> 187 189 <Compile Include="ScatterPlotView.Designer.cs"> 188 190 <DependentUpon>ScatterPlotView.cs</DependentUpon> 189 191 </Compile> 190 <Compile Include="ScatterPlotHistoryView.cs" /> 192 <Compile Include="ScatterPlotHistoryView.cs"> 193 <SubType>UserControl</SubType> 194 </Compile> 191 195 <Compile Include="ScatterPlotHistoryView.Designer.cs"> 192 196 <DependentUpon>ScatterPlotHistoryView.cs</DependentUpon> 193 197 </Compile> 194 198 <None Include="Plugin.cs.frame" /> 195 <Compile Include="AlleleFrequencyCollectionView.cs" /> 199 <Compile Include="AlleleFrequencyCollectionView.cs"> 200 <SubType>UserControl</SubType> 201 </Compile> 196 202 <Compile Include="AlleleFrequencyCollectionView.Designer.cs"> 197 203 <DependentUpon>AlleleFrequencyCollectionView.cs</DependentUpon> … … 215 221 <DependentUpon>DataTableVisualPropertiesDialog.cs</DependentUpon> 216 222 </Compile> 217 <Compile Include="HeatMapHistoryView.cs" /> 223 <Compile Include="HeatMapHistoryView.cs"> 224 <SubType>UserControl</SubType> 225 </Compile> 218 226 <Compile Include="HeatMapHistoryView.Designer.cs"> 219 227 <DependentUpon>HeatMapHistoryView.cs</DependentUpon> 220 228 </Compile> 221 <Compile Include="DataTableHistoryView.cs" /> 229 <Compile Include="DataTableHistoryView.cs"> 230 <SubType>UserControl</SubType> 231 </Compile> 222 232 <Compile Include="DataTableHistoryView.Designer.cs"> 223 233 <DependentUpon>DataTableHistoryView.cs</DependentUpon> 224 234 </Compile> 225 <Compile Include="HeatMapView.cs" /> 235 <Compile Include="HeatMapView.cs"> 236 <SubType>UserControl</SubType> 237 </Compile> 226 238 <Compile Include="HeatMapView.Designer.cs"> 227 239 <DependentUpon>HeatMapView.cs</DependentUpon> 228 240 </Compile> 229 <Compile Include="AlleleFrequencyView.cs" /> 241 <Compile Include="AlleleFrequencyView.cs"> 242 <SubType>UserControl</SubType> 243 </Compile> 230 244 <Compile Include="AlleleFrequencyView.Designer.cs"> 231 245 <DependentUpon>AlleleFrequencyView.cs</DependentUpon> 232 246 </Compile> 233 <Compile Include="AlleleFrequencyCollectionHistoryView.cs" /> 247 <Compile Include="AlleleFrequencyCollectionHistoryView.cs"> 248 <SubType>UserControl</SubType> 249 </Compile> 234 250 <Compile Include="AlleleFrequencyCollectionHistoryView.Designer.cs"> 235 251 <DependentUpon>AlleleFrequencyCollectionHistoryView.cs</DependentUpon> … … 237 253 <Compile Include="Plugin.cs" /> 238 254 <Compile Include="Properties\AssemblyInfo.cs" /> 239 <Compile Include="DataTableView.cs" /> 255 <Compile Include="DataTableView.cs"> 256 <SubType>UserControl</SubType> 257 </Compile> 240 258 <Compile Include="DataTableView.Designer.cs"> 241 259 <DependentUpon>DataTableView.cs</DependentUpon> … … 245 263 <None Include="HeuristicLab.snk" /> 246 264 <None Include="Properties\AssemblyInfo.cs.frame" /> 247 </ItemGroup>248 <ItemGroup>249 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">250 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>251 <Name>HeuristicLab.Analysis-3.3</Name>252 <Private>False</Private>253 </ProjectReference>254 265 </ItemGroup> 255 266 <ItemGroup> … … 274 285 <DependentUpon>HeatMapView.cs</DependentUpon> 275 286 </EmbeddedResource> 287 </ItemGroup> 288 <ItemGroup> 289 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 290 <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project> 291 <Name>HeuristicLab.Analysis-3.3</Name> 292 <Private>False</Private> 293 </ProjectReference> 276 294 </ItemGroup> 277 295 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
branches/CMAES/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj
r9141 r9155 168 168 </ItemGroup> 169 169 <ItemGroup> 170 <Compile Include="Creators\ PredefinedRealVectorCreator.cs" />170 <Compile Include="Creators\NormalDistributedRealVectorCreator.cs" /> 171 171 <Compile Include="Interfaces\IRealVectorMultiNeighborhoodShakingOperator.cs" /> 172 172 <Compile Include="ParticleOperators\RealVectorParticleCreator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.