- Timestamp:
- 02/13/19 10:14:03 (6 years ago)
- Location:
- branches/2925_AutoDiffForDynamicalModels/AutoDiffForDynamicalModelsTest
- Files:
-
- 1 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2925_AutoDiffForDynamicalModels/AutoDiffForDynamicalModelsTest/AutoDiffForDynamicalModelsTest.csproj
r16251 r16601 78 78 <Compile Include="TestCvodes.cs" /> 79 79 <Compile Include="Properties\AssemblyInfo.cs" /> 80 <Compile Include="Test GA.cs" />80 <Compile Include="TestOdeIdentification.cs" /> 81 81 </ItemGroup> 82 82 <ItemGroup> 83 <None Include="Genetic Algorithm %28GA%29.hl">84 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>85 </None>86 83 <None Include="packages.config" /> 87 84 </ItemGroup> 88 85 <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> 89 90 <ProjectReference Include="..\HeuristicLab.Algorithms.GeneticAlgorithm\3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj"> 90 91 <Project>{A51DA44F-CB35-4F6F-99F5-2A2E904AB93B}</Project> 91 92 <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> 92 97 </ProjectReference> 93 98 <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> … … 99 104 <Name>HeuristicLab.Core-3.3</Name> 100 105 </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> 101 110 <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 102 111 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> … … 106 115 <Project>{edcc8202-4463-4122-b01f-21b664343dfb}</Project> 107 116 <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> 108 121 </ProjectReference> 109 122 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.