Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/26/19 14:03:35 (5 years ago)
Author:
mkommend
Message:

#2952: Added solution, adapted project and build events.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2952_RF-ModelStorage/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

    r17030 r17042  
    4343    <DebugType>full</DebugType>
    4444    <Optimize>false</Optimize>
    45     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     45    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    4646    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4747    <ErrorReport>prompt</ErrorReport>
     
    5353    <DebugType>pdbonly</DebugType>
    5454    <Optimize>true</Optimize>
    55     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     55    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    5656    <DefineConstants>TRACE</DefineConstants>
    5757    <ErrorReport>prompt</ErrorReport>
     
    6464  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6565    <DebugSymbols>true</DebugSymbols>
    66     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     66    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    6767    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6868    <DebugType>full</DebugType>
     
    7373  </PropertyGroup>
    7474  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    75     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     75    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    7676    <DefineConstants>TRACE</DefineConstants>
    7777    <DocumentationFile>
     
    8686  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    8787    <DebugSymbols>true</DebugSymbols>
    88     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     88    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    8989    <DefineConstants>DEBUG;TRACE</DefineConstants>
    9090    <DebugType>full</DebugType>
     
    9595  </PropertyGroup>
    9696  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    97     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     97    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    9898    <DefineConstants>TRACE</DefineConstants>
    9999    <DocumentationFile>
     
    108108  <ItemGroup>
    109109    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    110       <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
     110      <HintPath>..\..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
     111      <Private>False</Private>
     112    </Reference>
     113    <Reference Include="HeuristicLab.Algorithms.GradientDescent-3.3">
     114      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.GradientDescent-3.3.dll</HintPath>
     115      <Private>False</Private>
     116    </Reference>
     117    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
     118      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
     119      <Private>False</Private>
     120    </Reference>
     121    <Reference Include="HeuristicLab.Analysis-3.3">
     122      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     123      <Private>False</Private>
     124    </Reference>
     125    <Reference Include="HeuristicLab.Collections-3.3">
     126      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     127      <Private>False</Private>
     128    </Reference>
     129    <Reference Include="HeuristicLab.Common-3.3">
     130      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
     131      <Private>False</Private>
     132    </Reference>
     133    <Reference Include="HeuristicLab.Common.Resources-3.3">
     134      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     135      <Private>False</Private>
     136    </Reference>
     137    <Reference Include="HeuristicLab.Core-3.3">
     138      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
     139      <Private>False</Private>
     140    </Reference>
     141    <Reference Include="HeuristicLab.Data-3.3">
     142      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
     143      <Private>False</Private>
     144    </Reference>
     145    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
     146      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
     147      <Private>False</Private>
     148    </Reference>
     149    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
     150      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
     151      <Private>False</Private>
     152    </Reference>
     153    <Reference Include="HeuristicLab.Operators-3.3">
     154      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     155      <Private>False</Private>
     156    </Reference>
     157    <Reference Include="HeuristicLab.Optimization-3.3">
     158      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     159      <Private>False</Private>
     160    </Reference>
     161    <Reference Include="HeuristicLab.Parameters-3.3">
     162      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     163      <Private>False</Private>
     164    </Reference>
     165    <Reference Include="HeuristicLab.Persistence-3.3">
     166      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     167      <Private>False</Private>
     168    </Reference>
     169    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     170      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     171      <Private>False</Private>
     172    </Reference>
     173    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
     174      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
     175      <Private>False</Private>
     176    </Reference>
     177    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
     178      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
     179      <Private>False</Private>
     180    </Reference>
     181    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
     182      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
     183      <Private>False</Private>
     184    </Reference>
     185    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
     186      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
     187      <Private>False</Private>
     188    </Reference>
     189    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4">
     190      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
     191      <Private>False</Private>
     192    </Reference>
     193    <Reference Include="HeuristicLab.Problems.Instances-3.3">
     194      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     195      <Private>False</Private>
     196    </Reference>
     197    <Reference Include="HeuristicLab.Random-3.3">
     198      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
     199      <Private>False</Private>
     200    </Reference>
     201    <Reference Include="HeuristicLab.Selection-3.3">
     202      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
    111203      <Private>False</Private>
    112204    </Reference>
    113205    <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    114       <HintPath>..\..\bin\LibSVM-3.12.dll</HintPath>
     206      <HintPath>..\..\..\..\trunk\bin\LibSVM-3.12.dll</HintPath>
    115207      <Private>False</Private>
    116208    </Reference>
     
    333425  </ItemGroup>
    334426  <ItemGroup>
    335     <ProjectReference Include="..\..\HeuristicLab.Algorithms.GradientDescent\3.3\HeuristicLab.Algorithms.GradientDescent-3.3.csproj">
    336       <Project>{1256B945-EEA9-4BE4-9880-76B5B113F089}</Project>
    337       <Name>HeuristicLab.Algorithms.GradientDescent-3.3</Name>
    338       <Private>False</Private>
    339     </ProjectReference>
    340     <ProjectReference Include="..\..\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj">
    341       <Project>{F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}</Project>
    342       <Name>HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3</Name>
    343     </ProjectReference>
    344     <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    345       <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
    346       <Name>HeuristicLab.Analysis-3.3</Name>
    347       <Private>False</Private>
    348     </ProjectReference>
    349     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    350       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    351       <Name>HeuristicLab.Collections-3.3</Name>
    352       <Private>False</Private>
    353     </ProjectReference>
    354     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    355       <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    356       <Name>HeuristicLab.Common.Resources-3.3</Name>
    357       <Private>False</Private>
    358     </ProjectReference>
    359     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    360       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    361       <Name>HeuristicLab.Common-3.3</Name>
    362       <Private>False</Private>
    363     </ProjectReference>
    364     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    365       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    366       <Name>HeuristicLab.Core-3.3</Name>
    367       <Private>False</Private>
    368     </ProjectReference>
    369     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    370       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    371       <Name>HeuristicLab.Data-3.3</Name>
    372       <Private>False</Private>
    373     </ProjectReference>
    374     <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
    375       <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
    376       <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
    377       <Private>False</Private>
    378     </ProjectReference>
    379     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
    380       <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
    381       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    382       <Private>False</Private>
    383     </ProjectReference>
    384     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    385       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    386       <Name>HeuristicLab.Operators-3.3</Name>
    387       <Private>False</Private>
    388     </ProjectReference>
    389     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    390       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    391       <Name>HeuristicLab.Optimization-3.3</Name>
    392       <Private>False</Private>
    393     </ProjectReference>
    394     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    395       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    396       <Name>HeuristicLab.Parameters-3.3</Name>
    397       <Private>False</Private>
    398     </ProjectReference>
    399     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    400       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    401       <Name>HeuristicLab.Persistence-3.3</Name>
    402       <Private>False</Private>
    403     </ProjectReference>
    404     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    405       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    406       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    407       <Private>False</Private>
    408     </ProjectReference>
    409     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
    410       <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
    411       <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
    412       <Private>False</Private>
    413     </ProjectReference>
    414     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
    415       <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
    416       <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
    417       <Private>False</Private>
    418     </ProjectReference>
    419     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.csproj">
    420       <Project>{07486E68-1517-4B9D-A58D-A38E99AE71AB}</Project>
    421       <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4</Name>
    422     </ProjectReference>
    423     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
    424       <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
    425       <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
    426       <Private>False</Private>
    427     </ProjectReference>
    428     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
    429       <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
    430       <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
    431       <Private>False</Private>
    432     </ProjectReference>
    433     <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
    434       <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
    435       <Name>HeuristicLab.Problems.Instances-3.3</Name>
    436       <Private>False</Private>
    437     </ProjectReference>
    438     <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
    439       <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
    440       <Name>HeuristicLab.Random-3.3</Name>
    441       <Private>False</Private>
    442     </ProjectReference>
    443     <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
    444       <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
    445       <Name>HeuristicLab.Selection-3.3</Name>
    446     </ProjectReference>
    447   </ItemGroup>
    448   <ItemGroup>
    449427    <None Include="HeuristicLab.snk" />
    450428    <None Include="Plugin.cs.frame" />
     
    471449    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    472450      <SpecificVersion>False</SpecificVersion>
    473       <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
     451      <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
    474452      <Private>False</Private>
    475453    </Reference>
     
    484462  -->
    485463  <PropertyGroup>
    486     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    487 set ProjectDir=$(ProjectDir)
    488 set SolutionDir=$(SolutionDir)
    489 set Outdir=$(Outdir)
     464    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
     465      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     466      set ProjectDir=$(ProjectDir)
     467      set SolutionDir=$(SolutionDir)
     468      set Outdir=$(Outdir)
    490469
    491 call PreBuildEvent.cmd
    492 </PreBuildEvent>
     470      call PreBuildEvent.cmd
     471    </PreBuildEvent>
    493472    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    494 export ProjectDir=$(ProjectDir)
    495 export SolutionDir=$(SolutionDir)
     473      export ProjectDir=$(ProjectDir)
     474      export SolutionDir=$(SolutionDir)
    496475
    497 $SolutionDir/PreBuildEvent.sh
    498 </PreBuildEvent>
     476      $SolutionDir/PreBuildEvent.sh
     477    </PreBuildEvent>
    499478  </PropertyGroup>
    500479</Project>
Note: See TracChangeset for help on using the changeset viewer.