Free cookie consent management tool by TermsFeed Policy Generator

source: branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj @ 4803

Last change on this file since 4803 was 4803, checked in by swinkler, 13 years ago

Created branch for implementing Smalltalk representation of formulas. (#1270)

File size: 12.6 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="HeuristicLab.Analysis-3.3">
95      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.Collections-3.3">
98      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Common-3.3">
101      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.Common.Resources-3.3">
104      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.Core-3.3">
107      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.Data-3.3">
110      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Operators-3.3">
113      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Optimization-3.3">
116      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
119      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
120    </Reference>
121    <Reference Include="HeuristicLab.Parameters-3.3">
122      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
123    </Reference>
124    <Reference Include="HeuristicLab.Persistence-3.3">
125      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
126    </Reference>
127    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
128      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.Random-3.3">
131      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
132    </Reference>
133    <Reference Include="System" />
134    <Reference Include="System.Core">
135      <RequiredTargetFramework>3.5</RequiredTargetFramework>
136    </Reference>
137    <Reference Include="System.Drawing" />
138    <Reference Include="System.Windows.Forms" />
139    <Reference Include="System.Xml.Linq">
140      <RequiredTargetFramework>3.5</RequiredTargetFramework>
141    </Reference>
142    <Reference Include="System.Data.DataSetExtensions">
143      <RequiredTargetFramework>3.5</RequiredTargetFramework>
144    </Reference>
145    <Reference Include="System.Data" />
146    <Reference Include="System.Xml" />
147  </ItemGroup>
148  <ItemGroup>
149    <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeSizeAnalyzer.cs" />
150    <Compile Include="Analyzers\SymbolicExpressionTreeSizeCalculator.cs" />
151    <Compile Include="ArchitectureManipulators\ArgumentCreater.cs" />
152    <Compile Include="ArchitectureManipulators\ArgumentDeleter.cs" />
153    <Compile Include="ArchitectureManipulators\ArgumentDuplicater.cs" />
154    <Compile Include="ArchitectureManipulators\GrammarModifier.cs" />
155    <Compile Include="ArchitectureManipulators\MultiSymbolicExpressionTreeArchitectureManipulator.cs" />
156    <Compile Include="ArchitectureManipulators\SubroutineCreater.cs" />
157    <Compile Include="ArchitectureManipulators\SubroutineDeleter.cs" />
158    <Compile Include="ArchitectureManipulators\SubroutineDuplicater.cs" />
159    <Compile Include="ArchitectureManipulators\SymbolicExpressionTreeArchitectureManipulator.cs" />
160    <Compile Include="Compiler\Instruction.cs" />
161    <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
162    <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
163    <Compile Include="Crossovers\CrossoverPoint.cs" />
164    <Compile Include="Crossovers\SymbolicExpressionTreeCrossover.cs" />
165    <Compile Include="Interfaces\ISymbolicExpressionTreeAnalyzer.cs" />
166    <Compile Include="Interfaces\ISymbolicExpressionTreeArchitectureManipulator.cs" />
167    <Compile Include="Interfaces\ISymbolicExpressionTreeCreator.cs" />
168    <Compile Include="Interfaces\ISymbolicExpressionTreeCrossover.cs" />
169    <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
170    <Compile Include="Interfaces\ISymbolicExpressionTreeManipulator.cs" />
171    <Compile Include="Manipulators\ReplaceBranchManipulation.cs" />
172    <Compile Include="Manipulators\FullTreeShaker.cs" />
173    <Compile Include="Manipulators\MultiSymbolicExpressionTreeManipulator.cs" />
174    <Compile Include="Manipulators\OnePointShaker.cs" />
175    <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" />
176    <Compile Include="SymbolicExpressionTreeGrammar.cs" />
177    <Compile Include="SymbolicExpressionTreeStringFormatter.cs" />
178    <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
179    <Compile Include="Crossovers\SubtreeCrossover.cs">
180      <SubType>Code</SubType>
181    </Compile>
182    <Compile Include="GlobalSymbolicExpressionGrammar.cs" />
183    <Compile Include="EnumerableExtensions.cs" />
184    <Compile Include="DefaultSymbolicExpressionGrammar.cs">
185      <SubType>Code</SubType>
186    </Compile>
187    <Compile Include="SymbolicExpressionTreeOperator.cs" />
188    <Compile Include="SymbolicExpressionTreeTerminalNode.cs" />
189    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
190    <Compile Include="Creators\ProbabilisticTreeCreator.cs" />
191    <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs" />
192    <Compile Include="Interfaces\ISymbolicExpressionTreeOperator.cs" />
193    <Compile Include="SymbolicExpressionTree.cs" />
194    <Compile Include="Properties\AssemblyInfo.cs" />
195    <Compile Include="SymbolicExpressionTreeNode.cs" />
196    <Compile Include="Symbols\Argument.cs" />
197    <Compile Include="Symbols\ArgumentTreeNode.cs" />
198    <Compile Include="Symbols\ReadOnlySymbol.cs" />
199    <Compile Include="Symbols\StartSymbol.cs" />
200    <Compile Include="Symbols\InvokeFunction.cs" />
201    <Compile Include="Symbols\InvokeFunctionTreeNode.cs" />
202    <Compile Include="Symbols\DefunTreeNode.cs" />
203    <Compile Include="Symbols\Defun.cs" />
204    <Compile Include="Symbols\ProgramRootSymbol.cs" />
205    <Compile Include="Symbols\Symbol.cs" />
206  </ItemGroup>
207  <ItemGroup>
208    <None Include="HeuristicLab.snk" />
209    <None Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame" />
210    <None Include="Properties\AssemblyInfo.frame" />
211  </ItemGroup>
212  <ItemGroup>
213    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
214      <Visible>False</Visible>
215      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
216      <Install>false</Install>
217    </BootstrapperPackage>
218    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
219      <Visible>False</Visible>
220      <ProductName>.NET Framework 3.5 SP1</ProductName>
221      <Install>true</Install>
222    </BootstrapperPackage>
223    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
224      <Visible>False</Visible>
225      <ProductName>Windows Installer 3.1</ProductName>
226      <Install>true</Install>
227    </BootstrapperPackage>
228  </ItemGroup>
229  <ItemGroup>
230    <WCFMetadata Include="Service References\" />
231  </ItemGroup>
232  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
233  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
234       Other similar extension points exist, see Microsoft.Common.targets.
235  <Target Name="BeforeBuild">
236  </Target>
237  <Target Name="AfterBuild">
238  </Target>
239  -->
240  <PropertyGroup>
241    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
242set ProjectDir=$(ProjectDir)
243set SolutionDir=$(SolutionDir)
244set Outdir=$(Outdir)
245
246call PreBuildEvent.cmd
247SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs"</PreBuildEvent>
248  </PropertyGroup>
249  <PropertyGroup>
250    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
251set ProjectDir=$(ProjectDir)
252set SolutionDir=$(SolutionDir)
253set Outdir=$(Outdir)
254set Platform=$(PlatformName)
255
256call UpdateLocalInstallation.cmd</PostBuildEvent>
257  </PropertyGroup>
258</Project>
Note: See TracBrowser for help on using the repository browser.