Changeset 7141
- Timestamp:
- 12/06/11 18:33:23 (13 years ago)
- Location:
- branches/FitnessLandscapeAnalysis
- Files:
-
- 20 added
- 5 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape
- Property svn:ignore
-
old new 1 1 bin 2 2 obj 3 HeuristicLabAnalysisFitnessLandscapePlugin.cs
-
- Property svn:ignore
-
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/HeuristicLab.Analysis.FitnessLandscape.Views.csproj
r7128 r7141 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath> bin\Debug\</OutputPath>20 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath> bin\Release\</OutputPath>28 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 33 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 34 34 <DebugSymbols>true</DebugSymbols> 35 <OutputPath> bin\x64\Debug\</OutputPath>35 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 36 36 <DefineConstants>DEBUG;TRACE</DefineConstants> 37 37 <DebugType>full</DebugType> … … 48 48 </PropertyGroup> 49 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 50 <OutputPath> bin\x64\Release\</OutputPath>50 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 51 51 <DefineConstants>TRACE</DefineConstants> 52 52 <Optimize>true</Optimize> … … 78 78 </PropertyGroup> 79 79 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 80 <OutputPath> bin\x86\Release\</OutputPath>80 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 81 81 <DefineConstants>TRACE</DefineConstants> 82 82 <Optimize>true</Optimize> -
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.sln
r7128 r7141 7 7 EndProject 8 8 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Analysis.FitnessLandscape.Views", "HeuristicLab.Analysis.FitnessLandscape.Views\HeuristicLab.Analysis.FitnessLandscape.Views.csproj", "{09F27845-A5B0-476E-901E-9D61576C8581}" 9 EndProject 10 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.NK.Views", "HeuristicLab.Problems.NK.Views\HeuristicLab.Problems.NK.Views.csproj", "{F64A0A99-33FB-4250-AABF-73AD53D17763}" 11 EndProject 12 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Analysis.FitnessLandscape.VRP", "HeuristicLab.Analysis.FitnessLandscape.VRP\HeuristicLab.Analysis.FitnessLandscape.VRP.csproj", "{67CDB1E2-B0EE-4986-92AD-F320EBAF9088}" 9 13 EndProject 10 14 Global … … 54 58 {09F27845-A5B0-476E-901E-9D61576C8581}.Release|x86.ActiveCfg = Release|x86 55 59 {09F27845-A5B0-476E-901E-9D61576C8581}.Release|x86.Build.0 = Release|x86 60 {F64A0A99-33FB-4250-AABF-73AD53D17763}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 61 {F64A0A99-33FB-4250-AABF-73AD53D17763}.Debug|Any CPU.Build.0 = Debug|Any CPU 62 {F64A0A99-33FB-4250-AABF-73AD53D17763}.Debug|x64.ActiveCfg = Debug|x64 63 {F64A0A99-33FB-4250-AABF-73AD53D17763}.Debug|x64.Build.0 = Debug|x64 64 {F64A0A99-33FB-4250-AABF-73AD53D17763}.Debug|x86.ActiveCfg = Debug|x86 65 {F64A0A99-33FB-4250-AABF-73AD53D17763}.Debug|x86.Build.0 = Debug|x86 66 {F64A0A99-33FB-4250-AABF-73AD53D17763}.Release|Any CPU.ActiveCfg = Release|Any CPU 67 {F64A0A99-33FB-4250-AABF-73AD53D17763}.Release|Any CPU.Build.0 = Release|Any CPU 68 {F64A0A99-33FB-4250-AABF-73AD53D17763}.Release|x64.ActiveCfg = Release|x64 69 {F64A0A99-33FB-4250-AABF-73AD53D17763}.Release|x64.Build.0 = Release|x64 70 {F64A0A99-33FB-4250-AABF-73AD53D17763}.Release|x86.ActiveCfg = Release|x86 71 {F64A0A99-33FB-4250-AABF-73AD53D17763}.Release|x86.Build.0 = Release|x86 72 {67CDB1E2-B0EE-4986-92AD-F320EBAF9088}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 73 {67CDB1E2-B0EE-4986-92AD-F320EBAF9088}.Debug|Any CPU.Build.0 = Debug|Any CPU 74 {67CDB1E2-B0EE-4986-92AD-F320EBAF9088}.Debug|x64.ActiveCfg = Debug|x64 75 {67CDB1E2-B0EE-4986-92AD-F320EBAF9088}.Debug|x64.Build.0 = Debug|x64 76 {67CDB1E2-B0EE-4986-92AD-F320EBAF9088}.Debug|x86.ActiveCfg = Debug|x86 77 {67CDB1E2-B0EE-4986-92AD-F320EBAF9088}.Debug|x86.Build.0 = Debug|x86 78 {67CDB1E2-B0EE-4986-92AD-F320EBAF9088}.Release|Any CPU.ActiveCfg = Release|Any CPU 79 {67CDB1E2-B0EE-4986-92AD-F320EBAF9088}.Release|Any CPU.Build.0 = Release|Any CPU 80 {67CDB1E2-B0EE-4986-92AD-F320EBAF9088}.Release|x64.ActiveCfg = Release|x64 81 {67CDB1E2-B0EE-4986-92AD-F320EBAF9088}.Release|x64.Build.0 = Release|x64 82 {67CDB1E2-B0EE-4986-92AD-F320EBAF9088}.Release|x86.ActiveCfg = Release|x86 83 {67CDB1E2-B0EE-4986-92AD-F320EBAF9088}.Release|x86.Build.0 = Release|x86 56 84 EndGlobalSection 57 85 GlobalSection(SolutionProperties) = preSolution -
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLab.Analysis.FitnessLandscape.csproj
r7128 r7141 48 48 <DebugType>pdbonly</DebugType> 49 49 <Optimize>true</Optimize> 50 <OutputPath> bin\Release\</OutputPath>50 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 51 51 <DefineConstants>TRACE</DefineConstants> 52 52 <ErrorReport>prompt</ErrorReport> … … 55 55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 56 56 <DebugSymbols>true</DebugSymbols> 57 <OutputPath> bin\x86\Debug\</OutputPath>57 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 58 58 <DefineConstants>DEBUG;TRACE</DefineConstants> 59 59 <DebugType>full</DebugType> … … 62 62 </PropertyGroup> 63 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 64 <OutputPath> bin\x86\Release\</OutputPath>64 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 65 65 <DefineConstants>TRACE</DefineConstants> 66 66 <Optimize>true</Optimize> … … 71 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 72 72 <DebugSymbols>true</DebugSymbols> 73 <OutputPath> bin\x64\Debug\</OutputPath>73 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 74 74 <DefineConstants>DEBUG;TRACE</DefineConstants> 75 75 <DebugType>full</DebugType> … … 78 78 </PropertyGroup> 79 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 80 <OutputPath> bin\x64\Release\</OutputPath>80 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 81 81 <DefineConstants>TRACE</DefineConstants> 82 82 <Optimize>true</Optimize> -
branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/HeuristicLab.Problems.NK.csproj
r7128 r7141 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath> bin\Release\</OutputPath>28 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 54 54 </PropertyGroup> 55 55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 56 <OutputPath> bin\x86\Release\</OutputPath>56 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 57 57 <DefineConstants>TRACE</DefineConstants> 58 58 <Optimize>true</Optimize> … … 71 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 72 72 <DebugSymbols>true</DebugSymbols> 73 <OutputPath> bin\x64\Debug\</OutputPath>73 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 74 74 <DefineConstants>DEBUG;TRACE</DefineConstants> 75 75 <DebugType>full</DebugType> … … 86 86 </PropertyGroup> 87 87 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 88 <OutputPath> bin\x64\Release\</OutputPath>88 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 89 89 <DefineConstants>TRACE</DefineConstants> 90 90 <Optimize>true</Optimize> … … 114 114 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 115 115 </Reference> 116 <Reference Include="HeuristicLab.Core.Views-3.3">117 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>118 </Reference>119 116 <Reference Include="HeuristicLab.Data-3.3"> 120 117 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 121 118 </Reference> 122 <Reference Include="HeuristicLab.Data.Views-3.3">123 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>124 </Reference>125 119 <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3"> 126 120 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath> 127 </Reference>128 <Reference Include="HeuristicLab.MainForm-3.3">129 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>130 </Reference>131 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">132 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>133 121 </Reference> 134 122 <Reference Include="HeuristicLab.Operators-3.3"> … … 153 141 <Reference Include="System.Core" /> 154 142 <Reference Include="System.Drawing" /> 155 <Reference Include="System.Windows.Forms" />156 143 <Reference Include="System.Xml.Linq" /> 157 144 <Reference Include="System.Data.DataSetExtensions" /> … … 165 152 <Compile Include="BinaryVectorComparers\AverageBitBinaryVectorComparer.cs" /> 166 153 <Compile Include="BinaryVectorComparers\MedianBitBinaryVectorComparer.cs" /> 167 <Compile Include="BoolMatrixBitmapView.cs">168 <SubType>UserControl</SubType>169 </Compile>170 <Compile Include="BoolMatrixBitmapView.Designer.cs">171 <DependentUpon>BoolMatrixBitmapView.cs</DependentUpon>172 </Compile>173 154 <Compile Include="InteractionInitializers\LimitedRandomInteractionsInitializer.cs" /> 174 155 <Compile Include="InteractionInitializers\IncreasingBlockSizeInteractionsInitializer.cs" /> … … 197 178 <None Include="Properties\AssemblyInfo.cs.frame" /> 198 179 </ItemGroup> 199 <ItemGroup>200 <EmbeddedResource Include="BoolMatrixBitmapView.resx">201 <DependentUpon>BoolMatrixBitmapView.cs</DependentUpon>202 </EmbeddedResource>203 </ItemGroup>204 180 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 205 181 <PropertyGroup> -
branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/HeuristicLabProblemsNKPlugin.cs.frame
r7128 r7141 22 22 using HeuristicLab.PluginInfrastructure; 23 23 24 namespace HeuristicLab. Analysis.FitnessLandscape{24 namespace HeuristicLab.Problems.NK { 25 25 26 26 [Plugin("HeuristicLab.Problems.NK", "3.3.0.$WCREV$")] … … 37 37 [PluginDependency("HeuristicLab.Persistence", "3.3")] 38 38 [PluginDependency("HeuristicLab.Random", "3.3")] 39 public class Heuristic LabAnalysisFitnessLandscapePlugin : PluginBase { }39 public class HeuristicProblemsNKPlugin : PluginBase { } 40 40 }
Note: See TracChangeset
for help on using the changeset viewer.