Changeset 9334
- Timestamp:
- 03/26/13 16:49:59 (12 years ago)
- Location:
- branches/LearningClassifierSystems
- Files:
-
- 77 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LearningClassifierSystems/HeuristicLab.Encodings.ConditionActionEncoding/3.3/HeuristicLab.Encodings.ConditionActionEncoding-3.3.csproj
r9242 r9334 66 66 </Reference> 67 67 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 68 <Private>False</Private>69 </Reference>70 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">71 68 <Private>False</Private> 72 69 </Reference> … … 150 147 <Private>False</Private> 151 148 </ProjectReference> 149 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> 150 <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project> 151 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 152 </ProjectReference> 152 153 </ItemGroup> 153 154 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
branches/LearningClassifierSystems/HeuristicLab.Problems.CombinedIntegerVectorClassification/3.3/HeuristicLab.Problems.CombinedIntegerVectorClassification-3.3.csproj
r9228 r9334 79 79 <Reference Include="System" /> 80 80 <Reference Include="System.Core" /> 81 <Reference Include="System.Drawing" /> 81 82 <Reference Include="System.Xml.Linq" /> 82 83 <Reference Include="System.Data.DataSetExtensions" /> -
branches/LearningClassifierSystems/HeuristicLab.Problems.VariableVectorClassification/3.3/HeuristicLab.Problems.VariableVectorClassification-3.3.csproj
r9228 r9334 76 76 <Reference Include="System" /> 77 77 <Reference Include="System.Core" /> 78 <Reference Include="System.Drawing" /> 78 79 <Reference Include="System.Xml.Linq" /> 79 80 <Reference Include="System.Data.DataSetExtensions" /> -
branches/LearningClassifierSystems/LearningClassifierSystem.sln
r9226 r9334 29 29 EndProject 30 30 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DataAnalysis-3.4", "HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj", "{DF87C13E-A889-46FF-8153-66DCAA8C5674}" 31 EndProject 32 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.GAssist-3.3", "HeuristicLab.Algorithms.GAssist\3.3\HeuristicLab.Algorithms.GAssist-3.3.csproj", "{F191A6FA-1B3C-4F82-A711-873B4D839BC0}" 33 EndProject 34 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Encodings.DecisionList-3.3", "HeuristicLab.Encodings.DecisionList\3.3\HeuristicLab.Encodings.DecisionList-3.3.csproj", "{86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}" 35 EndProject 36 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DecisionListClassification-3.3", "HeuristicLab.Problems.DecisionListClassification\3.3\HeuristicLab.Problems.DecisionListClassification-3.3.csproj", "{CA20AC55-B57D-4078-8CB9-C44E5FF7958B}" 31 37 EndProject 32 38 Global … … 140 146 {DF87C13E-A889-46FF-8153-66DCAA8C5674}.Release|x86.ActiveCfg = Release|x86 141 147 {DF87C13E-A889-46FF-8153-66DCAA8C5674}.Release|x86.Build.0 = Release|x86 148 {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 149 {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Debug|Any CPU.Build.0 = Debug|Any CPU 150 {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Debug|x64.ActiveCfg = Debug|Any CPU 151 {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Debug|x86.ActiveCfg = Debug|Any CPU 152 {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Release|Any CPU.ActiveCfg = Release|Any CPU 153 {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Release|Any CPU.Build.0 = Release|Any CPU 154 {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Release|x64.ActiveCfg = Release|Any CPU 155 {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Release|x86.ActiveCfg = Release|Any CPU 156 {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 157 {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Debug|Any CPU.Build.0 = Debug|Any CPU 158 {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Debug|x64.ActiveCfg = Debug|Any CPU 159 {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Debug|x86.ActiveCfg = Debug|Any CPU 160 {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Release|Any CPU.ActiveCfg = Release|Any CPU 161 {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Release|Any CPU.Build.0 = Release|Any CPU 162 {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Release|x64.ActiveCfg = Release|Any CPU 163 {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Release|x86.ActiveCfg = Release|Any CPU 164 {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 165 {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Debug|Any CPU.Build.0 = Debug|Any CPU 166 {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Debug|x64.ActiveCfg = Debug|Any CPU 167 {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Debug|x86.ActiveCfg = Debug|Any CPU 168 {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Release|Any CPU.ActiveCfg = Release|Any CPU 169 {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Release|Any CPU.Build.0 = Release|Any CPU 170 {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Release|x64.ActiveCfg = Release|Any CPU 171 {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Release|x86.ActiveCfg = Release|Any CPU 142 172 EndGlobalSection 143 173 GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset
for help on using the changeset viewer.