Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/10/11 13:14:33 (13 years ago)
Author:
gkronber
Message:

changed project files and solution file to make the branch compatible with current trunk version. #1142

Location:
branches/DataAnalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis

    • Property svn:ignore set to
      *.suo
  • branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj

    r4327 r5265  
    1111    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Views</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Views-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    3434    <UseApplicationTrust>false</UseApplicationTrust>
    3535    <BootstrapperEnabled>true</BootstrapperEnabled>
     36    <TargetFrameworkProfile />
    3637  </PropertyGroup>
    3738  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    112113    <None Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" />
    113114    <None Include="Properties\AssemblyInfo.frame" />
    114     <Compile Include="RunCollectionValidationTrajectoryView.cs">
    115       <SubType>UserControl</SubType>
    116     </Compile>
     115    <Compile Include="RunCollectionValidationTrajectoryView.cs" />
    117116    <Compile Include="RunCollectionValidationTrajectoryView.Designer.cs">
    118117      <DependentUpon>RunCollectionValidationTrajectoryView.cs</DependentUpon>
    119118    </Compile>
    120     <Compile Include="RunCollectionValidationStatisticsView.cs">
    121       <SubType>UserControl</SubType>
    122     </Compile>
     119    <Compile Include="RunCollectionValidationStatisticsView.cs" />
    123120    <Compile Include="RunCollectionValidationStatisticsView.Designer.cs">
    124121      <DependentUpon>RunCollectionValidationStatisticsView.cs</DependentUpon>
    125122    </Compile>
    126     <Compile Include="DataAnalysisProblemDataCorrelationsView.cs">
    127       <SubType>UserControl</SubType>
    128     </Compile>
     123    <Compile Include="DataAnalysisProblemDataCorrelationsView.cs" />
    129124    <Compile Include="DataAnalysisProblemDataCorrelationsView.Designer.cs">
    130125      <DependentUpon>DataAnalysisProblemDataCorrelationsView.cs</DependentUpon>
    131126    </Compile>
    132     <Compile Include="RunCollectionMonteCarloVariableImpactView.cs">
    133       <SubType>UserControl</SubType>
    134     </Compile>
     127    <Compile Include="RunCollectionMonteCarloVariableImpactView.cs" />
    135128    <Compile Include="RunCollectionMonteCarloVariableImpactView.Designer.cs">
    136129      <DependentUpon>RunCollectionMonteCarloVariableImpactView.cs</DependentUpon>
    137130    </Compile>
    138     <Compile Include="RunCollectionWinklerVariableImpactView.cs">
    139       <SubType>UserControl</SubType>
    140     </Compile>
     131    <Compile Include="RunCollectionWinklerVariableImpactView.cs" />
    141132    <Compile Include="RunCollectionWinklerVariableImpactView.Designer.cs">
    142133      <DependentUpon>RunCollectionWinklerVariableImpactView.cs</DependentUpon>
    143134    </Compile>
    144     <Compile Include="DataAnalysisSolutionView.cs">
    145       <SubType>UserControl</SubType>
    146     </Compile>
     135    <Compile Include="DataAnalysisSolutionView.cs" />
    147136    <Compile Include="DataAnalysisSolutionView.Designer.cs">
    148137      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
    149138    </Compile>
    150     <Compile Include="ResultsView.cs">
    151       <SubType>UserControl</SubType>
    152     </Compile>
     139    <Compile Include="ResultsView.cs" />
    153140    <Compile Include="ResultsView.Designer.cs">
    154141      <DependentUpon>ResultsView.cs</DependentUpon>
    155142    </Compile>
    156     <Compile Include="RunCollectionVariableImpactView.cs">
    157       <SubType>UserControl</SubType>
    158     </Compile>
     143    <Compile Include="RunCollectionVariableImpactView.cs" />
    159144    <Compile Include="RunCollectionVariableImpactView.Designer.cs">
    160145      <DependentUpon>RunCollectionVariableImpactView.cs</DependentUpon>
    161146    </Compile>
    162     <Compile Include="SupportVectorRegressionSolutionView.cs">
    163       <SubType>UserControl</SubType>
    164     </Compile>
     147    <Compile Include="SupportVectorRegressionSolutionView.cs" />
    165148    <Compile Include="SupportVectorRegressionSolutionView.Designer.cs">
    166149      <DependentUpon>SupportVectorRegressionSolutionView.cs</DependentUpon>
    167150    </Compile>
    168     <Compile Include="SupportVectorMachineModelView.cs">
    169       <SubType>UserControl</SubType>
    170     </Compile>
     151    <Compile Include="SupportVectorMachineModelView.cs" />
    171152    <Compile Include="SupportVectorMachineModelView.Designer.cs">
    172153      <DependentUpon>SupportVectorMachineModelView.cs</DependentUpon>
    173154    </Compile>
    174     <Compile Include="EstimatedValuesView.cs">
    175       <SubType>UserControl</SubType>
    176     </Compile>
     155    <Compile Include="EstimatedValuesView.cs" />
    177156    <Compile Include="EstimatedValuesView.Designer.cs">
    178157      <DependentUpon>EstimatedValuesView.cs</DependentUpon>
    179158    </Compile>
    180     <Compile Include="DataAnalysisProblemDataView.cs">
    181       <SubType>UserControl</SubType>
    182     </Compile>
     159    <Compile Include="DataAnalysisProblemDataView.cs" />
    183160    <Compile Include="DataAnalysisProblemDataView.Designer.cs">
    184161      <DependentUpon>DataAnalysisProblemDataView.cs</DependentUpon>
    185162    </Compile>
    186163    <Compile Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs" />
    187     <Compile Include="LineChartView.cs">
    188       <SubType>UserControl</SubType>
    189     </Compile>
     164    <Compile Include="LineChartView.cs" />
    190165    <Compile Include="LineChartView.Designer.cs">
    191166      <DependentUpon>LineChartView.cs</DependentUpon>
    192167    </Compile>
    193168    <Compile Include="Properties\AssemblyInfo.cs" />
    194     <Compile Include="ScatterPlotView.cs">
    195       <SubType>UserControl</SubType>
    196     </Compile>
     169    <Compile Include="ScatterPlotView.cs" />
    197170    <Compile Include="ScatterPlotView.Designer.cs">
    198171      <DependentUpon>ScatterPlotView.cs</DependentUpon>
    199172    </Compile>
    200     <Compile Include="Symbolic\LatexSymbolicExpressionTreeView.cs">
    201       <SubType>UserControl</SubType>
    202     </Compile>
     173    <Compile Include="Symbolic\LatexSymbolicExpressionTreeView.cs" />
    203174    <Compile Include="Symbolic\LatexSymbolicExpressionTreeView.Designer.cs">
    204175      <DependentUpon>LatexSymbolicExpressionTreeView.cs</DependentUpon>
    205176    </Compile>
    206177    <Compile Include="Symbolic\SymbolicExpressionTreeLatexFormatter.cs" />
    207     <Compile Include="Symbolic\GraphvizSymbolicExpressionTreeView.cs">
    208       <SubType>UserControl</SubType>
    209     </Compile>
     178    <Compile Include="Symbolic\GraphvizSymbolicExpressionTreeView.cs" />
    210179    <Compile Include="Symbolic\GraphvizSymbolicExpressionTreeView.Designer.cs">
    211180      <DependentUpon>GraphvizSymbolicExpressionTreeView.cs</DependentUpon>
    212181    </Compile>
    213     <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.cs">
    214       <SubType>UserControl</SubType>
    215     </Compile>
     182    <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.cs" />
    216183    <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.Designer.cs">
    217184      <DependentUpon>InteractiveSymbolicRegressionSolutionSimplifierView.cs</DependentUpon>
    218185    </Compile>
    219     <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.cs">
    220       <SubType>UserControl</SubType>
    221     </Compile>
     186    <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.cs" />
    222187    <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.designer.cs">
    223188      <DependentUpon>SimplifiedSymbolicExpressionModelView.cs</DependentUpon>
    224189    </Compile>
    225     <Compile Include="Symbolic\SymbolicExpressionModelView.cs">
    226       <SubType>UserControl</SubType>
    227     </Compile>
     190    <Compile Include="Symbolic\SymbolicExpressionModelView.cs" />
    228191    <Compile Include="Symbolic\SymbolicExpressionModelView.designer.cs">
    229192      <DependentUpon>SymbolicExpressionModelView.cs</DependentUpon>
    230193    </Compile>
    231     <Compile Include="Symbolic\SymbolicRegressionSolutionView.cs">
    232       <SubType>UserControl</SubType>
    233     </Compile>
     194    <Compile Include="Symbolic\SymbolicRegressionSolutionView.cs" />
    234195    <Compile Include="Symbolic\SymbolicRegressionSolutionView.Designer.cs">
    235196      <DependentUpon>SymbolicRegressionSolutionView.cs</DependentUpon>
    236197    </Compile>
    237     <Compile Include="Symbolic\Symbols\ConstantView.cs">
    238       <SubType>UserControl</SubType>
    239     </Compile>
     198    <Compile Include="Symbolic\Symbols\ConstantView.cs" />
    240199    <Compile Include="Symbolic\Symbols\ConstantView.Designer.cs">
    241200      <DependentUpon>ConstantView.cs</DependentUpon>
    242201    </Compile>
    243     <Compile Include="Symbolic\Symbols\LaggedVariableView.cs">
    244       <SubType>UserControl</SubType>
    245     </Compile>
     202    <Compile Include="Symbolic\Symbols\LaggedVariableView.cs" />
    246203    <Compile Include="Symbolic\Symbols\LaggedVariableView.Designer.cs">
    247204      <DependentUpon>LaggedVariableView.cs</DependentUpon>
    248205    </Compile>
    249206    <Compile Include="Symbolic\SymbolicExpressionTreeGraphvizFormatter.cs" />
    250     <Compile Include="Symbolic\Symbols\VariableView.cs">
    251       <SubType>UserControl</SubType>
    252     </Compile>
     207    <Compile Include="Symbolic\Symbols\VariableView.cs" />
    253208    <Compile Include="Symbolic\Symbols\VariableView.Designer.cs">
    254209      <DependentUpon>VariableView.cs</DependentUpon>
     
    256211  </ItemGroup>
    257212  <ItemGroup>
    258     <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    259       <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
    260       <Name>HeuristicLab.Analysis-3.3</Name>
    261     </ProjectReference>
    262     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    263       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    264       <Name>HeuristicLab.Collections-3.3</Name>
    265     </ProjectReference>
    266     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    267       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    268       <Name>HeuristicLab.Common-3.3</Name>
    269     </ProjectReference>
    270     <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    271       <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
    272       <Name>HeuristicLab.Core.Views-3.3</Name>
    273     </ProjectReference>
    274     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    275       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    276       <Name>HeuristicLab.Core-3.3</Name>
    277     </ProjectReference>
    278     <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
    279       <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
    280       <Name>HeuristicLab.Data.Views-3.3</Name>
    281     </ProjectReference>
    282     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    283       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    284       <Name>HeuristicLab.Data-3.3</Name>
    285     </ProjectReference>
    286     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj">
    287       <Project>{6F42C5F8-16CD-43EE-8208-FD4573A69D85}</Project>
    288       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3</Name>
    289     </ProjectReference>
    290     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
    291       <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
    292       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
    293     </ProjectReference>
    294     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.5.0\ALGLIB-2.5.0\ALGLIB-2.5.0.csproj">
    295       <Project>{29E4B033-1FEF-4FE1-AE17-0A9319D7C54E}</Project>
    296       <Name>ALGLIB-2.5.0</Name>
    297     </ProjectReference>
    298     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    299       <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    300       <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    301     </ProjectReference>
    302     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    303       <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    304       <Name>HeuristicLab.MainForm-3.3</Name>
    305     </ProjectReference>
    306     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    307       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    308       <Name>HeuristicLab.Operators-3.3</Name>
    309     </ProjectReference>
    310     <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
    311       <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
    312       <Name>HeuristicLab.Optimization.Views-3.3</Name>
    313     </ProjectReference>
    314     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    315       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    316       <Name>HeuristicLab.Optimization-3.3</Name>
    317     </ProjectReference>
    318     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    319       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    320       <Name>HeuristicLab.Parameters-3.3</Name>
    321     </ProjectReference>
    322     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    323       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    324       <Name>HeuristicLab.Persistence-3.3</Name>
    325     </ProjectReference>
    326     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    327       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    328       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    329     </ProjectReference>
    330213    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
    331214      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
Note: See TracChangeset for help on using the changeset viewer.