- Timestamp:
- 02/15/18 11:03:40 (7 years ago)
- Location:
- branches/2895_PushGP_GenealogyAnalysis
- Files:
-
- 2 added
- 2 deleted
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis
-
Property
svn:ignore
set to
Plugin.cs
-
Property
svn:ignore
set to
-
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis
- Property svn:ignore
-
old new 12 12 *.nuget.props 13 13 *.nuget.targets 14 Plugin.cs
-
- Property svn:ignore
-
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis.csproj
r15771 r15780 8 8 <OutputType>Library</OutputType> 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <RootNamespace>HeuristicLab.Problems.ProgramSynthesis .GenealogyAnalysis</RootNamespace>11 <AssemblyName>HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis </AssemblyName>12 <TargetFrameworkVersion>v4. 6.1</TargetFrameworkVersion>10 <RootNamespace>HeuristicLab.Problems.ProgramSynthesis</RootNamespace> 11 <AssemblyName>HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis-3.3</AssemblyName> 12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 <TargetFrameworkProfile /> 14 15 </PropertyGroup> 15 16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 107 108 <Compile Include="Operators\Interfaces\IManipulatorOperator.cs" /> 108 109 <Compile Include="Operators\RemovePopulationGraphFromResults.cs" /> 110 <Compile Include="Plugin.cs" /> 109 111 <Compile Include="Properties\AssemblyInfo.cs" /> 110 112 </ItemGroup> 113 <ItemGroup> 114 <None Include="Plugin.cs.frame" /> 115 </ItemGroup> 111 116 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 117 <PropertyGroup> 118 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 119 set ProjectDir=$(ProjectDir) 120 set SolutionDir=$(SolutionDir) 121 set Outdir=$(Outdir) 122 123 call PreBuildEvent.cmd 124 </PreBuildEvent> 125 </PropertyGroup> 112 126 </Project> -
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Plugin.cs.frame
r15771 r15780 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 7Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 23 23 24 24 namespace HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis { 25 [Plugin("HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis", "Provides operators and related classes for genealogy analysis.", "3. 4.5.$WCREV$")]26 [PluginFile("HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis g-3.4.dll", PluginFileType.Assembly)]25 [Plugin("HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis", "Provides operators and related classes for genealogy analysis.", "3.3.1.$WCREV$")] 26 [PluginFile("HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Analysis", "3.3")] 28 28 [PluginDependency("HeuristicLab.Collections", "3.3")] … … 38 38 [PluginDependency("HeuristicLab.Persistence", "3.3")] 39 39 40 public class HeuristicLab .Problems.ProgramSynthesis.GenealogyAnalysisPlugin : PluginBase {40 public class HeuristicLabProblemsProgramSynthesisGenealogyAnalysisPlugin : PluginBase { 41 41 } 42 42 } -
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis.Views
- Property svn:ignore
-
old new 12 12 *.nuget.props 13 13 *.nuget.targets 14 Plugin.cs
-
- Property svn:ignore
-
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis.Views/HeuristicLab.Problems.ProgramSynthesis.Views.csproj
r15771 r15780 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>HeuristicLab.Problems.ProgramSynthesis.Views</RootNamespace> 11 <AssemblyName>HeuristicLab.Problems.ProgramSynthesis.Views </AssemblyName>12 <TargetFrameworkVersion>v4. 6.1</TargetFrameworkVersion>11 <AssemblyName>HeuristicLab.Problems.ProgramSynthesis.Views-3.3</AssemblyName> 12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 <TargetFrameworkProfile /> 14 15 </PropertyGroup> 15 16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 52 53 </Reference> 53 54 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec"> 55 <Private>False</Private> 56 </Reference> 57 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 58 <SpecificVersion>False</SpecificVersion> 59 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 54 60 <Private>False</Private> 55 61 </Reference> … … 97 103 <DependentUpon>ExpressionSelectionView.cs</DependentUpon> 98 104 </Compile> 105 <None Include="Plugin.cs.frame" /> 106 <Compile Include="Plugin.cs" /> 99 107 <Compile Include="Properties\AssemblyInfo.cs" /> 100 108 <Compile Include="PushDebuggerView.cs"> … … 136 144 </ItemGroup> 137 145 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 146 <PropertyGroup> 147 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 148 set ProjectDir=$(ProjectDir) 149 set SolutionDir=$(SolutionDir) 150 set Outdir=$(Outdir) 151 152 call PreBuildEvent.cmd 153 </PreBuildEvent> 154 </PropertyGroup> 138 155 </Project> -
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj
r15771 r15780 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>HeuristicLab.Problems.ProgramSynthesis</RootNamespace> 11 <AssemblyName>HeuristicLab.Problems.ProgramSynthesis </AssemblyName>11 <AssemblyName>HeuristicLab.Problems.ProgramSynthesis-3.3</AssemblyName> 12 12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> … … 52 52 <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 53 53 </Reference> 54 <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">55 <SpecificVersion>False</SpecificVersion>56 <HintPath>..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>57 </Reference>58 54 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 59 55 <SpecificVersion>False</SpecificVersion> … … 63 59 <SpecificVersion>False</SpecificVersion> 64 60 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath> 65 </Reference>66 <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">67 <SpecificVersion>False</SpecificVersion>68 <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>69 </Reference>70 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">71 <SpecificVersion>False</SpecificVersion>72 <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>73 61 </Reference> 74 62 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> … … 121 109 </ItemGroup> 122 110 <ItemGroup> 111 <None Include="Plugin.cs.frame" /> 123 112 <Compile Include="Plugin.cs" /> 124 113 <Compile Include="Properties\Resources.Designer.cs"> … … 177 166 <Compile Include="Push\BenchmarkSuite\ExampleArgumentType.cs" /> 178 167 <Compile Include="Push\BenchmarkSuite\IBenchmarkSuiteDataDescriptor.cs" /> 179 <Compile Include="Push\BenchmarkSuite\Plugin.cs" />180 168 <Compile Include="Push\BenchmarkSuite\ProblemData.cs" /> 181 169 <Compile Include="Push\BenchmarkSuite\Problems\Checksum.cs" /> … … 358 346 </PostBuildEvent> 359 347 </PropertyGroup> 348 <PropertyGroup> 349 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 350 set ProjectDir=$(ProjectDir) 351 set SolutionDir=$(SolutionDir) 352 set Outdir=$(Outdir) 353 354 call PreBuildEvent.cmd 355 </PreBuildEvent> 356 </PropertyGroup> 360 357 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 361 358 Other similar extension points exist, see Microsoft.Common.targets. -
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/BenchmarkSuiteDataDescriptor.cs
r15771 r15780 9 9 10 10 public abstract class BenchmarkSuiteDataDescriptor : IBenchmarkSuiteDataDescriptor { 11 private const string InstanceArchiveName = "HeuristicLab. BenchmarkSuite.Data.BenchmarkExamples.zip";11 private const string InstanceArchiveName = "HeuristicLab.Problems.ProgramSynthesis.Push.BenchmarkSuite.Data.BenchmarkExamples.zip"; 12 12 private const string ResourcePath = @".*\.Data\."; 13 13 private const char ExampleFieldDelimiter = ','; -
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r15771 r15780 8 8 <AppDesignerFolder>Properties</AppDesignerFolder> 9 9 <RootNamespace>HeuristicLab.Tests</RootNamespace> 10 <AssemblyName> F</AssemblyName>10 <AssemblyName>HeuristicLab.Problems.ProgramSynthesis.Tests-3.3</AssemblyName> 11 11 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 12 12 <FileAlignment>512</FileAlignment> -
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Tests/HeuristicLab.Tests.csproj.user
r14875 r15780 2 2 <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup> 4 <ProjectView> ProjectFiles</ProjectView>4 <ProjectView>ShowAllFiles</ProjectView> 5 5 </PropertyGroup> 6 6 </Project>
Note: See TracChangeset
for help on using the changeset viewer.