Changeset 16143 for branches/2522_RefactorPluginInfrastructure/HeuristicLab.Problems.GrammaticalEvolution
- Timestamp:
- 09/14/18 17:07:25 (6 years ago)
- Location:
- branches/2522_RefactorPluginInfrastructure/HeuristicLab.Problems.GrammaticalEvolution
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2522_RefactorPluginInfrastructure/HeuristicLab.Problems.GrammaticalEvolution/3.3/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj
r11623 r16143 11 11 <RootNamespace>HeuristicLab.Problems.GrammaticalEvolution</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Problems.GrammaticalEvolution-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 13 <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 16 15 <FileAlignment>512</FileAlignment> 17 16 <SignAssembly>True</SignAssembly> 18 17 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 19 <FileUpgradeFlags> 20 </FileUpgradeFlags> 18 <FileUpgradeFlags></FileUpgradeFlags> 21 19 <OldToolsVersion>3.5</OldToolsVersion> 22 20 <UpgradeBackupLocation /> -
branches/2522_RefactorPluginInfrastructure/HeuristicLab.Problems.GrammaticalEvolution/3.4/HeuristicLab.Problems.GrammaticalEvolution-3.4.csproj
r12915 r16143 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">2 <Project Sdk="Microsoft.NET.Sdk"> 3 3 <PropertyGroup> 4 < Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>5 < Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>6 <Product Version>9.0.30729</ProductVersion>7 <S chemaVersion>2.0</SchemaVersion>8 < ProjectGuid>{9372D115-D933-40D2-BD29-A2C1EAC35874}</ProjectGuid>9 < OutputType>Library</OutputType>10 <A ppDesignerFolder>Properties</AppDesignerFolder>4 <TargetFramework>netstandard2.0</TargetFramework> 5 <Copyright>(c) 2002-2018 HEAL</Copyright> 6 <Product>HeuristicLab</Product> 7 <SignAssembly>true</SignAssembly> 8 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 9 <AssemblyVersion>3.4.0.0</AssemblyVersion> 10 <AssemblyFileVersion>3.4.3.0</AssemblyFileVersion> 11 11 <RootNamespace>HeuristicLab.Problems.GrammaticalEvolution</RootNamespace> 12 <AssemblyName>HeuristicLab.Problems.GrammaticalEvolution-3.4</AssemblyName>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>14 <TargetFrameworkProfile>15 </TargetFrameworkProfile>16 <FileAlignment>512</FileAlignment>17 <SignAssembly>True</SignAssembly>18 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>19 <FileUpgradeFlags>20 </FileUpgradeFlags>21 <OldToolsVersion>3.5</OldToolsVersion>22 <UpgradeBackupLocation />23 <PublishUrl>publish\</PublishUrl>24 <Install>true</Install>25 <InstallFrom>Disk</InstallFrom>26 <UpdateEnabled>false</UpdateEnabled>27 <UpdateMode>Foreground</UpdateMode>28 <UpdateInterval>7</UpdateInterval>29 <UpdateIntervalUnits>Days</UpdateIntervalUnits>30 <UpdatePeriodically>false</UpdatePeriodically>31 <UpdateRequired>false</UpdateRequired>32 <MapFileExtensions>true</MapFileExtensions>33 <ApplicationRevision>0</ApplicationRevision>34 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>35 <IsWebBootstrapper>false</IsWebBootstrapper>36 <UseApplicationTrust>false</UseApplicationTrust>37 <BootstrapperEnabled>true</BootstrapperEnabled>38 <NoWin32Manifest>False</NoWin32Manifest>39 <DelaySign>False</DelaySign>40 <AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>41 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>42 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>43 <NoStdLib>True</NoStdLib>44 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>45 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>46 <RunCodeAnalysis>False</RunCodeAnalysis>47 <SourceAnalysisOverrideSettingsFile>C:\Users\Sabine\AppData\Roaming\ICSharpCode/SharpDevelop4\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>48 </PropertyGroup>49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">50 <DebugSymbols>true</DebugSymbols>51 <DebugType>Full</DebugType>52 <Optimize>False</Optimize>53 <OutputPath>..\..\bin\</OutputPath>54 <DefineConstants>DEBUG;TRACE</DefineConstants>55 <ErrorReport>prompt</ErrorReport>56 <WarningLevel>4</WarningLevel>57 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>58 <Prefer32Bit>false</Prefer32Bit>59 </PropertyGroup>60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">61 <DebugType>pdbonly</DebugType>62 <Optimize>true</Optimize>63 <OutputPath>..\..\bin\</OutputPath>64 <DefineConstants>TRACE</DefineConstants>65 <ErrorReport>prompt</ErrorReport>66 <WarningLevel>4</WarningLevel>67 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>68 <Prefer32Bit>false</Prefer32Bit>69 </PropertyGroup>70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">71 <DebugSymbols>true</DebugSymbols>72 <OutputPath>..\..\bin\</OutputPath>73 <DefineConstants>DEBUG;TRACE</DefineConstants>74 <DebugType>full</DebugType>75 <ErrorReport>prompt</ErrorReport>76 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>77 <Prefer32Bit>false</Prefer32Bit>78 </PropertyGroup>79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">80 <OutputPath>..\..\bin\</OutputPath>81 <DefineConstants>TRACE</DefineConstants>82 <Optimize>true</Optimize>83 <DebugType>pdbonly</DebugType>84 <ErrorReport>prompt</ErrorReport>85 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>86 <Prefer32Bit>false</Prefer32Bit>87 </PropertyGroup>88 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">89 <DebugSymbols>true</DebugSymbols>90 <OutputPath>..\..\bin\</OutputPath>91 <DefineConstants>DEBUG;TRACE</DefineConstants>92 <DebugType>full</DebugType>93 <ErrorReport>prompt</ErrorReport>94 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>95 <Prefer32Bit>false</Prefer32Bit>96 </PropertyGroup>97 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">98 <OutputPath>..\..\bin\</OutputPath>99 <DefineConstants>TRACE</DefineConstants>100 <Optimize>true</Optimize>101 <DebugType>pdbonly</DebugType>102 <ErrorReport>prompt</ErrorReport>103 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>104 <Prefer32Bit>false</Prefer32Bit>105 12 </PropertyGroup> 106 13 <ItemGroup> 107 <Reference Include="mscorlib" /> 108 <Reference Include="System" /> 109 <Reference Include="System.Core"> 110 <RequiredTargetFramework>3.5</RequiredTargetFramework> 111 </Reference> 112 <Reference Include="System.Drawing" /> 14 <PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.1" /> 15 <PackageReference Include="System.Drawing.Common" Version="4.5.0" /> 113 16 </ItemGroup> 114 17 <ItemGroup> 115 <Compile Include="SymbolicRegression\GESymbolicDataAnalysisEvaluator.cs" /> 116 <Compile Include="SymbolicRegression\GESymbolicDataAnalysisProblem.cs" /> 117 <Compile Include="SymbolicRegression\GESymbolicDataAnalysisSingleObjectiveEvaluator.cs" /> 118 <Compile Include="SymbolicRegression\GESymbolicDataAnalysisSingleObjectiveProblem.cs" /> 119 <Compile Include="SymbolicRegression\GESymbolicExpressionGrammar.cs" /> 120 <Compile Include="SymbolicRegression\GESymbolicRegressionSingleObjectiveEvaluator.cs" /> 121 <Compile Include="SymbolicRegression\GESymbolicRegressionSingleObjectiveProblem.cs" /> 122 <Compile Include="SymbolicRegression\IGESymbolicDataAnalysisEvaluator.cs" /> 123 <Compile Include="SymbolicRegression\IGESymbolicDataAnalysisProblem.cs" /> 124 <Compile Include="SymbolicRegression\IGESymbolicDataAnalysisSingleObjectiveEvaluator.cs" /> 125 <Compile Include="SymbolicRegression\IGESymbolicDataAnalysisValidationAnalyzer.cs" /> 126 <Compile Include="SymbolicRegression\IGESymbolicRegressionEvaluator.cs" /> 127 <Compile Include="SymbolicRegression\IGESymbolicRegressionSingleObjectiveEvaluator.cs" /> 128 <None Include="HeuristicLab.snk" /> 129 <Compile Include="ArtificialAnt\GEArtificialAntProblem.cs" /> 130 <Compile Include="Mappers\BreathFirstMapper.cs" /> 131 <Compile Include="Mappers\DepthFirstMapper.cs" /> 132 <Compile Include="Mappers\GenotypeToPhenotypeMapper.cs" /> 133 <Compile Include="Mappers\IGenotypeToPhenotypeMapper.cs" /> 134 <Compile Include="Mappers\PIGEMapper.cs" /> 135 <Compile Include="Mappers\RandomMapper.cs" /> 136 <Compile Include="Plugin.cs" /> 137 <Compile Include="Properties\AssemblyInfo.cs" /> 138 <None Include="Plugin.cs.frame" /> 139 <None Include="Properties\AssemblyInfo.cs.frame" /> 18 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj" /> 19 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj" /> 20 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj" /> 21 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj" /> 22 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj" /> 23 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj" /> 24 <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj" /> 25 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj" /> 26 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj" /> 27 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj" /> 28 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj" /> 29 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj" /> 30 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj" /> 31 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj" /> 32 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj" /> 33 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj" /> 34 <ProjectReference Include="..\..\HeuristicLab.Problems.GeneticProgramming\3.3\HeuristicLab.Problems.GeneticProgramming-3.3.csproj" /> 35 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj" /> 36 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj" /> 140 37 </ItemGroup> 141 38 <ItemGroup> 142 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 143 <Visible>False</Visible> 144 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 145 <Install>false</Install> 146 </BootstrapperPackage> 147 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 148 <Visible>False</Visible> 149 <ProductName>.NET Framework 3.5 SP1</ProductName> 150 <Install>true</Install> 151 </BootstrapperPackage> 152 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 153 <Visible>False</Visible> 154 <ProductName>Windows Installer 3.1</ProductName> 155 <Install>true</Install> 156 </BootstrapperPackage> 39 <Reference Include="mscorlib" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> 157 40 </ItemGroup> 158 <ItemGroup> 159 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 160 <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project> 161 <Name>HeuristicLab.Analysis-3.3</Name> 162 <Private>False</Private> 163 </ProjectReference> 164 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 165 <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project> 166 <Name>HeuristicLab.Collections-3.3</Name> 167 <Private>False</Private> 168 </ProjectReference> 169 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 170 <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project> 171 <Name>HeuristicLab.Common.Resources-3.3</Name> 172 <Private>False</Private> 173 </ProjectReference> 174 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 175 <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project> 176 <Name>HeuristicLab.Common-3.3</Name> 177 <Private>False</Private> 178 </ProjectReference> 179 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 180 <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project> 181 <Name>HeuristicLab.Core-3.3</Name> 182 <Private>False</Private> 183 </ProjectReference> 184 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 185 <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project> 186 <Name>HeuristicLab.Data-3.3</Name> 187 <Private>False</Private> 188 </ProjectReference> 189 <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj"> 190 <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project> 191 <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name> 192 <Private>False</Private> 193 </ProjectReference> 194 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj"> 195 <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project> 196 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 197 <Private>False</Private> 198 </ProjectReference> 199 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 200 <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project> 201 <Name>HeuristicLab.Operators-3.3</Name> 202 <Private>False</Private> 203 </ProjectReference> 204 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 205 <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project> 206 <Name>HeuristicLab.Optimization-3.3</Name> 207 <Private>False</Private> 208 </ProjectReference> 209 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 210 <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project> 211 <Name>HeuristicLab.Parameters-3.3</Name> 212 <Private>False</Private> 213 </ProjectReference> 214 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 215 <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project> 216 <Name>HeuristicLab.Persistence-3.3</Name> 217 <Private>False</Private> 218 </ProjectReference> 219 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 220 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project> 221 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 222 <Private>False</Private> 223 </ProjectReference> 224 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj"> 225 <Project>{5ac82412-911b-4fa2-a013-edc5e3f3fcc2}</Project> 226 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name> 227 <Private>False</Private> 228 </ProjectReference> 229 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj"> 230 <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project> 231 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name> 232 <Private>False</Private> 233 </ProjectReference> 234 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> 235 <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project> 236 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 237 <Private>False</Private> 238 </ProjectReference> 239 <ProjectReference Include="..\..\HeuristicLab.Problems.GeneticProgramming\3.3\HeuristicLab.Problems.GeneticProgramming-3.3.csproj"> 240 <Project>{02cddbf5-42a7-4c40-ae6c-e5d29ac9ccec}</Project> 241 <Name>HeuristicLab.Problems.GeneticProgramming-3.3</Name> 242 </ProjectReference> 243 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj"> 244 <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project> 245 <Name>HeuristicLab.Problems.Instances-3.3</Name> 246 <Private>False</Private> 247 </ProjectReference> 248 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 249 <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project> 250 <Name>HeuristicLab.Random-3.3</Name> 251 <Private>False</Private> 252 </ProjectReference> 253 </ItemGroup> 254 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 255 <PropertyGroup> 256 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 257 set ProjectDir=$(ProjectDir) 258 set SolutionDir=$(SolutionDir) 259 set Outdir=$(Outdir) 260 261 call PreBuildEvent.cmd 262 </PreBuildEvent> 263 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 264 export ProjectDir=$(ProjectDir) 265 export SolutionDir=$(SolutionDir) 266 267 $SolutionDir/PreBuildEvent.sh 268 </PreBuildEvent> 41 <Target Name="PreBuild" BeforeTargets="PreBuildEvent"> 42 <Exec Command="set Path=%Path%;$(ProjectDir);$(SolutionDir)
set ProjectDir=$(ProjectDir)
set SolutionDir=$(SolutionDir)
set Outdir=$(Outdir)
call PreBuildEvent.cmd" /> 43 </Target> 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> 45 <OutputPath>..\..\bin\</OutputPath> 46 <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> 269 47 </PropertyGroup> 270 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.271 Other similar extension points exist, see Microsoft.Common.targets.272 <Target Name="BeforeBuild">273 </Target>274 <Target Name="AfterBuild">275 </Target>276 -->277 48 </Project>
Note: See TracChangeset
for help on using the changeset viewer.