Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 16144 was 16144, checked in by jkarder, 6 years ago

#2522: reverse merged r16143

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.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  </PropertyGroup>
106  <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" />
113  </ItemGroup>
114  <ItemGroup>
115    <Compile Include="Symbolic\GESymbolicDataAnalysisEvaluator.cs" />
116    <Compile Include="Symbolic\GESymbolicDataAnalysisProblem.cs" />
117    <Compile Include="Symbolic\GESymbolicDataAnalysisSingleObjectiveEvaluator.cs" />
118    <Compile Include="Symbolic\GESymbolicDataAnalysisSingleObjectiveProblem.cs" />
119    <Compile Include="Symbolic\GESymbolicRegressionSingleObjectiveEvaluator.cs" />
120    <Compile Include="Symbolic\GESymbolicRegressionSingleObjectiveProblem.cs" />
121    <Compile Include="Symbolic\IGESymbolicDataAnalysisEvaluator.cs">
122      <SubType>Code</SubType>
123    </Compile>
124    <Compile Include="Symbolic\IGESymbolicDataAnalysisProblem.cs">
125      <SubType>Code</SubType>
126    </Compile>
127    <Compile Include="Symbolic\IGESymbolicDataAnalysisSingleObjectiveEvaluator.cs">
128      <SubType>Code</SubType>
129    </Compile>
130    <Compile Include="Symbolic\IGESymbolicDataAnalysisValidationAnalyzer.cs">
131      <SubType>Code</SubType>
132    </Compile>
133    <Compile Include="Symbolic\IGESymbolicRegressionEvaluator.cs">
134      <SubType>Code</SubType>
135    </Compile>
136    <Compile Include="Symbolic\IGESymbolicRegressionSingleObjectiveEvaluator.cs">
137      <SubType>Code</SubType>
138    </Compile>
139    <Compile Include="Symbolic\GESymbolicExpressionGrammar.cs" />
140    <None Include="HeuristicLab.snk" />
141    <Compile Include="ArtificialAnt\GEArtificialAntEvaluator.cs" />
142    <Compile Include="ArtificialAnt\GEArtificialAntProblem.cs" />
143    <Compile Include="Mappers\BreathFirstMapper.cs" />
144    <Compile Include="Mappers\DepthFirstMapper.cs" />
145    <Compile Include="Mappers\GenotypeToPhenotypeMapper.cs" />
146    <Compile Include="Mappers\IGenotypeToPhenotypeMapper.cs" />
147    <Compile Include="Mappers\PIGEMapper.cs" />
148    <Compile Include="Mappers\RandomMapper.cs" />
149    <Compile Include="Plugin.cs" />
150    <Compile Include="Properties\AssemblyInfo.cs" />
151    <None Include="Plugin.cs.frame" />
152    <None Include="Properties\AssemblyInfo.cs.frame" />
153  </ItemGroup>
154  <ItemGroup>
155    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
156      <Visible>False</Visible>
157      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
158      <Install>false</Install>
159    </BootstrapperPackage>
160    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
161      <Visible>False</Visible>
162      <ProductName>.NET Framework 3.5 SP1</ProductName>
163      <Install>true</Install>
164    </BootstrapperPackage>
165    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
166      <Visible>False</Visible>
167      <ProductName>Windows Installer 3.1</ProductName>
168      <Install>true</Install>
169    </BootstrapperPackage>
170  </ItemGroup>
171  <ItemGroup>
172    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
173      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
174      <Name>HeuristicLab.Analysis-3.3</Name>
175      <Private>False</Private>
176    </ProjectReference>
177    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
178      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
179      <Name>HeuristicLab.Collections-3.3</Name>
180      <Private>False</Private>
181    </ProjectReference>
182    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
183      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
184      <Name>HeuristicLab.Common.Resources-3.3</Name>
185      <Private>False</Private>
186    </ProjectReference>
187    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
188      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
189      <Name>HeuristicLab.Common-3.3</Name>
190      <Private>False</Private>
191    </ProjectReference>
192    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
193      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
194      <Name>HeuristicLab.Core-3.3</Name>
195      <Private>False</Private>
196    </ProjectReference>
197    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
198      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
199      <Name>HeuristicLab.Data-3.3</Name>
200      <Private>False</Private>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
203      <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
204      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
205      <Private>False</Private>
206    </ProjectReference>
207    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
208      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
209      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
210      <Private>False</Private>
211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
213      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
214      <Name>HeuristicLab.Operators-3.3</Name>
215      <Private>False</Private>
216    </ProjectReference>
217    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
218      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
219      <Name>HeuristicLab.Optimization-3.3</Name>
220      <Private>False</Private>
221    </ProjectReference>
222    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
223      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
224      <Name>HeuristicLab.Parameters-3.3</Name>
225      <Private>False</Private>
226    </ProjectReference>
227    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
228      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
229      <Name>HeuristicLab.Persistence-3.3</Name>
230      <Private>False</Private>
231    </ProjectReference>
232    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
233      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
234      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
235      <Private>False</Private>
236    </ProjectReference>
237    <ProjectReference Include="..\..\HeuristicLab.Problems.ArtificialAnt\3.4\HeuristicLab.Problems.ArtificialAnt-3.4.csproj">
238      <Project>{0c67a033-f6d9-4237-b3ca-c033a44706be}</Project>
239      <Name>HeuristicLab.Problems.ArtificialAnt-3.4</Name>
240      <Private>False</Private>
241    </ProjectReference>
242    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
243      <Project>{5ac82412-911b-4fa2-a013-edc5e3f3fcc2}</Project>
244      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
245      <Private>False</Private>
246    </ProjectReference>
247    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
248      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
249      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
250      <Private>False</Private>
251    </ProjectReference>
252    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
253      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
254      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
255      <Private>False</Private>
256    </ProjectReference>
257    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
258      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
259      <Name>HeuristicLab.Problems.Instances-3.3</Name>
260      <Private>False</Private>
261    </ProjectReference>
262    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
263      <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project>
264      <Name>HeuristicLab.Random-3.3</Name>
265      <Private>False</Private>
266    </ProjectReference>
267  </ItemGroup>
268  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
269  <PropertyGroup>
270    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
271set ProjectDir=$(ProjectDir)
272set SolutionDir=$(SolutionDir)
273set Outdir=$(Outdir)
274
275call PreBuildEvent.cmd
276</PreBuildEvent>
277    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
278export ProjectDir=$(ProjectDir)
279export SolutionDir=$(SolutionDir)
280
281$SolutionDir/PreBuildEvent.sh
282</PreBuildEvent>
283  </PropertyGroup>
284  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
285       Other similar extension points exist, see Microsoft.Common.targets.
286  <Target Name="BeforeBuild">
287  </Target>
288  <Target Name="AfterBuild">
289  </Target>
290  -->
291</Project>
Note: See TracBrowser for help on using the repository browser.