Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/05/11 21:55:55 (13 years ago)
Author:
abeham
Message:

#1614

  • updated branch from trunk
Location:
branches/GeneralizedQAP
Files:
2 deleted
3 edited
3 copied

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP

  • branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis.Regression/3.3

    • Property svn:ignore
      •  

        old new  
        44obj
        55*.vs10x
         6Plugin.cs
  • branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis.Regression/3.3/HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj

    r5253 r6878  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>bin\Debug\</OutputPath>
     43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>bin\Release\</OutputPath>
     52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
     
    5858  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5959    <DebugSymbols>true</DebugSymbols>
    60     <OutputPath>bin\x64\Debug\</OutputPath>
     60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6161    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6262    <DebugType>full</DebugType>
     
    6666  </PropertyGroup>
    6767  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    68     <OutputPath>bin\x64\Release\</OutputPath>
     68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6969    <DefineConstants>TRACE</DefineConstants>
    7070    <Optimize>true</Optimize>
     
    7676  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7777    <DebugSymbols>true</DebugSymbols>
    78     <OutputPath>bin\x86\Debug\</OutputPath>
     78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7979    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8080    <DebugType>full</DebugType>
     
    8484  </PropertyGroup>
    8585  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    86     <OutputPath>bin\x86\Release\</OutputPath>
     86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8787    <DefineConstants>TRACE</DefineConstants>
    8888    <Optimize>true</Optimize>
     
    9393  </PropertyGroup>
    9494  <ItemGroup>
     95    <Reference Include="ALGLIB-3.1.0, Version=3.1.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     96      <HintPath>..\..\bin\ALGLIB-3.1.0.dll</HintPath>
     97    </Reference>
     98    <Reference Include="LibSVM-1.6.3, Version=1.6.3.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     99      <HintPath>..\..\bin\LibSVM-1.6.3.dll</HintPath>
     100    </Reference>
    95101    <Reference Include="System" />
    96102    <Reference Include="System.Core">
     
    109115  <ItemGroup>
    110116    <None Include="HeuristicLab.snk" />
    111     <None Include="HeuristicLabProblemsDataAnalysisRegressionPlugin.cs.frame" />
    112     <None Include="Properties\AssemblyInfo.frame" />
     117    <None Include="Plugin.cs.frame" />
     118    <None Include="Properties\AssemblyInfo.cs.frame" />
    113119    <Compile Include="Analyzers\RegressionSolutionAnalyzer.cs">
    114120      <SubType>Code</SubType>
    115121    </Compile>
    116     <Compile Include="HeuristicLabProblemsDataAnalysisRegressionPlugin.cs" />
    117122    <Compile Include="LinearRegression\LinearRegressionSolutionCreator.cs" />
    118123    <Compile Include="LinearRegression\LinearRegressionUtil.cs" />
     124    <Compile Include="Plugin.cs" />
    119125    <Compile Include="Properties\AssemblyInfo.cs" />
    120126    <Compile Include="SupportVectorRegression\BestSupportVectorRegressionSolutionAnalyzer.cs" />
    121127    <Compile Include="SupportVectorRegression\SupportVectorRegressionSolution.cs" />
    122128    <Compile Include="Symbolic\Analyzers\BestSymbolicRegressionSolutionAnalyzer.cs" />
     129    <Compile Include="Symbolic\Analyzers\SymbolicRegressionTournamentPruning.cs">
     130      <SubType>Code</SubType>
     131    </Compile>
    123132    <Compile Include="Symbolic\Analyzers\TrainingBestScaledSymbolicRegressionSolutionAnalyzer.cs" />
    124133    <Compile Include="Symbolic\Analyzers\SymbolicRegressionValidationAnalyzer.cs" />
     
    156165      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
    157166      <Name>HeuristicLab.Analysis-3.3</Name>
     167      <Private>False</Private>
    158168    </ProjectReference>
    159169    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    160170      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    161171      <Name>HeuristicLab.Collections-3.3</Name>
     172      <Private>False</Private>
    162173    </ProjectReference>
    163174    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    164175      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    165176      <Name>HeuristicLab.Common.Resources-3.3</Name>
     177      <Private>False</Private>
    166178    </ProjectReference>
    167179    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    168180      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    169181      <Name>HeuristicLab.Common-3.3</Name>
     182      <Private>False</Private>
    170183    </ProjectReference>
    171184    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    172185      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    173186      <Name>HeuristicLab.Core-3.3</Name>
     187      <Private>False</Private>
    174188    </ProjectReference>
    175189    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    176190      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    177191      <Name>HeuristicLab.Data-3.3</Name>
     192      <Private>False</Private>
    178193    </ProjectReference>
    179194    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
    180195      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
    181196      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
    182     </ProjectReference>
    183     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
    184       <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
    185       <Name>ALGLIB-3.1.0</Name>
    186     </ProjectReference>
    187     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">
    188       <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>
    189       <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>
    190     </ProjectReference>
    191     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3.csproj">
    192       <Project>{89B50302-9CEE-4D13-9779-633EADCAE624}</Project>
    193       <Name>HeuristicLab.LibSVM-1.6.3 %28HeuristicLab.ExtLibs\HeuristicLab.LibSVM\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3%29</Name>
    194     </ProjectReference>
    195     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\LibSVM-1.6.3\LibSVM-1.6.3.csproj">
    196       <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>
    197       <Name>LibSVM-1.6.3</Name>
     197      <Private>False</Private>
    198198    </ProjectReference>
    199199    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    200200      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    201201      <Name>HeuristicLab.Operators-3.3</Name>
     202      <Private>False</Private>
    202203    </ProjectReference>
    203204    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
    204205      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
    205206      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
     207      <Private>False</Private>
    206208    </ProjectReference>
    207209    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    208210      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    209211      <Name>HeuristicLab.Optimization-3.3</Name>
     212      <Private>False</Private>
    210213    </ProjectReference>
    211214    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    212215      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    213216      <Name>HeuristicLab.Parameters-3.3</Name>
     217      <Private>False</Private>
    214218    </ProjectReference>
    215219    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    216220      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    217221      <Name>HeuristicLab.Persistence-3.3</Name>
     222      <Private>False</Private>
    218223    </ProjectReference>
    219224    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    220225      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    221226      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     227      <Private>False</Private>
    222228    </ProjectReference>
    223229    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
    224230      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
    225231      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
     232      <Private>False</Private>
    226233    </ProjectReference>
    227234    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
    228235      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
    229236      <Name>HeuristicLab.Random-3.3</Name>
     237      <Private>False</Private>
    230238    </ProjectReference>
    231239  </ItemGroup>
     
    263271
    264272call PreBuildEvent.cmd
    265 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisRegressionPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisRegressionPlugin.cs"</PreBuildEvent>
     273</PreBuildEvent>
    266274  </PropertyGroup>
    267275</Project>
Note: See TracChangeset for help on using the changeset viewer.