Changeset 9071 for branches/ClassificationModelComparison/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
- Timestamp:
- 12/17/12 17:32:19 (12 years ago)
- Location:
- branches/ClassificationModelComparison
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClassificationModelComparison
-
Property
svn:ignore
set to
*.suo
-
Property
svn:ignore
set to
-
branches/ClassificationModelComparison/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
r8982 r9071 43 43 <DebugType>full</DebugType> 44 44 <Optimize>false</Optimize> 45 <OutputPath> $(SolutionDir)\bin\</OutputPath>45 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 46 46 <DefineConstants>DEBUG;TRACE</DefineConstants> 47 47 <ErrorReport>prompt</ErrorReport> … … 52 52 <DebugType>pdbonly</DebugType> 53 53 <Optimize>true</Optimize> 54 <OutputPath> $(SolutionDir)\bin\</OutputPath>54 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <ErrorReport>prompt</ErrorReport> … … 62 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 63 63 <DebugSymbols>true</DebugSymbols> 64 <OutputPath> $(SolutionDir)\bin\</OutputPath>64 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 65 65 <DefineConstants>DEBUG;TRACE</DefineConstants> 66 66 <DebugType>full</DebugType> … … 70 70 </PropertyGroup> 71 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 72 <OutputPath> $(SolutionDir)\bin\</OutputPath>72 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 73 73 <DefineConstants>TRACE</DefineConstants> 74 74 <DocumentationFile> … … 82 82 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 83 83 <DebugSymbols>true</DebugSymbols> 84 <OutputPath> $(SolutionDir)\bin\</OutputPath>84 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 85 85 <DefineConstants>DEBUG;TRACE</DefineConstants> 86 86 <DebugType>full</DebugType> … … 90 90 </PropertyGroup> 91 91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 92 <OutputPath> $(SolutionDir)\bin\</OutputPath>92 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 93 93 <DefineConstants>TRACE</DefineConstants> 94 94 <DocumentationFile> … … 101 101 </PropertyGroup> 102 102 <ItemGroup> 103 <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 104 <HintPath>..\..\bin\ALGLIB-3.6.0.dll</HintPath> 105 <Private>False</Private> 106 </Reference> 107 <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 108 <HintPath>..\..\bin\LibSVM-3.12.dll</HintPath> 103 <Reference Include="ALGLIB-3.6.0"> 104 <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.6.0.dll</HintPath> 105 <Private>False</Private> 106 </Reference> 107 <Reference Include="HeuristicLab.Algorithms.GradientDescent-3.3"> 108 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GradientDescent-3.3.dll</HintPath> 109 <Private>False</Private> 110 </Reference> 111 <Reference Include="HeuristicLab.Analysis-3.3"> 112 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 113 <Private>False</Private> 114 </Reference> 115 <Reference Include="HeuristicLab.Collections-3.3"> 116 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 117 <Private>False</Private> 118 </Reference> 119 <Reference Include="HeuristicLab.Common-3.3"> 120 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 121 <Private>False</Private> 122 </Reference> 123 <Reference Include="HeuristicLab.Common.Resources-3.3"> 124 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 125 <Private>False</Private> 126 </Reference> 127 <Reference Include="HeuristicLab.Core-3.3"> 128 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 129 <Private>False</Private> 130 </Reference> 131 <Reference Include="HeuristicLab.Data-3.3"> 132 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 133 <Private>False</Private> 134 </Reference> 135 <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3"> 136 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath> 137 <Private>False</Private> 138 </Reference> 139 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4"> 140 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath> 141 <Private>False</Private> 142 </Reference> 143 <Reference Include="HeuristicLab.Operators-3.3"> 144 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 145 <Private>False</Private> 146 </Reference> 147 <Reference Include="HeuristicLab.Optimization-3.3"> 148 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 149 <Private>False</Private> 150 </Reference> 151 <Reference Include="HeuristicLab.Parameters-3.3"> 152 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 153 <Private>False</Private> 154 </Reference> 155 <Reference Include="HeuristicLab.Persistence-3.3"> 156 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 157 <Private>False</Private> 158 </Reference> 159 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 160 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 161 <Private>False</Private> 162 </Reference> 163 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 164 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 165 <Private>False</Private> 166 </Reference> 167 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4"> 168 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath> 169 <Private>False</Private> 170 </Reference> 171 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4"> 172 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath> 173 <Private>False</Private> 174 </Reference> 175 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4"> 176 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath> 177 <Private>False</Private> 178 </Reference> 179 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4"> 180 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath> 181 <Private>False</Private> 182 </Reference> 183 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 184 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 185 <Private>False</Private> 186 </Reference> 187 <Reference Include="HeuristicLab.Random-3.3"> 188 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> 189 <Private>False</Private> 190 </Reference> 191 <Reference Include="LibSVM-3.12"> 192 <HintPath>..\..\..\..\trunk\sources\bin\LibSVM-3.12.dll</HintPath> 109 193 <Private>False</Private> 110 194 </Reference> … … 261 345 </Compile> 262 346 <Compile Include="TimeSeries\AutoregressiveModeling.cs" /> 263 </ItemGroup>264 <ItemGroup>265 <ProjectReference Include="..\..\HeuristicLab.Algorithms.GradientDescent\3.3\HeuristicLab.Algorithms.GradientDescent.csproj">266 <Project>{1256B945-EEA9-4BE4-9880-76B5B113F089}</Project>267 <Name>HeuristicLab.Algorithms.GradientDescent</Name>268 <Private>False</Private>269 </ProjectReference>270 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">271 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>272 <Name>HeuristicLab.Analysis-3.3</Name>273 <Private>False</Private>274 </ProjectReference>275 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">276 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>277 <Name>HeuristicLab.Collections-3.3</Name>278 <Private>False</Private>279 </ProjectReference>280 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">281 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>282 <Name>HeuristicLab.Common.Resources-3.3</Name>283 <Private>False</Private>284 </ProjectReference>285 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">286 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>287 <Name>HeuristicLab.Common-3.3</Name>288 <Private>False</Private>289 </ProjectReference>290 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">291 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>292 <Name>HeuristicLab.Core-3.3</Name>293 <Private>False</Private>294 </ProjectReference>295 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">296 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>297 <Name>HeuristicLab.Data-3.3</Name>298 <Private>False</Private>299 </ProjectReference>300 <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">301 <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>302 <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>303 <Private>False</Private>304 </ProjectReference>305 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">306 <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>307 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>308 <Private>False</Private>309 </ProjectReference>310 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">311 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>312 <Name>HeuristicLab.Operators-3.3</Name>313 <Private>False</Private>314 </ProjectReference>315 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">316 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>317 <Name>HeuristicLab.Optimization-3.3</Name>318 <Private>False</Private>319 </ProjectReference>320 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">321 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>322 <Name>HeuristicLab.Parameters-3.3</Name>323 <Private>False</Private>324 </ProjectReference>325 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">326 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>327 <Name>HeuristicLab.Persistence-3.3</Name>328 <Private>False</Private>329 </ProjectReference>330 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">331 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>332 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>333 <Private>False</Private>334 </ProjectReference>335 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">336 <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>337 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>338 <Private>False</Private>339 </ProjectReference>340 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">341 <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>342 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>343 <Private>False</Private>344 </ProjectReference>345 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.csproj">346 <Project>{07486E68-1517-4B9D-A58D-A38E99AE71AB}</Project>347 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4</Name>348 </ProjectReference>349 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">350 <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>351 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>352 <Private>False</Private>353 </ProjectReference>354 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">355 <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>356 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>357 <Private>False</Private>358 </ProjectReference>359 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">360 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>361 <Name>HeuristicLab.Problems.Instances-3.3</Name>362 <Private>False</Private>363 </ProjectReference>364 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">365 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>366 <Name>HeuristicLab.Random-3.3</Name>367 <Private>False</Private>368 </ProjectReference>369 347 </ItemGroup> 370 348 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.