Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2522_RefactorPluginInfrastructure/HeuristicLab.Problems.GrammaticalEvolution/3.3/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj @ 16143

Last change on this file since 16143 was 16143, checked in by dpiringe, 6 years ago

#2522:

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