Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/10/11 19:35:13 (12 years ago)
Author:
ascheibe
Message:

#1706 moved outdated projects to an own solution and fixed project references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj

    r6866 r7167  
    187187      <DependentUpon>SymbolicRegressionSolutionView.cs</DependentUpon>
    188188    </Compile>
    189     <Compile Include="Symbolic\Symbols\ConstantView.cs">
    190       <SubType>UserControl</SubType>
    191     </Compile>
     189    <Compile Include="Symbolic\Symbols\ConstantView.cs" />
    192190    <Compile Include="Symbolic\Symbols\ConstantView.Designer.cs">
    193191      <DependentUpon>ConstantView.cs</DependentUpon>
    194192    </Compile>
    195     <Compile Include="Symbolic\Symbols\VariableConditionView.cs">
    196       <SubType>UserControl</SubType>
    197     </Compile>
     193    <Compile Include="Symbolic\Symbols\VariableConditionView.cs" />
    198194    <Compile Include="Symbolic\Symbols\VariableConditionView.Designer.cs">
    199195      <DependentUpon>VariableConditionView.cs</DependentUpon>
    200196    </Compile>
    201     <Compile Include="Symbolic\Symbols\LaggedVariableView.cs">
    202       <SubType>UserControl</SubType>
    203     </Compile>
     197    <Compile Include="Symbolic\Symbols\LaggedVariableView.cs" />
    204198    <Compile Include="Symbolic\Symbols\LaggedVariableView.Designer.cs">
    205199      <DependentUpon>LaggedVariableView.cs</DependentUpon>
    206200    </Compile>
    207     <Compile Include="Symbolic\Symbols\TimeLagView.cs">
    208       <SubType>UserControl</SubType>
    209     </Compile>
     201    <Compile Include="Symbolic\Symbols\TimeLagView.cs" />
    210202    <Compile Include="Symbolic\Symbols\TimeLagView.Designer.cs">
    211203      <DependentUpon>TimeLagView.cs</DependentUpon>
    212204    </Compile>
    213     <Compile Include="Symbolic\Symbols\VariableView.cs">
    214       <SubType>UserControl</SubType>
    215     </Compile>
     205    <Compile Include="Symbolic\Symbols\VariableView.cs" />
    216206    <Compile Include="Symbolic\Symbols\VariableView.Designer.cs">
    217207      <DependentUpon>VariableView.cs</DependentUpon>
     
    219209  </ItemGroup>
    220210  <ItemGroup>
    221     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    222       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    223       <Name>HeuristicLab.Collections-3.3</Name>
    224       <Private>False</Private>
    225     </ProjectReference>
    226     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    227       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    228       <Name>HeuristicLab.Common-3.3</Name>
    229       <Private>False</Private>
    230     </ProjectReference>
    231     <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    232       <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
    233       <Name>HeuristicLab.Core.Views-3.3</Name>
    234       <Private>False</Private>
    235     </ProjectReference>
    236     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    237       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    238       <Name>HeuristicLab.Core-3.3</Name>
    239       <Private>False</Private>
    240     </ProjectReference>
    241     <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
    242       <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
    243       <Name>HeuristicLab.Data.Views-3.3</Name>
    244       <Private>False</Private>
    245     </ProjectReference>
    246     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    247       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    248       <Name>HeuristicLab.Data-3.3</Name>
    249       <Private>False</Private>
    250     </ProjectReference>
    251     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj">
    252       <Project>{6F42C5F8-16CD-43EE-8208-FD4573A69D85}</Project>
    253       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3</Name>
    254       <Private>False</Private>
    255     </ProjectReference>
    256     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
    257       <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
    258       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
    259       <Private>False</Private>
    260     </ProjectReference>
    261     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    262       <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    263       <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    264       <Private>False</Private>
    265     </ProjectReference>
    266     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    267       <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    268       <Name>HeuristicLab.MainForm-3.3</Name>
    269       <Private>False</Private>
    270     </ProjectReference>
    271     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    272       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    273       <Name>HeuristicLab.Operators-3.3</Name>
    274       <Private>False</Private>
    275     </ProjectReference>
    276     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    277       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    278       <Name>HeuristicLab.Optimization-3.3</Name>
    279       <Private>False</Private>
    280     </ProjectReference>
    281     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    282       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    283       <Name>HeuristicLab.Parameters-3.3</Name>
    284       <Private>False</Private>
    285     </ProjectReference>
    286     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    287       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    288       <Name>HeuristicLab.Persistence-3.3</Name>
    289       <Private>False</Private>
    290     </ProjectReference>
    291     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    292       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    293       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    294       <Private>False</Private>
    295     </ProjectReference>
    296     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
    297       <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
    298       <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
    299       <Private>False</Private>
    300     </ProjectReference>
    301     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
    302       <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
    303       <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
    304       <Private>False</Private>
    305     </ProjectReference>
    306     <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
    307       <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
    308       <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
    309       <Private>False</Private>
    310     </ProjectReference>
     211    <Reference Include="HeuristicLab.Collections-3.3">
     212      <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     213      <Private>False</Private>
     214    </Reference>
     215    <Reference Include="HeuristicLab.Common-3.3">
     216      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
     217      <Private>False</Private>
     218    </Reference>
     219    <Reference Include="HeuristicLab.Core.Views-3.3">
     220      <HintPath>..\..\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     221      <Private>False</Private>
     222    </Reference>
     223    <Reference Include="HeuristicLab.Core-3.3">
     224      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
     225      <Private>False</Private>
     226    </Reference>
     227    <Reference Include="HeuristicLab.Data.Views-3.3">
     228      <HintPath>..\..\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
     229      <Private>False</Private>
     230    </Reference>
     231    <Reference Include="HeuristicLab.Data-3.3">
     232      <HintPath>..\..\bin\HeuristicLab.Data-3.3.dll</HintPath>
     233      <Private>False</Private>
     234    </Reference>
     235    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
     236      <HintPath>..\..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     237      <Private>False</Private>
     238    </Reference>
     239    <Reference Include="HeuristicLab.MainForm-3.3">
     240      <HintPath>..\..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     241      <Private>False</Private>
     242    </Reference>
     243    <Reference Include="HeuristicLab.Operators-3.3">
     244      <HintPath>..\..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     245      <Private>False</Private>
     246    </Reference>
     247    <Reference Include="HeuristicLab.Optimization-3.3">
     248      <HintPath>..\..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     249      <Private>False</Private>
     250    </Reference>
     251    <Reference Include="HeuristicLab.Parameters-3.3">
     252      <HintPath>..\..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     253      <Private>False</Private>
     254    </Reference>
     255    <Reference Include="HeuristicLab.Persistence-3.3">
     256      <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     257      <Private>False</Private>
     258    </Reference>
     259    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     260      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     261      <Private>False</Private>
     262    </Reference>
     263    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
     264      <HintPath>..\..\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
     265      <Private>False</Private>
     266    </Reference>
    311267  </ItemGroup>
    312268  <ItemGroup>
     
    326282      <Install>true</Install>
    327283    </BootstrapperPackage>
     284  </ItemGroup>
     285  <ItemGroup>
     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.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
     295      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
     296      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
     297    </ProjectReference>
     298    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
     299      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
     300      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
     301    </ProjectReference>
    328302  </ItemGroup>
    329303  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.