Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/17/13 13:02:31 (10 years ago)
Author:
sawinkle
Message:

#2109: Updated csproj of Grammatical Evolution branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj

    r10039 r10232  
    4141    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
    4242    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
    43     <NoStdLib>False</NoStdLib>
     43    <NoStdLib>True</NoStdLib>
    4444    <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
    4545    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
     
    9999  </PropertyGroup>
    100100  <ItemGroup>
     101    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
     102      <SpecificVersion>False</SpecificVersion>
     103      <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
     104    </Reference>
     105    <Reference Include="AutoDiff-1.0, Version=1.0.0.14388, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
     106      <SpecificVersion>False</SpecificVersion>
     107      <HintPath>..\..\..\trunk\sources\bin\AutoDiff-1.0.dll</HintPath>
     108    </Reference>
     109    <Reference Include="HeuristicLab.Analysis-3.3">
     110      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     111    </Reference>
    101112    <Reference Include="HeuristicLab.Collections-3.3">
    102113      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     
    107118      <Private>False</Private>
    108119    </Reference>
     120    <Reference Include="HeuristicLab.Common.Resources-3.3">
     121      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     122    </Reference>
    109123    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    110124      <SpecificVersion>False</SpecificVersion>
     
    151165      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ArtificialAnt-3.4.dll</HintPath>
    152166    </Reference>
     167    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
     168      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
     169    </Reference>
     170    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
     171      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
     172    </Reference>
     173    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
     174      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
     175    </Reference>
     176    <Reference Include="HeuristicLab.Problems.Instances-3.3">
     177      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     178    </Reference>
    153179    <Reference Include="HeuristicLab.Random-3.3">
    154180      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
    155181    </Reference>
     182    <Reference Include="mscorlib" />
    156183    <Reference Include="System" />
    157184    <Reference Include="System.Core">
     
    171198  </ItemGroup>
    172199  <ItemGroup>
     200    <Compile Include="Symbolic\GESymbolicDataAnalysisEvaluator.cs" />
     201    <Compile Include="Symbolic\GESymbolicDataAnalysisProblem.cs" />
     202    <Compile Include="Symbolic\GESymbolicDataAnalysisSingleObjectiveEvaluator.cs" />
     203    <Compile Include="Symbolic\GESymbolicDataAnalysisSingleObjectiveProblem.cs" />
     204    <Compile Include="Symbolic\GESymbolicRegressionConstantOptimizationEvaluator.cs" />
     205    <Compile Include="Symbolic\GESymbolicRegressionSingleObjectiveEvaluator.cs" />
     206    <Compile Include="Symbolic\GESymbolicRegressionSingleObjectiveMaxAbsoluteErrorEvaluator.cs" />
     207    <Compile Include="Symbolic\GESymbolicRegressionSingleObjectiveMeanAbsoluteErrorEvaluator.cs" />
     208    <Compile Include="Symbolic\GESymbolicRegressionSingleObjectiveMeanSquaredErrorEvaluator.cs" />
     209    <Compile Include="Symbolic\GESymbolicRegressionSingleObjectivePearsonRSquaredEvaluator.cs" />
     210    <Compile Include="Symbolic\GESymbolicRegressionSingleObjectiveProblem.cs" />
     211    <Compile Include="Symbolic\IGESymbolicDataAnalysisEvaluator.cs" />
     212    <Compile Include="Symbolic\IGESymbolicDataAnalysisProblem.cs" />
     213    <Compile Include="Symbolic\IGESymbolicDataAnalysisSingleObjectiveEvaluator.cs" />
     214    <Compile Include="Symbolic\IGESymbolicDataAnalysisValidationAnalyzer.cs" />
     215    <Compile Include="Symbolic\IGESymbolicRegressionEvaluator.cs" />
     216    <Compile Include="Symbolic\IGESymbolicRegressionSingleObjectiveEvaluator.cs" />
    173217    <None Include="HeuristicLab.snk" />
    174     <Compile Include="GEArtificialAntEvaluator.cs" />
    175     <Compile Include="GEArtificialAntProblem.cs" />
     218    <Compile Include="ArtificialAnt\GEArtificialAntEvaluator.cs" />
     219    <Compile Include="ArtificialAnt\GEArtificialAntProblem.cs" />
    176220    <Compile Include="Mappers\BreathFirstMapper.cs" />
    177221    <Compile Include="Mappers\DepthFirstMapper.cs" />
     
    202246    </BootstrapperPackage>
    203247  </ItemGroup>
    204   <ItemGroup>
    205     <Folder Include="Mappers" />
    206   </ItemGroup>
     248  <ItemGroup />
    207249  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    208250  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     
    229271  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
    230272    <BaseAddress>4194304</BaseAddress>
    231     <PlatformTarget>x86</PlatformTarget>
     273    <PlatformTarget>AnyCPU</PlatformTarget>
    232274    <RegisterForComInterop>False</RegisterForComInterop>
    233275    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
Note: See TracChangeset for help on using the changeset viewer.