Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj @ 5015

Last change on this file since 5015 was 4249, checked in by mkommend, 14 years ago

Refactored grammars (ticket #1028).

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>{125D3006-67F5-48CB-913E-73C0548F17FA}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </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  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x64\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>bin\x64\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
76    <DebugSymbols>true</DebugSymbols>
77    <OutputPath>bin\x86\Debug\</OutputPath>
78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x86</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
85    <OutputPath>bin\x86\Release\</OutputPath>
86    <DefineConstants>TRACE</DefineConstants>
87    <Optimize>true</Optimize>
88    <DebugType>pdbonly</DebugType>
89    <PlatformTarget>x86</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
92  </PropertyGroup>
93  <ItemGroup>
94    <Reference Include="System" />
95    <Reference Include="System.Core">
96      <RequiredTargetFramework>3.5</RequiredTargetFramework>
97    </Reference>
98    <Reference Include="System.Drawing" />
99    <Reference Include="System.Windows.Forms" />
100    <Reference Include="System.Xml.Linq">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data.DataSetExtensions">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data" />
107    <Reference Include="System.Xml" />
108  </ItemGroup>
109  <ItemGroup>
110    <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeSizeAnalyzer.cs" />
111    <Compile Include="Analyzers\SymbolicExpressionTreeSizeCalculator.cs" />
112    <Compile Include="ArchitectureManipulators\ArgumentCreater.cs" />
113    <Compile Include="ArchitectureManipulators\ArgumentDeleter.cs" />
114    <Compile Include="ArchitectureManipulators\ArgumentDuplicater.cs" />
115    <Compile Include="ArchitectureManipulators\GrammarModifier.cs" />
116    <Compile Include="ArchitectureManipulators\MultiSymbolicExpressionTreeArchitectureManipulator.cs" />
117    <Compile Include="ArchitectureManipulators\SubroutineCreater.cs" />
118    <Compile Include="ArchitectureManipulators\SubroutineDeleter.cs" />
119    <Compile Include="ArchitectureManipulators\SubroutineDuplicater.cs" />
120    <Compile Include="ArchitectureManipulators\SymbolicExpressionTreeArchitectureManipulator.cs" />
121    <Compile Include="Compiler\Instruction.cs" />
122    <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
123    <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
124    <Compile Include="Crossovers\CrossoverPoint.cs" />
125    <Compile Include="Crossovers\SymbolicExpressionTreeCrossover.cs" />
126    <Compile Include="Interfaces\ISymbolicExpressionTreeAnalyzer.cs" />
127    <Compile Include="Interfaces\ISymbolicExpressionTreeArchitectureManipulator.cs" />
128    <Compile Include="Interfaces\ISymbolicExpressionTreeCreator.cs" />
129    <Compile Include="Interfaces\ISymbolicExpressionTreeCrossover.cs" />
130    <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
131    <Compile Include="Interfaces\ISymbolicExpressionTreeManipulator.cs" />
132    <Compile Include="Manipulators\ReplaceBranchManipulation.cs" />
133    <Compile Include="Manipulators\FullTreeShaker.cs" />
134    <Compile Include="Manipulators\MultiSymbolicExpressionTreeManipulator.cs" />
135    <Compile Include="Manipulators\OnePointShaker.cs" />
136    <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" />
137    <Compile Include="SymbolicExpressionTreeGrammar.cs" />
138    <Compile Include="SymbolicExpressionTreeStringFormatter.cs" />
139    <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
140    <Compile Include="Crossovers\SubtreeCrossover.cs">
141      <SubType>Code</SubType>
142    </Compile>
143    <Compile Include="GlobalSymbolicExpressionGrammar.cs" />
144    <Compile Include="EnumerableExtensions.cs" />
145    <Compile Include="DefaultSymbolicExpressionGrammar.cs">
146      <SubType>Code</SubType>
147    </Compile>
148    <Compile Include="SymbolicExpressionTreeOperator.cs" />
149    <Compile Include="SymbolicExpressionTreeTerminalNode.cs" />
150    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
151    <Compile Include="Creators\ProbabilisticTreeCreator.cs" />
152    <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs" />
153    <Compile Include="Interfaces\ISymbolicExpressionTreeOperator.cs" />
154    <Compile Include="SymbolicExpressionTree.cs" />
155    <Compile Include="Properties\AssemblyInfo.cs" />
156    <Compile Include="SymbolicExpressionTreeNode.cs" />
157    <Compile Include="Symbols\Argument.cs" />
158    <Compile Include="Symbols\ArgumentTreeNode.cs" />
159    <Compile Include="Symbols\ReadOnlySymbol.cs" />
160    <Compile Include="Symbols\StartSymbol.cs" />
161    <Compile Include="Symbols\InvokeFunction.cs" />
162    <Compile Include="Symbols\InvokeFunctionTreeNode.cs" />
163    <Compile Include="Symbols\DefunTreeNode.cs" />
164    <Compile Include="Symbols\Defun.cs" />
165    <Compile Include="Symbols\ProgramRootSymbol.cs" />
166    <Compile Include="Symbols\Symbol.cs" />
167  </ItemGroup>
168  <ItemGroup>
169    <None Include="HeuristicLab.snk" />
170    <None Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame" />
171    <None Include="Properties\AssemblyInfo.frame" />
172  </ItemGroup>
173  <ItemGroup>
174    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
175      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
176      <Name>HeuristicLab.Analysis-3.3</Name>
177    </ProjectReference>
178    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
179      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
180      <Name>HeuristicLab.Collections-3.3</Name>
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    </ProjectReference>
186    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
187      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
188      <Name>HeuristicLab.Common-3.3</Name>
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    </ProjectReference>
194    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
195      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
196      <Name>HeuristicLab.Data-3.3</Name>
197    </ProjectReference>
198    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
199      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
200      <Name>HeuristicLab.Operators-3.3</Name>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
203      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
204      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
205    </ProjectReference>
206    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
207      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
208      <Name>HeuristicLab.Optimization-3.3</Name>
209    </ProjectReference>
210    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
211      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
212      <Name>HeuristicLab.Parameters-3.3</Name>
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    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
219      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
220      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
221    </ProjectReference>
222    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
223      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
224      <Name>HeuristicLab.Random-3.3</Name>
225    </ProjectReference>
226  </ItemGroup>
227  <ItemGroup>
228    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
229      <Visible>False</Visible>
230      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
231      <Install>false</Install>
232    </BootstrapperPackage>
233    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
234      <Visible>False</Visible>
235      <ProductName>.NET Framework 3.5 SP1</ProductName>
236      <Install>true</Install>
237    </BootstrapperPackage>
238    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
239      <Visible>False</Visible>
240      <ProductName>Windows Installer 3.1</ProductName>
241      <Install>true</Install>
242    </BootstrapperPackage>
243  </ItemGroup>
244  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
245  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
246       Other similar extension points exist, see Microsoft.Common.targets.
247  <Target Name="BeforeBuild">
248  </Target>
249  <Target Name="AfterBuild">
250  </Target>
251  -->
252  <PropertyGroup>
253    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
254set ProjectDir=$(ProjectDir)
255set SolutionDir=$(SolutionDir)
256set Outdir=$(Outdir)
257
258call PreBuildEvent.cmd
259SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs"</PreBuildEvent>
260  </PropertyGroup>
261</Project>
Note: See TracBrowser for help on using the repository browser.