Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj @ 10521

Last change on this file since 10521 was 10349, checked in by gkronber, 10 years ago

#2109 removed unused references and fixed plugin dependencies

File size: 13.2 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>{E4EE5AFB-D552-447B-8A16-6CBE7938AF32}</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.0</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>..\..\..\trunk\sources\bin\</OutputPath>
54    <DefineConstants>DEBUG;TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
60    <DebugType>pdbonly</DebugType>
61    <Optimize>true</Optimize>
62    <OutputPath>bin\Release\</OutputPath>
63    <DefineConstants>TRACE</DefineConstants>
64    <ErrorReport>prompt</ErrorReport>
65    <WarningLevel>4</WarningLevel>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
69    <DebugSymbols>true</DebugSymbols>
70    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
71    <DefineConstants>DEBUG;TRACE</DefineConstants>
72    <DebugType>full</DebugType>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
77    <OutputPath>bin\x64\Release\</OutputPath>
78    <DefineConstants>TRACE</DefineConstants>
79    <Optimize>true</Optimize>
80    <DebugType>pdbonly</DebugType>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
85    <DebugSymbols>true</DebugSymbols>
86    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
87    <DefineConstants>DEBUG;TRACE</DefineConstants>
88    <DebugType>full</DebugType>
89    <ErrorReport>prompt</ErrorReport>
90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
91  </PropertyGroup>
92  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
93    <OutputPath>bin\x86\Release\</OutputPath>
94    <DefineConstants>TRACE</DefineConstants>
95    <Optimize>true</Optimize>
96    <DebugType>pdbonly</DebugType>
97    <ErrorReport>prompt</ErrorReport>
98    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
99  </PropertyGroup>
100  <ItemGroup>
101    <Reference Include="HeuristicLab.Analysis-3.3">
102      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Collections-3.3">
105      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
108      <SpecificVersion>False</SpecificVersion>
109      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.Common.Resources-3.3">
113      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
116      <SpecificVersion>False</SpecificVersion>
117      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="HeuristicLab.Data-3.3">
121      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
122    </Reference>
123    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
124      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
128      <SpecificVersion>False</SpecificVersion>
129      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.Operators-3.3">
133      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
134    </Reference>
135    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
136      <SpecificVersion>False</SpecificVersion>
137      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
138      <Private>False</Private>
139    </Reference>
140    <Reference Include="HeuristicLab.Parameters-3.3">
141      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
142    </Reference>
143    <Reference Include="HeuristicLab.Persistence-3.3">
144      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
145    </Reference>
146    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
147      <SpecificVersion>False</SpecificVersion>
148      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
149      <Private>False</Private>
150    </Reference>
151    <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.4">
152      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ArtificialAnt-3.4.dll</HintPath>
153    </Reference>
154    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
155      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
156    </Reference>
157    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
158      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
159    </Reference>
160    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
161      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
162    </Reference>
163    <Reference Include="HeuristicLab.Problems.Instances-3.3">
164      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
165    </Reference>
166    <Reference Include="HeuristicLab.Random-3.3">
167      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
168    </Reference>
169    <Reference Include="mscorlib" />
170    <Reference Include="System" />
171    <Reference Include="System.Core">
172      <RequiredTargetFramework>3.5</RequiredTargetFramework>
173    </Reference>
174    <Reference Include="System.Drawing" />
175  </ItemGroup>
176  <ItemGroup>
177    <Compile Include="Symbolic\GESymbolicDataAnalysisEvaluator.cs" />
178    <Compile Include="Symbolic\GESymbolicDataAnalysisProblem.cs" />
179    <Compile Include="Symbolic\GESymbolicDataAnalysisSingleObjectiveEvaluator.cs" />
180    <Compile Include="Symbolic\GESymbolicDataAnalysisSingleObjectiveProblem.cs" />
181    <Compile Include="Symbolic\GESymbolicRegressionSingleObjectiveEvaluator.cs" />
182    <Compile Include="Symbolic\GESymbolicRegressionSingleObjectiveProblem.cs" />
183    <Compile Include="Symbolic\IGESymbolicDataAnalysisEvaluator.cs">
184      <SubType>Code</SubType>
185    </Compile>
186    <Compile Include="Symbolic\IGESymbolicDataAnalysisProblem.cs">
187      <SubType>Code</SubType>
188    </Compile>
189    <Compile Include="Symbolic\IGESymbolicDataAnalysisSingleObjectiveEvaluator.cs">
190      <SubType>Code</SubType>
191    </Compile>
192    <Compile Include="Symbolic\IGESymbolicDataAnalysisValidationAnalyzer.cs">
193      <SubType>Code</SubType>
194    </Compile>
195    <Compile Include="Symbolic\IGESymbolicRegressionEvaluator.cs">
196      <SubType>Code</SubType>
197    </Compile>
198    <Compile Include="Symbolic\IGESymbolicRegressionSingleObjectiveEvaluator.cs">
199      <SubType>Code</SubType>
200    </Compile>
201    <Compile Include="Symbolic\GESymbolicExpressionGrammar.cs" />
202    <None Include="HeuristicLab.snk" />
203    <Compile Include="ArtificialAnt\GEArtificialAntEvaluator.cs" />
204    <Compile Include="ArtificialAnt\GEArtificialAntProblem.cs" />
205    <Compile Include="Mappers\BreathFirstMapper.cs" />
206    <Compile Include="Mappers\DepthFirstMapper.cs" />
207    <Compile Include="Mappers\GenotypeToPhenotypeMapper.cs" />
208    <Compile Include="Mappers\IGenotypeToPhenotypeMapper.cs" />
209    <Compile Include="Mappers\PIGEMapper.cs" />
210    <Compile Include="Mappers\RandomMapper.cs" />
211    <Compile Include="Plugin.cs" />
212    <Compile Include="Properties\AssemblyInfo.cs" />
213    <None Include="Plugin.cs.frame" />
214    <None Include="Properties\AssemblyInfo.cs.frame" />
215  </ItemGroup>
216  <ItemGroup>
217    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
218      <Visible>False</Visible>
219      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
220      <Install>false</Install>
221    </BootstrapperPackage>
222    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
223      <Visible>False</Visible>
224      <ProductName>.NET Framework 3.5 SP1</ProductName>
225      <Install>true</Install>
226    </BootstrapperPackage>
227    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
228      <Visible>False</Visible>
229      <ProductName>Windows Installer 3.1</ProductName>
230      <Install>true</Install>
231    </BootstrapperPackage>
232  </ItemGroup>
233  <ItemGroup />
234  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
235  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
236       Other similar extension points exist, see Microsoft.Common.targets.
237  <Target Name="BeforeBuild">
238  </Target>
239  <Target Name="AfterBuild">
240  </Target>
241  -->
242  <PropertyGroup>
243    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
244set ProjectDir=$(ProjectDir)
245set SolutionDir=$(SolutionDir)
246set Outdir=$(Outdir)
247
248call PreBuildEvent.cmd</PreBuildEvent>
249  </PropertyGroup>
250  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
251    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
252    <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
253    <StartAction>Program</StartAction>
254    <StartProgram>..\..\..\trunk\sources\bin\HeuristicLab 3.3.exe</StartProgram>
255  </PropertyGroup>
256  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
257    <BaseAddress>4194304</BaseAddress>
258    <PlatformTarget>AnyCPU</PlatformTarget>
259    <RegisterForComInterop>False</RegisterForComInterop>
260    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
261  </PropertyGroup>
262  <PropertyGroup Condition=" '$(Platform)' == 'x64' ">
263    <PlatformTarget>x64</PlatformTarget>
264  </PropertyGroup>
265  <PropertyGroup Condition=" '$(Platform)' == 'x86' ">
266    <PlatformTarget>x86</PlatformTarget>
267  </PropertyGroup>
268</Project>
Note: See TracBrowser for help on using the repository browser.