Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Problems.GrammaticalEvolution/3.3/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj @ 11129

Last change on this file since 11129 was 11129, checked in by ascheibe, 10 years ago

#2207 merged r11078 into stable

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