Changeset 10232 for branches/GrammaticalEvolution
- Timestamp:
- 12/17/13 13:02:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj
r10039 r10232 41 41 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> 42 42 <AllowUnsafeBlocks>False</AllowUnsafeBlocks> 43 <NoStdLib> False</NoStdLib>43 <NoStdLib>True</NoStdLib> 44 44 <TreatWarningsAsErrors>False</TreatWarningsAsErrors> 45 45 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> … … 99 99 </PropertyGroup> 100 100 <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> 101 112 <Reference Include="HeuristicLab.Collections-3.3"> 102 113 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> … … 107 118 <Private>False</Private> 108 119 </Reference> 120 <Reference Include="HeuristicLab.Common.Resources-3.3"> 121 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 122 </Reference> 109 123 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 110 124 <SpecificVersion>False</SpecificVersion> … … 151 165 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ArtificialAnt-3.4.dll</HintPath> 152 166 </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> 153 179 <Reference Include="HeuristicLab.Random-3.3"> 154 180 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> 155 181 </Reference> 182 <Reference Include="mscorlib" /> 156 183 <Reference Include="System" /> 157 184 <Reference Include="System.Core"> … … 171 198 </ItemGroup> 172 199 <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" /> 173 217 <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" /> 176 220 <Compile Include="Mappers\BreathFirstMapper.cs" /> 177 221 <Compile Include="Mappers\DepthFirstMapper.cs" /> … … 202 246 </BootstrapperPackage> 203 247 </ItemGroup> 204 <ItemGroup> 205 <Folder Include="Mappers" /> 206 </ItemGroup> 248 <ItemGroup /> 207 249 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 208 250 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. … … 229 271 <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> 230 272 <BaseAddress>4194304</BaseAddress> 231 <PlatformTarget> x86</PlatformTarget>273 <PlatformTarget>AnyCPU</PlatformTarget> 232 274 <RegisterForComInterop>False</RegisterForComInterop> 233 275 <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
Note: See TracChangeset
for help on using the changeset viewer.