Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/19 10:14:03 (6 years ago)
Author:
gkronber
Message:

#2925: refactored dynamical modelling code

Location:
branches/2925_AutoDiffForDynamicalModels/AutoDiffForDynamicalModelsTest
Files:
1 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2925_AutoDiffForDynamicalModels/AutoDiffForDynamicalModelsTest/AutoDiffForDynamicalModelsTest.csproj

    r16251 r16601  
    7878    <Compile Include="TestCvodes.cs" />
    7979    <Compile Include="Properties\AssemblyInfo.cs" />
    80     <Compile Include="TestGA.cs" />
     80    <Compile Include="TestOdeIdentification.cs" />
    8181  </ItemGroup>
    8282  <ItemGroup>
    83     <None Include="Genetic Algorithm %28GA%29.hl">
    84       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    85     </None>
    8683    <None Include="packages.config" />
    8784  </ItemGroup>
    8885  <ItemGroup>
     86    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
     87      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
     88      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
     89    </ProjectReference>
    8990    <ProjectReference Include="..\HeuristicLab.Algorithms.GeneticAlgorithm\3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">
    9091      <Project>{A51DA44F-CB35-4F6F-99F5-2A2E904AB93B}</Project>
    9192      <Name>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</Name>
     93    </ProjectReference>
     94    <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     95      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     96      <Name>HeuristicLab.Collections-3.3</Name>
    9297    </ProjectReference>
    9398    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     
    99104      <Name>HeuristicLab.Core-3.3</Name>
    100105    </ProjectReference>
     106    <ProjectReference Include="..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     107      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     108      <Name>HeuristicLab.Data-3.3</Name>
     109    </ProjectReference>
    101110    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    102111      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
     
    106115      <Project>{edcc8202-4463-4122-b01f-21b664343dfb}</Project>
    107116      <Name>HeuristicLab.Problems.DynamicalSystemsModelling-3.3</Name>
     117    </ProjectReference>
     118    <ProjectReference Include="..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
     119      <Project>{94c7714e-29d4-4d6d-b213-2c18d627ab75}</Project>
     120      <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
    108121    </ProjectReference>
    109122  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.